Skip to content

Commit

Permalink
VGBUILDER > IT > Fixing busted invisibles in Vim Textmate port
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadvaroqua committed Oct 2, 2011
1 parent 9b7c71e commit 25bbbe8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

set nocompatible " Must come first because it changes other options.

set encoding=utf-8

silent! call pathogen#runtime_append_all_bundles()

syntax enable " Turn on syntax highlighting.
Expand Down Expand Up @@ -104,6 +106,9 @@ endif
nmap <leader>l :set list!<CR>
" Use the same symbols as TextMate for tabstops and EOLs
" http://vimcasts.org/episodes/show-invisibles/
" Arrow is U+25B8
" EOL is U+00AC
set listchars=tab:▸\ ,eol

" Function to strip trailing whitespace from code
Expand Down

0 comments on commit 25bbbe8

Please sign in to comment.