From 0ed9d81d707e9820dd92971eebbc6b0bafd43236 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 11 Jun 2019 00:48:31 +1200 Subject: Remove bang from endfunction --- 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 583df986..e2ca8716 100644 --- a/vim/plugin/spellfile_local.vim +++ b/vim/plugin/spellfile_local.vim @@ -21,6 +21,6 @@ function! AddLocalSpellfile() abort \ ], '.') . '.add' setlocal spellfile< execute 'setlocal spellfile+=$MYVIM/cache/spell/local/'.spellfile -endfunction! +endfunction autocmd vimrc BufRead * \ call AddLocalSpellfile() | nnoremap zG 2zg -- cgit v1.2.3