Fixed formatting error in .vimrc.
This commit is contained in:
2
.vimrc
2
.vimrc
@ -41,7 +41,7 @@ set smartcase " Smart case matching.
|
||||
set autowrite " Save before switching buffers.
|
||||
set number
|
||||
set smarttab
|
||||
set listchars=tab:·\ ,eol:$
|
||||
set listchars=tab:<EFBFBD>\ ,eol:$
|
||||
|
||||
au BufNewFile,BufRead *.txt set ft=text
|
||||
au FileType text set tw=72 spell spelllang=en_us nonumber
|
||||
|
Reference in New Issue
Block a user