]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(just): fix typo in syntax file
authorPeter Benjamin <petermbenjamin@gmail.com>
Sat, 25 Jan 2025 14:26:09 +0000 (15:26 +0100)
committerChristian Brabandt <cb@256bit.org>
Sat, 25 Jan 2025 14:27:15 +0000 (15:27 +0100)
closes: #16515

Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/syntax/just.vim

index 77423a3c910e27f42444b5df1f7d94a6af5ed787..79c81d0f9cf51b2618da5f9bbb81dbff30636414 100644 (file)
@@ -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