]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime(lf): use syn iskeyword in syntax script
authorAndis Spriņķis <andis@sprinkis.com>
Sat, 10 May 2025 12:42:25 +0000 (14:42 +0200)
committerChristian Brabandt <cb@256bit.org>
Sat, 10 May 2025 12:42:25 +0000 (14:42 +0200)
commit6b7637e6bb3c231b8198e3eb9a3f7f558eb67188
tree95237fa58aadc821bdbc7e8393ec5db4c569ede5
parent270124f46ae6266ac7eee871e28d3072dd7d5a92
runtime(lf): use syn iskeyword in syntax script

Sets 'syn iskeyword' in syntax/lf.vim to fix the missing lf keyword
highlighting in lines like 'map e :open; open' (first 'open' not
highlighted).

applies PR andis-sprinkis/lf-vim#21 by @joelim-work
closes: andis-sprinkis/lf-vim#14

Co-authored-by: Joe Lim <50560759+joelim-work@users.noreply.github.com>
Signed-off-by: Andis Spriņķis <andis@sprinkis.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/syntax/lf.vim