diff options
| author | Max Christian Pohle | 2017-05-04 21:20:06 +0200 | 
|---|---|---|
| committer | Max Christian Pohle | 2017-05-04 21:20:06 +0200 | 
| commit | 4332157ecf9c7c4ff9470cf739c09f3114dd9728 (patch) | |
| tree | 742ed4d4f557e2a15a99df01278497a797b760ff /vimrc | |
| parent | 828b6dc5e484e46a78a1b8b973e357c09d678bc7 (diff) | |
| download | vim-karlmarks-4332157ecf9c7c4ff9470cf739c09f3114dd9728.tar.bz2 vim-karlmarks-4332157ecf9c7c4ff9470cf739c09f3114dd9728.zip  | |
Replaced tab char again
Diffstat (limited to 'vimrc')
| -rw-r--r-- | vimrc | 3 | 
1 files changed, 2 insertions, 1 deletions
| @@ -38,6 +38,7 @@ let g:airline#extensions#tabline#show_buffers = 1 | | |||
| 38 | let g:airline#extensions#tabline#show_tabs = 0 | | 38 | let g:airline#extensions#tabline#show_tabs = 0 | | 
| 39 | let g:airline#extensions#tagbar#enabled = 0 | | 39 | let g:airline#extensions#tagbar#enabled = 0 | | 
| 40 | let g:airline#extensions#tagbar#flags = 's' | 40 | let g:airline#extensions#tagbar#flags = 's' | 
| 41 | let g:airline#extensions#tagbar#currenttag = 'f' | ||
| 41 | let g:airline#extensions#whitespace#enabled = 0 | | 42 | let g:airline#extensions#whitespace#enabled = 0 | | 
| 42 | let g:airline#extensions#wordcount#enabled = 0 | | 43 | let g:airline#extensions#wordcount#enabled = 0 | | 
| 43 | let g:airline_inactive_collapse = 1 | | 44 | let g:airline_inactive_collapse = 1 | | 
| @@ -314,7 +315,7 @@ if has("multi_byte") | |||
| 314 | set listchars+=extends:» | " symbols used when using :set list (which displays non-printable chars) | 315 | set listchars+=extends:» | " symbols used when using :set list (which displays non-printable chars) | 
| 315 | set listchars+=precedes:« | " symbols used when using :set list (which displays non-printable chars) | 316 | set listchars+=precedes:« | " symbols used when using :set list (which displays non-printable chars) | 
| 316 | 317 | ||
| 317 | set listchars+=tab:˲\ | " symbols used when using :set list (which displays non-printable chars) | 318 | set listchars+=tab:⮁\ | " symbols used when using :set list (which displays non-printable chars) | 
| 318 | set listchars+=trail:· | " symbols used when using :set list (which displays non-printable chars) | 319 | set listchars+=trail:· | " symbols used when using :set list (which displays non-printable chars) | 
| 319 | " set listchars+=eol:↲ | " symbols used when using :set list (which displays non-printable chars) | 320 | " set listchars+=eol:↲ | " symbols used when using :set list (which displays non-printable chars) | 
| 320 | " set listchars+=space:· | " symbols used when using :set list (which displays non-printable chars) | 321 | " set listchars+=space:· | " symbols used when using :set list (which displays non-printable chars) | 
