From: Simon Ruderich Date: Sat, 7 Apr 2012 18:57:21 +0000 (+0200) Subject: vimrc,gvimrc: Minor documentation update. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=8cfa49a8e2ffcc459afe1c6765c34d2f5aae96f4 vimrc,gvimrc: Minor documentation update. --- diff --git a/gvimrc b/gvimrc index a66e683..8d36ddf 100644 --- 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 3277112..9c3833a 100644 --- 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