runtime(just): fix typo in syntax file Commit: https://github.com/vim/vim/commit/509a8d58f9a8ce00744114c1f21f0d951a559ecd Author: Peter Benjamin <petermbenja...@gmail.com> Date: Sat Jan 25 15:26:09 2025 +0100
runtime(just): fix typo in syntax file closes: https://github.com/vim/vim/issues/16515 Signed-off-by: Christian Brabandt <c...@256bit.org> diff --git a/runtime/syntax/just.vim b/runtime/syntax/just.vim index 77423a3c9..79c81d0f9 100644 --- a/runtime/syntax/just.vim +++ b/runtime/syntax/just.vim @@ -1,7 +1,7 @@ " Vim syntax file " Language: Justfile " Maintainer: Peter Benjamin <@pbnj> -" Last Change: 2025 Jan 19 +" Last Change: 2025 Jan 25 " Credits: The original author, Noah Bogart <https://github.com/NoahTheDuke/vim-just/> if exists('b:current_syntax') @@ -402,5 +402,5 @@ hi def link justUserDefinedError Exception hi def link justVariadicPrefix Statement hi def link justVariadicPrefixError Error -let &cpo = s:cpo_sav -unlet s:cpo_sav +let &cpo = s:cpo_save +unlet s:cpo_save -- -- 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/E1tbhAl-000i0L-KR%40256bit.org.