1 Title: file:line VIM plug-in
2 Tags: en, vim, plugin, file:line
4 This__ VIM_ script__ should be part of the official VIM_ distribution:
6 When you open a file\:line, for instance when copying and pasting from an
7 error from your compiler VIM_ tries to open a file with a colon in its
8 name. With this little script in your plugins folder if the stuff after
9 the colon is a number and a file exists with the name specified before the
10 colon VIM_ will open this file and take you to the line you wished in the
13 __ http://www.vim.org/scripts/script.php?script_id=2184
14 __ http://www.vim.org/scripts/
15 .. _VIM: http://www.vim.org/
17 .. vim: set et sw=4 sts=4 :