From: root Date: Wed, 3 Aug 2016 01:10:16 +0000 (+0200) Subject: daily autocommit X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=45ebd1b4962ff411ba9f7f60ef78343ab833b07e;p=config%2Fhelga%2Fetc.git daily autocommit --- diff --git a/vim/vimrc.local b/vim/vimrc.local index 538a7ea..6776d7d 100644 --- a/vim/vimrc.local +++ b/vim/vimrc.local @@ -9,7 +9,8 @@ autocmd FileType python set tabstop=4 expandtab shiftwidth=4 softtabstop=4 list autocmd FileType sh set tabstop=4 expandtab shiftwidth=4 softtabstop=4 autocmd FileType perl set tabstop=4 noexpandtab shiftwidth=4 -set list listchars=tab:»·,trail:· +set listchars=tab:»·,trail:· +" set list if has("multi_byte") set encoding=utf-8