Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Carl Hayter committed Nov 30, 2011
2 parents f5501ff + 93f05eb commit dd34b4d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vimrc
Expand Up @@ -33,8 +33,13 @@ nmap <leader>l :set list!<CR>
if &encoding == 'latin1'
set listchars=tab:~\ ,eol:$ " ▸:U+25b8 ¬:U+00ac
else
<<<<<<< HEAD
if has("multi_byte")
if &encoding == 'utf-8'
=======
if has("multibyte")
if &encoding == 'utf-8')
>>>>>>> 93f05eb75c18ba97c75e32f79ffe683a57afefe1
set listchars=tab:▸\ ,eol " ▸:U+25b8 ¬:U+00ac
endif
else
Expand Down

0 comments on commit dd34b4d

Please sign in to comment.