]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
vimrc: Minor documentation updates.
authorSimon Ruderich <simon@ruderich.org>
Fri, 2 Dec 2011 19:48:14 +0000 (20:48 +0100)
committerSimon Ruderich <simon@ruderich.org>
Fri, 2 Dec 2011 19:48:14 +0000 (20:48 +0100)
vimrc

diff --git a/vimrc b/vimrc
index 7aa91ce35c6687d787652ba4ab377e50ca176d33..0e5545176a00a696a5d8894a11a11d70d708a71c 100644 (file)
--- 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