From: Frank Brehm Date: Thu, 1 Aug 2013 21:21:00 +0000 (+0200) Subject: Current state X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=264a4581ed7306e463c547603a9cd5e45efbe55f;p=config%2Fuhu1%2Fetc.git Current state --- 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