I am referring to this particular plugin http://vim.wikia.com/wiki/Open_file_under_cursor
I tried searching in vim site but i am not able to find it. Googled a lot as well , but no luck.
Can anyone point me to the correct link?
|
I am referring to this particular plugin http://vim.wikia.com/wiki/Open_file_under_cursor I tried searching in vim site but i am not able to find it. Googled a lot as well , but no luck. Can anyone point me to the correct link? |
||||
|
Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
This is not a plugin. This behavior is built into vim. Simply position your cursor over the filename and type If the current file has unsaved changes, you will see an error at the bottom of your window stating so, and the file will not open. Likewise if the file does not exist. |
|||||||
|