Skip to content

Commit

Permalink
Fixing whitespace characters
Browse files Browse the repository at this point in the history
  • Loading branch information
tlhunter committed Sep 17, 2011
1 parent 9dad3d8 commit 34aabfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ if has("gui_running")

" Show tabs and newline characters with ,s
nmap <Leader>s :set list!<CR>
set listchars=tab:▸\ ,eol:¬
set listchars=tab:\ ,eol:¬
"Invisible character colors
highlight NonText guifg=#4a4a59
highlight SpecialKey guifg=#4a4a59
Expand Down

0 comments on commit 34aabfa

Please sign in to comment.