neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 4d9405991963a53ed31089ed456d9f4cfebc325d
parent b44a8ba1e71041f85ba91981d50a89b7fc797817
Author: Christian Clason <c.clason@uni-graz.at>
Date:   Mon,  6 Jan 2025 19:02:03 +0100

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>

Diffstat:
Mruntime/syntax/sh.vim | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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