On Fr, 14 Okt 2022, N V wrote:

> Hi, 
> 
> Using Vim9 64bits build on Win10 patch 0744, 
> with some plugins installed from vimplug, as gutentags
> https://github.com/ludovicchabant/vim-gutentags which has some command in 
> $vim/vimfiles/plugged/vim-gutentags/autoload/gutentags.vim such as Gutentags 
> Update. 
> 
> Why this command :GutentagsUpdate is not known by Vim ? 
> 
> E492: Not an editor command : GutentagsUpdate 

It looks like this command is defined in an autoload script (and only 
inside the function gutentags#setup_gutentags()), so it is only 
available, once that function has been called (and the autoload script 
has been sourced).

Check the output of :sriptnames if it is read and possibly just call 
gutentags#setup_gutentags() before calling that command.


Best,
Christian
-- 
Eitelkeit ist der Wunsch, bei dem, was man tut, gesehen zu werden.
                -- Heide Simonis

-- 
-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_use+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_use/20221014082304.GA32867%40256bit.org.

Reply via email to