]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime(sh): add PS0 to bashSpecialVariables in syntax script
authorJon Parise <jon@indelible.org>
Mon, 6 Jan 2025 17:27:38 +0000 (18:27 +0100)
committerChristian Brabandt <cb@256bit.org>
Mon, 6 Jan 2025 17:27:38 +0000 (18:27 +0100)
commitcf1f55548d1c8782c5bd11f82354d98fb30cde42
tree83fd3e8563d94f88b067d688030b11feaf2662cb
parent7ceaa8f3ddbaad75fa02f91c0b354661b38253cb
runtime(sh): add PS0 to bashSpecialVariables in syntax script

PS0 is also a special prompt variable. (It is expanded and displayed
after it reads a command but before executing it.)

References:
https://www.gnu.org/software/bash/manual/html_node/Interactive-Shell-Behavior.html

closes: #16394

Signed-off-by: Jon Parise <jon@indelible.org>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/syntax/sh.vim