]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
vimrc,gvimrc: Minor documentation update.
authorSimon Ruderich <simon@ruderich.org>
Sat, 7 Apr 2012 18:57:21 +0000 (20:57 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sat, 7 Apr 2012 18:57:21 +0000 (20:57 +0200)
gvimrc
vimrc

diff --git a/gvimrc b/gvimrc
index a66e68301e3b74ede732b2bf1682aea4b0449258..8d36ddf130f92d8156490f0179738f7a61f1b6fc 100644 (file)
--- a/gvimrc
+++ b/gvimrc
@@ -29,7 +29,7 @@ set guioptions-=R
 set guioptions-=l
 set guioptions-=L
 
-" Increase window size to 110x25.
+" Increase window size to 110x25 if no tiling window manager is used.
 set columns=110
 set lines=25
 
diff --git a/vimrc b/vimrc
index 3277112936114a2c693e4ec0c11b6dc566ee75e3..9c3833a734067cd47e2f92b1014417daeabde6b9 100644 (file)
--- a/vimrc
+++ b/vimrc
@@ -51,7 +51,7 @@ set runtimepath^=~/.vim,~/.vim/runtime
 
 " Don't store swap files in the same directory as the edited file.
 set directory-=.
-" But store them in ~/.tmp if available.
+" But store them in ~/.tmp if available or ~/tmp (used by default).
 set directory^=~/.tmp
 
 " Disable modelines as they may cause security problems. Instead use