diff options
author | Christian Clason <c.clason@uni-graz.at> | 2025-01-06 19:02:03 +0100 |
---|---|---|
committer | Christian Clason <ch.clason+github@icloud.com> | 2025-01-07 08:03:13 +0100 |
commit | 4d9405991963a53ed31089ed456d9f4cfebc325d (patch) | |
tree | f34b56dffb52a77c9ca34cdd50af3ed0ef416fa8 | |
parent | b44a8ba1e71041f85ba91981d50a89b7fc797817 (diff) | |
download | rneovim-4d9405991963a53ed31089ed456d9f4cfebc325d.tar.gz rneovim-4d9405991963a53ed31089ed456d9f4cfebc325d.tar.bz2 rneovim-4d9405991963a53ed31089ed456d9f4cfebc325d.zip |
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 <cb@256bit.org>
-rw-r--r-- | runtime/syntax/sh.vim | 2 |
1 files changed, 1 insertions, 1 deletions
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 <Lennart.Schultz@ecmwf.int> " 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 |