From: martin f. krafft Date: Thu, 8 May 2008 11:00:53 +0000 (+0100) Subject: use VARDIR instead of VAR X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/5fbcb0b6d9382f743786874013faa52de69168ab use VARDIR instead of VAR --- diff --git a/.vimrc b/.vimrc index a361aa9..9ecc0f2 100644 --- a/.vimrc +++ b/.vimrc @@ -1415,12 +1415,12 @@ set secure " viewdir " directory where to store files with :mkview " set vdir=/home/madduck/.vim/view -set vdir=$VAR/vim/view +set vdir=$VARDIR/vim/view " viminfo " list that specifies what to write in the viminfo file " set vi= -set vi='1000,f1,\"1000,:20,/20,%,!,h,n$VAR/vim/viminfo +set vi='1000,f1,\"1000,:20,/20,%,!,h,n$VARDIR/vim/viminfo " bufhidden " what happens with a buffer when it's no longer in a window