neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit d3bfde60ad5b8a8129ac5fa8c694e30538973e15
parent 15061d322dcd075aec21dccc31c6205b13880b94
Author: zeertzjq <zeertzjq@outlook.com>
Date:   Fri,  6 Feb 2026 20:17:19 +0800

vim-patch:56d470a: runtime(lf): update syntax to support lf version r41 (#37750)

Also, mark @CatsDeservePets as maintainer.

closes: vim/vim#18640

https://github.com/vim/vim/commit/56d470a00863234f455fbfba6a96de4f49fe33aa

Co-authored-by: CatsDeservePets <145048791+CatsDeservePets@users.noreply.github.com>
Diffstat:
Mruntime/ftplugin/lf.vim | 2+-
Mruntime/indent/lf.vim | 2+-
Mruntime/syntax/lf.vim | 7++++---
3 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/runtime/ftplugin/lf.vim b/runtime/ftplugin/lf.vim @@ -1,6 +1,6 @@ " Vim filetype plugin file " Language: lf file manager configuration file (lfrc) -" Maintainer: Andis Sprinkis <andis@sprinkis.com> +" Maintainer: Andis Sprinkis <andis@sprinkis.com>, @CatsDeservePets " URL: https://github.com/andis-sprinkis/lf-vim " Last Change: 6 Apr 2025 diff --git a/runtime/indent/lf.vim b/runtime/indent/lf.vim @@ -1,6 +1,6 @@ " Vim indent file " Language: lf file manager configuration file (lfrc) -" Maintainer: Andis Sprinkis <andis@sprinkis.com> +" Maintainer: Andis Sprinkis <andis@sprinkis.com>, @CatsDeservePets " URL: https://github.com/andis-sprinkis/lf-vim " Last Change: 26 Oct 2025 diff --git a/runtime/syntax/lf.vim b/runtime/syntax/lf.vim @@ -1,12 +1,12 @@ " Vim syntax file " Language: lf file manager configuration file (lfrc) -" Maintainer: Andis Sprinkis <andis@sprinkis.com> +" Maintainer: Andis Sprinkis <andis@sprinkis.com>, @CatsDeservePets " Former Maintainer: Cameron Wright " URL: https://github.com/andis-sprinkis/lf-vim -" Last Change: 26 Oct 2025 +" Last Change: 4 Feb 2026 " " The shell syntax highlighting is configurable. See $VIMRUNTIME/doc/syntax.txt -" lf version: 39 +" lf version: 41 if exists("b:current_syntax") | finish | endif @@ -130,6 +130,7 @@ syn keyword lfOptions \ menufmt \ menuheaderfmt \ menuselectfmt + \ mergeindicators \ middle \ mouse \ nmaps