From: Peter Benjamin Date: Sat, 25 Jan 2025 14:26:09 +0000 (+0100) Subject: runtime(just): fix typo in syntax file X-Git-Tag: v9.1.1053~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=509a8d58f9a8ce00744114c1f21f0d951a559ecd;p=thirdparty%2Fvim.git runtime(just): fix typo in syntax file closes: #16515 Signed-off-by: Christian Brabandt --- diff --git a/runtime/syntax/just.vim b/runtime/syntax/just.vim index 77423a3c91..79c81d0f9c 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 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