wsdjeg / vim-fetch

Make Vim handle line and column numbers in file names with a minimum of fuss
http://www.vim.org/scripts/script.php?script_id=5089
MIT License
312 stars 17 forks source link

vim-fetch not working when running vim from other path #29

Closed kristjoc closed 3 years ago

kristjoc commented 3 years ago

vim path/to/file.ext:12:3 opens a new file rather than jumping to specific line and column. When I cd path/to/file/ and then vim file.ext:12:3 it works.

Installed the Plugin via vim-plug