Set spell check language to en_gb

This commit is contained in:
Anthony Rose 2015-10-13 15:31:22 +00:00
parent 08f7c96d1f
commit 11730498c8

1
vimrc
View file

@ -14,6 +14,7 @@ set omnifunc=syntaxcomplete#Complete
set printoptions=paper:A4,duplex:off,header:0 set printoptions=paper:A4,duplex:off,header:0
set ruler set ruler
set shiftwidth=4 set shiftwidth=4
set spl=en_gb spell
set tabstop=4 set tabstop=4
set wrap set wrap
syntax on syntax on