From: Simon Ruderich Date: Tue, 17 Feb 2009 13:09:22 +0000 (+0100) Subject: Don't use mkview and loadview; use modelines instead. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=1c46e36badce4692e1ce044ccaa79e68b042f6fc;p=config%2Fdotfiles.git Don't use mkview and loadview; use modelines instead. --- diff --git a/vimrc b/vimrc index e44b021..1f14e5f 100644 --- a/vimrc +++ b/vimrc @@ -89,9 +89,6 @@ set listchars=trail:- " EDITOR SETTINGS -" Don't use any modelines. -set nomodeline - " When completing paths first use the longest path then display a list of all " possible files. set wildmode=longest,list @@ -169,8 +166,3 @@ endif let NERDCreateDefaultMappings = 0 " Map toggle comment. map NERDCommenterToggle - - -" Automatically save and the load the file state (stored in ~/.vim/view). -autocmd BufWrite * mkview -autocmd BufRead * loadview