From 2687c162cca11247cccbda67510599d14d5371c4 Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Wed, 25 Feb 2015 22:22:37 -0800 Subject: [PATCH] Change tab symbol --- vimrc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/vimrc b/vimrc index fad154c..1a23134 100644 --- a/vimrc +++ b/vimrc @@ -140,8 +140,7 @@ set incsearch " BUT do highlight as you type you search phrase set scrolloff=5 " Keep 5 lines (top/bottom) for scope set sidescrolloff=5 " Keep 5 lines at the size set list " we do what to show tabs, to ensure we get them out of my files -"set listchars=tab:𝅔\ ,trail:… " show tabs and trailing whitespace -set listchars=tab:ˍ\ ,trail:… " show tabs and trailing whitespace +set listchars=tab:𝅔\ ,trail:… " show tabs and trailing whitespace " ~\file[+] [type] [line,column] [number of lines] set statusline=%F%m%r%h%w\ [%Y]\ [%03l,%03v]\ [%L] @@ -194,6 +193,3 @@ augroup END augroup COMMIT_EDITMSG au! BufRead,BufNewFile COMMIT_EDITMSG set filetype=gitcommit augroup END - -autocmd FileType go autocmd BufWritePre Fmt -