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 ...
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, ...
Hey folks,<BR><BR>I often run external commands in vim on the current file using <pre class="ip-ubbcode-code-pre">:! ruby %</pre>. I can't find the documentation for ...