4,461
edits
→Miscellaneous: add reload .vimrc without quitting |
→Miscellaneous: add check VIM version |
||
Line 14: | Line 14: | ||
= Miscellaneous = | = Miscellaneous = | ||
== Check VIM version == | |||
* ''Last tested on VIM 7.4 (2013 Aug 10)'' | |||
<syntaxhighlight lang="vim"> | |||
:ve | |||
</syntaxhighlight> | |||
== Reload .vimrc without quitting == | == Reload .vimrc without quitting == |