runtime(spec): Recognize SourceLicense tag name in RPM spec syntax (#14046)
Commit:
https://github.com/vim/vim/commit/315cd1fbcbba7c44ec8743f03645bfcaef58bd55
Author: Petr Pisar
Date: Thu Feb 22 20:39:09 2024 +0100
runtime(spec): Recognize SourceLicense tag name in RPM spec syntax
(https
patch 9.1.0127: Naming a non-pointer variable "oap" is strange
Commit:
https://github.com/vim/vim/commit/5e3674b42da10b7e7c72d1f20f9a15379af1b60a
Author: zeertzjq
Date: Thu Feb 22 19:51:34 2024 +0100
patch 9.1.0127: Naming a non-pointer variable "oap" is strange
Problem: Naming
patch 9.1.0128: win_gotoid() may abort even when not switching a window
Commit:
https://github.com/vim/vim/commit/2a65e739447949a7aee966ce8a3b75521b2a79ea
Author: Sean Dewar <6256228+seande...@users.noreply.github.com>
Date: Thu Feb 22 19:53:33 2024 +0100
patch 9.1.0128: win_gotoid() may a
runtime(vim): Update base-syntax, fix :unabbrev highlighting (#14077)
Commit:
https://github.com/vim/vim/commit/1624970d321cfb637ac76232df9c9b3f2fae904c
Author: dkearns
Date: Fri Feb 23 05:45:05 2024 +1100
runtime(vim): Update base-syntax, fix :unabbrev highlighting
(https://github.com/v
patch 9.1.0126: Internal error when using upper-case mark in getregion()
Commit:
https://github.com/vim/vim/commit/421b597470c118871c7081de00dd065e0e000b7e
Author: zeertzjq
Date: Thu Feb 22 19:48:06 2024 +0100
patch 9.1.0126: Internal error when using upper-case mark in getregion()
Hi,
On Thu, Feb 22, 2024 at 7:56 AM shane.qian wrote:
>
> > The recently introduced matchbufline() and matchstrlist() functions
> > use the 'ignorecase' option value. If this option is set, then these
> > functions ignore the case when matching the strings.
> > So the behavior of a plugin using
> The recently introduced matchbufline() and matchstrlist() functions
> use the 'ignorecase' option value. If this option is set, then these
> functions ignore the case when matching the strings.
> So the behavior of a plugin using these functions depends on a user
> configuration.
> To ignore thi
Hi all,
The recently introduced matchbufline() and matchstrlist() functions
use the 'ignorecase' option value. If this option is set, then these
functions ignore the case when matching the strings.
So the behavior of a plugin using these functions depends on a user
configuration.
To ignore this o
runtime(java): add syntax support for Java switch expressions (#9124)
Commit:
https://github.com/vim/vim/commit/20d61e1b94e5ac571b3a313765517582f86616f3
Author: Nick Hanley
Date: Thu Feb 22 09:06:19 2024 -0500
runtime(java): add syntax support for Java switch expressions
(https://github.