Fix incorrect spelling of Vim script and Vim9 script

closes: #18591

Signed-off-by: Hirohito Higashi <h.east.727@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Hirohito Higashi
2025-10-17 17:48:34 +00:00
committed by Christian Brabandt
parent 6582299b8d
commit 1b565eee6d
4 changed files with 7 additions and 7 deletions

View File

@ -4,9 +4,9 @@ vim9script
# Contributers: @lacygoill
# Shane-XB-Qian
# Andrew Radev
# Last Change: 2025 Sep 21
# Last Change: 2025 Oct 17
#
# Vim Script to handle jumping to the targets of several types of Vim commands
# Vim script to handle jumping to the targets of several types of Vim commands
# (:import, :packadd, :runtime, :colorscheme), and to autoloaded functions of
# the style <path>#<function_name>.
#