From 264a4581ed7306e463c547603a9cd5e45efbe55f Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Thu, 1 Aug 2013 23:21:00 +0200 Subject: [PATCH] Current state --- vim/vimrc.local | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vim/vimrc.local b/vim/vimrc.local index 492bdf9..774a144 100644 --- a/vim/vimrc.local +++ b/vim/vimrc.local @@ -6,8 +6,6 @@ set modeline set showmatch set ignorecase -set list listchars=tab:»·,trail:· - if has("multi_byte") set encoding=utf-8 setglobal fileencoding=utf-8 @@ -15,6 +13,8 @@ else echoerr "Sorry, this version of (g)vim was not compiled with +multi_byte" endif +set list listchars=tab:»·,trail:· + filetype plugin off color delek -- 2.39.5