aboutsummaryrefslogtreecommitdiff
path: root/vim/plugin/spellfile_local.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/plugin/spellfile_local.vim')
-rw-r--r--vim/plugin/spellfile_local.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/vim/plugin/spellfile_local.vim b/vim/plugin/spellfile_local.vim
index 6e04babf..b5db4518 100644
--- a/vim/plugin/spellfile_local.vim
+++ b/vim/plugin/spellfile_local.vim
@@ -24,4 +24,6 @@ function! AddLocalSpellfile() abort
nnoremap <buffer> zG 2zg
endfunction
autocmd vimrc BufRead *
+
+command! AddLocalSpellFile
\ call AddLocalSpellFile()