On 5/8/25 13:53, Maxim Kim wrote:
> oops,
> 
> instead of getpos() you can use line() of course:
> 
> vim9script
> def g:Comment(line1: number, line2: number)
>      var l1 = min([line1, line2])
>      var l2 = max([line1, line2])
>      append(l2, ["
Monday, August 4, 2025
Subscribe to:
Post Comments (Atom)
 
No comments:
Post a Comment