From: Simon Ruderich Date: Fri, 2 Dec 2011 19:48:14 +0000 (+0100) Subject: vimrc: Minor documentation updates. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=50b88549656631a03dbdf36e086ac7087a7ffa5e vimrc: Minor documentation updates. --- diff --git a/vimrc b/vimrc index 7aa91ce..0e55451 100644 --- a/vimrc +++ b/vimrc @@ -26,7 +26,7 @@ endif set nocompatible " Load my scripts from ~/.vim (my scripts) and ~/.vim/runtime (checkout of Vim -" runtime files). +" runtime files) if available. set runtimepath-=~/.vim set runtimepath^=~/.vim,~/.vim/runtime @@ -450,7 +450,7 @@ if has('autocmd') autocmd InsertLeave * set nopaste endif -" Save changes when running :mak[e] before 'makeprg' is called. +" Write file when running :mak[e] before 'makeprg' is called. autocmd QuickFixCmdPre * write " AFTER/FTPLUGIN AUTO COMMANDS