From 3b6450a5ccd985bd14cdb72043690d4000db36f7 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 14 Jun 2019 19:48:24 +1200 Subject: Add -bar attribute to :AddLocalSpellFile command --- vim/plugin/spellfile_local.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3