From 45ebd1b4962ff411ba9f7f60ef78343ab833b07e Mon Sep 17 00:00:00 2001 From: root Date: Wed, 3 Aug 2016 03:10:16 +0200 Subject: [PATCH] daily autocommit --- vim/vimrc.local | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.5