Mercurial > vim-crosoft
comparison 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 |
comparison
equal
deleted
inserted
replaced
1:426cb9c33353 | 2:1955749ac575 |
---|---|
27 | 27 |
28 " Commands {{{ | 28 " Commands {{{ |
29 | 29 |
30 command! VimcrosoftAutoFindSln :call vimcrosoft#auto_find_sln() | 30 command! VimcrosoftAutoFindSln :call vimcrosoft#auto_find_sln() |
31 command! -nargs=1 -complete=file VimcrosoftSetSln :call vimcrosoft#set_sln(<f-args>) | 31 command! -nargs=1 -complete=file VimcrosoftSetSln :call vimcrosoft#set_sln(<f-args>) |
32 command! VimcrosoftUnsetSln :call Vimcrosoft#set_sln("") | 32 command! VimcrosoftUnsetSln :call vimcrosoft#set_sln("") |
33 | 33 |
34 command! -nargs=1 | 34 command! -nargs=1 |
35 \ -complete=customlist,vimcrosoft#complete_current_sln_config_platforms | 35 \ -complete=customlist,vimcrosoft#complete_current_sln_config_platforms |
36 \ VimcrosoftSetConfigPlatform | 36 \ VimcrosoftSetConfigPlatform |
37 \ :call vimcrosoft#set_config_platform(<f-args>) | 37 \ :call vimcrosoft#set_config_platform(<f-args>) |