bogado / file-line

Plugin for vim to enabling opening a file in a given line
http://www.vim.org/scripts/script.php?script_id=2184
299 stars 61 forks source link

Allow opening file names which match regex #84

Open xim opened 2 years ago

xim commented 2 years ago

E.g. if I want to open a file called file:1234 this plugin would try to open a file "file" at line 1234 even though no file "file" exists.