]> git.llucax.com Git - personal/website.git/blob - source/blog/posts/2009/10/10-file:line-vim-plug-in.rst
Move from llucax.com.ar to llucax.com
[personal/website.git] / source / blog / posts / 2009 / 10 / 10-file:line-vim-plug-in.rst
1 Title: file:line VIM plug-in
2 Tags: en, vim, plugin, file:line
3
4 This__ VIM_ script__ should be part of the official VIM_ distribution:
5
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
11     first place.
12
13 __ http://www.vim.org/scripts/script.php?script_id=2184
14 __ http://www.vim.org/scripts/
15 .. _VIM: http://www.vim.org/
16
17 .. vim: set et sw=4 sts=4 :