Skip to content

Commit

Permalink
Set spelling region to British English by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
nelstrom committed May 11, 2010
1 parent 4c820ae commit 87d722a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vimrc
Expand Up @@ -116,6 +116,7 @@ set shiftwidth=4
set expandtab set expandtab
set hidden set hidden
set listchars=tab:▸\ ,eol set listchars=tab:▸\ ,eol
"set spelllang=en_gb
" Put swap files in /tmp file " Put swap files in /tmp file
set backupdir=~/tmp set backupdir=~/tmp
set directory=~/tmp set directory=~/tmp
Expand All @@ -128,7 +129,7 @@ endif
let mapleader = "," let mapleader = ","
nmap <silent> <leader>l :set list!<CR> nmap <silent> <leader>l :set list!<CR>
nmap <silent> <leader>w :set wrap!<CR> nmap <silent> <leader>w :set wrap!<CR>
nmap <silent> <leader>s :set spell! spl=en_gb<CR> nmap <silent> <leader>s :set spell!<CR>
nmap <silent> <leader>n :silent :nohlsearch<CR> nmap <silent> <leader>n :silent :nohlsearch<CR>
command! -nargs=* Wrap set wrap linebreak nolist command! -nargs=* Wrap set wrap linebreak nolist


Expand Down

0 comments on commit 87d722a

Please sign in to comment.