]> Sergey Matveev's repositories - dotfiles.git/blobdiff - vim/.vim/pack/stargrave/start/ctags/plugin/ctags.vim
v: are not required in vim9script
[dotfiles.git] / vim / .vim / pack / stargrave / start / ctags / plugin / ctags.vim
index 0f63d9e54cfe6cf2528b27c90dab13a07663f961..34cde995bdc50d8dfc800183008a947b4cf16c2f 100644 (file)
@@ -1,4 +1,5 @@
+vim9script
 if exists("*ctags#Do") | finish | endif
-command! -nargs=1 Ctags silent call ctags#Do(<f-args>, v:false, v:false)
-command! -nargs=1 Ctagsv silent call ctags#Do(<f-args>, v:true, v:false)
-command! -nargs=1 Ctagscmd call ctags#Do(<f-args>, v:true, v:true)
+command! -nargs=1 Ctags silent call ctags#Do(<f-args>, false, false)
+command! -nargs=1 Ctagsv silent call ctags#Do(<f-args>, true, false)
+command! -nargs=1 Ctagscmd call ctags#Do(<f-args>, true, true)