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
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
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
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
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
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
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