From 5fbcb0b6d9382f743786874013faa52de69168ab Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Thu, 8 May 2008 12:00:53 +0100 Subject: [PATCH] use VARDIR instead of VAR --- .vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2