Re: Proper way to find when a function appeared in vim

2021-09-13 Fir de Conversatie Yegappan Lakshmanan
Hi, On Mon, Sep 13, 2021 at 8:15 AM Maxim Kim wrote: > > It was the first thing I did. Unfortunately it knows nothing about > `setcharpos`, `setcursorcharpos`, `charcol` etc. > > понедельник, 13 сентября 2021 г. в 18:10:21 UTC+3, yegapp...@gmail.com: >> >> Hi, >> >> On Sun, Sep 12, 2021 at 5:39

Re: Proper way to find when a function appeared in vim

2021-09-13 Fir de Conversatie Christian Brabandt
On So, 12 Sep 2021, Maxim Kim wrote: > I want to set minimal vim version for a plugin depending of func existence. > > Is there a "simple" way to find out when `strchars(` was added to vim (there > are more to check, this is an example)? > > For now I am searching github for the patches/PRs w

Re: Proper way to find when a function appeared in vim

2021-09-13 Fir de Conversatie Maxim Kim
It was the first thing I did. Unfortunately it knows nothing about `setcharpos`, `setcursorcharpos`, `charcol` etc. понедельник, 13 сентября 2021 г. в 18:10:21 UTC+3, yegapp...@gmail.com: > Hi, > > On Sun, Sep 12, 2021 at 5:39 AM Maxim Kim wrote: > > > > I want to set minimal vim version for a

Re: Proper way to find when a function appeared in vim

2021-09-13 Fir de Conversatie Yegappan Lakshmanan
Hi, On Sun, Sep 12, 2021 at 5:39 AM Maxim Kim wrote: > > I want to set minimal vim version for a plugin depending of func existence. > > Is there a "simple" way to find out when `strchars(` was added to vim (there > are more to check, this is an example)? > > For now I am searching github for th

Re: Proper way to find when a function appeared in vim

2021-09-12 Fir de Conversatie Maxim Kim
Thanks Michael! -- -- You received this message from the "vim_dev" 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_dev

Re: Proper way to find when a function appeared in vim

2021-09-12 Fir de Conversatie Michael Henry
On 9/12/21 8:39 AM, Maxim Kim wrote: > I want to set minimal vim version for a plugin depending of func > existence. > > Is there a "simple" way to find out when `strchars(` was added to vim > (there are more to check, this is an example)? > > For now I am searching github for the patches/PRs which

Proper way to find when a function appeared in vim

2021-09-12 Fir de Conversatie Maxim Kim
I want to set minimal vim version for a plugin depending of func existence. Is there a "simple" way to find out when `strchars(` was added to vim (there are more to check, this is an example)? For now I am searching github for the patches/PRs which is quite inefficient :) -- -- You received