Hi all,<BR><BR>I've got a quick question on vim scripting. When vim opens a file (including a file opened when vim starts up -- i.e. "vim foo.c"), I'd like it to examine the full path of the file, ...
Vim is a great text editor – but Vimscript makes it even better. Vimscript, Vim’s built-in scripting language, allows you to extend Vim however you want. You can write your own commands and functions ...