From 4332157ecf9c7c4ff9470cf739c09f3114dd9728 Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Thu, 4 May 2017 21:20:06 +0200 Subject: Replaced tab char again --- vimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'vimrc') diff --git a/vimrc b/vimrc index ebd74e9..cca37a8 100644 --- a/vimrc +++ b/vimrc @@ -38,6 +38,7 @@ let g:airline#extensions#tabline#show_buffers = 1 | let g:airline#extensions#tabline#show_tabs = 0 | let g:airline#extensions#tagbar#enabled = 0 | let g:airline#extensions#tagbar#flags = 's' +let g:airline#extensions#tagbar#currenttag = 'f' let g:airline#extensions#whitespace#enabled = 0 | let g:airline#extensions#wordcount#enabled = 0 | let g:airline_inactive_collapse = 1 | @@ -314,7 +315,7 @@ if has("multi_byte") set listchars+=extends:» | " symbols used when using :set list (which displays non-printable chars) set listchars+=precedes:« | " symbols used when using :set list (which displays non-printable chars) - set listchars+=tab:˲\ | " symbols used when using :set list (which displays non-printable chars) + set listchars+=tab:⮁\ | " symbols used when using :set list (which displays non-printable chars) set listchars+=trail:· | " symbols used when using :set list (which displays non-printable chars) " set listchars+=eol:↲ | " symbols used when using :set list (which displays non-printable chars) " set listchars+=space:· | " symbols used when using :set list (which displays non-printable chars) -- cgit v1.2.3