From 1c46e36badce4692e1ce044ccaa79e68b042f6fc Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Tue, 17 Feb 2009 14:09:22 +0100 Subject: [PATCH] Don't use mkview and loadview; use modelines instead. --- vimrc | 8 -------- 1 file changed, 8 deletions(-) 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 -- 2.44.2