From 4d9405991963a53ed31089ed456d9f4cfebc325d Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Mon, 6 Jan 2025 19:02:03 +0100 Subject: [PATCH] vim-patch:3159b64: runtime(sh): fix typo in Last Change header related: vim/vim#16394 https://github.com/vim/vim/commit/3159b6494ec08fbe780d14e54ad4e89e7b55bb16 Co-authored-by: Christian Brabandt --- runtime/syntax/sh.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/syntax/sh.vim b/runtime/syntax/sh.vim index 290d4b68c7..d71a966553 100644 --- a/runtime/syntax/sh.vim +++ b/runtime/syntax/sh.vim @@ -5,7 +5,7 @@ " Lennart Schultz " Last Change: 2024 Mar 04 by Vim Project " 2024 Nov 03 by Aliaksei Budavei <0x000c70 AT gmail DOT com> (improved bracket expressions, #15941) -" 2025 Jan 06 add $0 to bashSpecialVariables (#16394) +" 2025 Jan 06 add $PS0 to bashSpecialVariables (#16394) " Version: 208 " Former URL: http://www.drchip.org/astronaut/vim/index.html#SYNTAX_SH " For options and settings, please use: :help ft-sh-syntax