aboutsummaryrefslogtreecommitdiff
path: root/vim/config/spell.vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-11-10 21:48:23 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-11-10 21:48:23 +1300
commit3e29d5a95693a5ffd5e78622f560f415743b0736 (patch)
tree06f609de84351de9a9faa194b247d431b11301e2 /vim/config/spell.vim
parentMove matchit.vim sourcing into plugin.vim (diff)
downloaddotfiles-3e29d5a95693a5ffd5e78622f560f415743b0736.tar.gz
dotfiles-3e29d5a95693a5ffd5e78622f560f415743b0736.zip
Adjust some whitespace and comment layout
Diffstat (limited to 'vim/config/spell.vim')
-rw-r--r--vim/config/spell.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/vim/config/spell.vim b/vim/config/spell.vim
index 7775ade9..cbbe17f1 100644
--- a/vim/config/spell.vim
+++ b/vim/config/spell.vim
@@ -17,4 +17,5 @@ if has('spell')
nnoremap <silent>
\ <Leader>z
\ :<C-U>setlocal spelllang=en_nz spelllang?<CR>
+
endif