Fix disabling spell checking
This commit is contained in:
parent
bdc071a105
commit
5595b87549
1 changed files with 1 additions and 2 deletions
3
vimrc
3
vimrc
|
@ -18,7 +18,6 @@ set linebreak
|
|||
set list
|
||||
set listchars="tab:> ,trail:$,extends:>,precedes:<,nbsp:+"
|
||||
set modelines=0
|
||||
set nospell
|
||||
set number
|
||||
set omnifunc=syntaxcomplete#Complete
|
||||
set printoptions=paper:A4,duplex:off,header:0
|
||||
|
@ -26,7 +25,7 @@ set relativenumber
|
|||
set ruler
|
||||
set shiftwidth=4
|
||||
set smartcase
|
||||
set spl=en_gb spell
|
||||
set spl=en_gb nospell
|
||||
set tabstop=4
|
||||
set textwidth=72
|
||||
set ttyfast
|
||||
|
|
Loading…
Reference in a new issue