Skip to content

Commit

Permalink
Tab view and trailing spaces in listchars should be default.
Browse files Browse the repository at this point in the history
  • Loading branch information
thaerkh committed Jan 31, 2017
1 parent a4a9d91 commit 494cca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/workspace.vim
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function! s:SetSensibleSettings()
set laststatus=2
set linebreak
set list
set listchars=extends:>,precedes:<
set listchars=extends:>,precedes:<,tab:\|\ ,trail:·
set number
set ruler

Expand Down

0 comments on commit 494cca8

Please sign in to comment.