aboutsummaryrefslogtreecommitdiff
path: root/vim/plugin
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-14 19:48:24 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-14 19:48:24 +1200
commit3b6450a5ccd985bd14cdb72043690d4000db36f7 (patch)
tree498be919b7d8b4ab5453c4f72bf867030bdd12ee /vim/plugin
parentAdd missing b:undo_ftplugin commands for ft=mail (diff)
downloaddotfiles-3b6450a5ccd985bd14cdb72043690d4000db36f7.tar.gz
dotfiles-3b6450a5ccd985bd14cdb72043690d4000db36f7.zip
Add -bar attribute to :AddLocalSpellFile command
Diffstat (limited to 'vim/plugin')
-rw-r--r--vim/plugin/spellfile_local.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/plugin/spellfile_local.vim b/vim/plugin/spellfile_local.vim
index b04b7573..c026d626 100644
--- a/vim/plugin/spellfile_local.vim
+++ b/vim/plugin/spellfile_local.vim
@@ -10,7 +10,7 @@ let s:spellfile = join([
Establish $MYVIM/cache/spell
execute 'set spellfile=$MYVIM/cache/spell/'.s:spellfile
-command! AddLocalSpellFile
+command! -bar AddLocalSpellFile
\ call spellfile_local#()
augroup spellfile_local