Small refactorings

This commit is contained in:
EinfachToll
2018-04-17 07:13:37 +02:00
parent cdc37162a9
commit 3556de54e1
3 changed files with 12 additions and 12 deletions

View File

@ -232,8 +232,8 @@ augroup END
" COMMANDS {{{
command! VimwikiUISelect call vimwiki#base#ui_select()
" XXX: why not using <count> instead of v:count1?
" See Issue 324.
" why not using <count> instead of v:count1?
" See https://github.com/vimwiki-backup/vimwiki/issues/324
command! -count=1 VimwikiIndex
\ call vimwiki#base#goto_index(v:count1)
command! -count=1 VimwikiTabIndex