runtime(lf): update syntax to support lf version r37 Commit: https://github.com/vim/vim/commit/3571388ded6fc4e849e7ded3a4e6594d7bb8efaf Author: Andis Spriņķis <an...@sprinkis.com> Date: Tue Aug 26 00:02:01 2025 +0200
runtime(lf): update syntax to support lf version r37 Adds the lf release 37 specific syntax highlighting changes. From the PR andis-sprinkis/lf-vim#23 by @CatsDeservePets closes: #18115 Signed-off-by: Andis Spriņķis <an...@sprinkis.com> Signed-off-by: Christian Brabandt <c...@256bit.org> diff --git a/runtime/syntax/lf.vim b/runtime/syntax/lf.vim index af2e48737..6e98e23e3 100644 --- a/runtime/syntax/lf.vim +++ b/runtime/syntax/lf.vim @@ -3,10 +3,10 @@ " Maintainer: Andis Sprinkis <an...@sprinkis.com> " Former Maintainer: Cameron Wright " URL: https://github.com/andis-sprinkis/lf-vim -" Last Change: 16 July 2025 +" Last Change: 16 August 2025 " " The shell syntax highlighting is configurable. See $VIMRUNTIME/doc/syntax.txt -" lf version: 36 +" lf version: 37 if exists("b:current_syntax") | finish | endif @@ -94,6 +94,7 @@ syn keyword lfOptions \ errorfmt \ filesep \ filter + \ filtermethod \ find \ find-back \ find-next @@ -101,8 +102,6 @@ syn keyword lfOptions \ findlen \ glob-select \ glob-unselect - \ globfilter - \ globsearch \ half-down \ half-up \ hidden @@ -169,6 +168,7 @@ syn keyword lfOptions \ search-back \ search-next \ search-prev + \ searchmethod \ select \ selectfmt \ selmode -- -- 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" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/vim_dev/E1uqfSx-0023BA-O6%40256bit.org.