]> gitweb.factorcode.org Git - factor.git/commitdiff
Fix vocabulary swithcing commands
authorolus2000 <alsabak@gmail.com>
Mon, 22 Aug 2022 13:30:48 +0000 (15:30 +0200)
committerJohn Benediktsson <mrjbq7@gmail.com>
Mon, 22 Aug 2022 14:31:38 +0000 (07:31 -0700)
misc/vim/plugin/factor.vim

index 832ffc311c8abbe314cc64eb3aee2cde25c982d4..9df38dbf0ff8bd5e71478ad37bd6f98c586c2034 100644 (file)
@@ -24,9 +24,9 @@ command! -bar -bang -range=1 -nargs=1 -complete=customlist,factor#complete_vocab
             \ execute factor#go_to_vocab_command(<count>,"edit<bang>",<q-args>)
 command! -bar -bang -range=1 -nargs=1 -complete=customlist,factor#complete_vocab_glob NewFactorVocab
             \ execute factor#make_vocab_command(<count>,"edit<bang>",<q-args>)
-command! FactorVocabImpl -bar :call GoToFactorVocabImpl()
-command! FactorVocabDocs -bar :call GoToFactorVocabDocs()
-command! FactorVocabTests -bar :call GoToFactorVocabTests()
+command! -bar FactorVocabImpl :call GoToFactorVocabImpl()
+command! -bar FactorVocabDocs :call GoToFactorVocabDocs()
+command! -bar FactorVocabTests :call GoToFactorVocabTests()
 
 function! FactorFileBase()
     let filename = expand('%:r')