Mercurial > vim-crosoft
diff plugin/vimcrosoft.vim @ 2:1955749ac575
Fix typo in command registration.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Thu, 24 Oct 2019 11:13:39 -0700 |
parents | 426cb9c33353 |
children | 376f3371c311 |
line wrap: on
line diff
--- a/plugin/vimcrosoft.vim Thu Oct 24 11:12:24 2019 -0700 +++ b/plugin/vimcrosoft.vim Thu Oct 24 11:13:39 2019 -0700 @@ -29,7 +29,7 @@ command! VimcrosoftAutoFindSln :call vimcrosoft#auto_find_sln() command! -nargs=1 -complete=file VimcrosoftSetSln :call vimcrosoft#set_sln(<f-args>) -command! VimcrosoftUnsetSln :call Vimcrosoft#set_sln("") +command! VimcrosoftUnsetSln :call vimcrosoft#set_sln("") command! -nargs=1 \ -complete=customlist,vimcrosoft#complete_current_sln_config_platforms