Thursday, December 23, 2021

Re: vim9 | how to force legacy vimscript execution

On Thu, Dec 23, 2021 at 10:55 AM Ni Va <nivaemail@gmail.com> wrote:
>
> Hi,
>
> I am currently using this legacy vimscript https://github.com/tweekmonster/startuptime.vim.
>
> It is managed by Plug.vim plugins' manager in my vim9script _vimrc.
>
> It appears startuptime.vim warns on some script code such as :
>
> echomsg 'Tagbar: Vim versions lower than 7.0.167 have a bug'
> \ 'that prevents this version of Tagbar from working.'
> \ 'Please use the alternate version posted on the website.'
>
>
> identically warns on if brackets spread on multiple lines.
>
> How can I fix it or fix this call of legacy vimscript ?
>
> Thank you
> NiVa

I can't find this echomsg statement in startuptime.vim as linked. I
suppose it comes from somewhere in Tagbar. Could you please tell us
what code (if statement etc.) triggers this message? (I suppose you
are using Vim 8.2 aren't you?)

Best regards,
Tony.

--
--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/CAJkCKXu96_-3xOVWBWRZPzut27e8WyuoPCnyKTUhrJs%2B25MdOw%40mail.gmail.com.

No comments: