Fix a few more typos
Commit:
https://github.com/vim/vim/commit/cb0b4cf45c627263c844348a0ec6388dcfef9fcb
Author: Felipe Matarazzo <
feli...@protonmail.com>
Date: Mon May 4 19:10:37 2026 +0000
Fix a few more typos
closes:
https://github.com/vim/vim/issues/20135
Signed-off-by: Felipe Matarazzo <
feli...@protonmail.com>
Signed-off-by: Christian Brabandt <
c...@256bit.org>
diff --git a/runtime/doc/ft_mp.txt b/runtime/doc/ft_mp.txt
index 7106edf98..f4ea04257 100644
--- a/runtime/doc/ft_mp.txt
+++ b/runtime/doc/ft_mp.txt
@@ -1,4 +1,4 @@
-*ft_mp.txt* For Vim version 9.2. Last change: 2026 Feb 14
+*ft_mp.txt* For Vim version 9.2. Last change: 2026 May 04
This is the documentation for the METAFONT and MetaPost filetype plugins.
Unless otherwise specified, the commands, settings and mappings defined below
@@ -25,7 +25,7 @@ MetaPost documents, including syntax coloring, indentation, and completion.
Defining indentation rules for METAFONT and MetaPost code is tricky and
somewhat subjective, because the syntax is quite liberal. The plugin uses some
heuristics that work well most of the time, but in particular cases you may
-want to to override the automatic rules, so that the manually defined
+want to override the automatic rules, so that the manually defined
indentation is preserved by commands like `gg=G`.
This can be achieved by appending `%>`, `%<`, `%=` or `%!` to a line to
diff --git a/runtime/ftplugin/ptx.vim b/runtime/ftplugin/ptx.vim
index 12b127c8f..6e4c0f87a 100644
--- a/runtime/ftplugin/ptx.vim
+++ b/runtime/ftplugin/ptx.vim
@@ -1,7 +1,8 @@
" Vim filetype plugin file
-" Language: Nvidia PTX (Parellel Thread Execution)
+" Language: Nvidia PTX (Parallel Thread Execution)
" Maintainer: Yinzuo Jiang <
jiang...@foxmail.com>
" Last Change: 2024-12-05
+" 2026 May 04 by Vim Project: fix typo
if exists("b:did_ftplugin")
finish
diff --git a/runtime/ftplugin/readline.vim b/runtime/ftplugin/readline.vim
index d0b6c2d65..996b533b8 100644
--- a/runtime/ftplugin/readline.vim
+++ b/runtime/ftplugin/readline.vim
@@ -4,6 +4,7 @@
" Previous Maintainer: Nikolai Weibull <
n...@bitwi.se>
" Last Change: 2024 Sep 19 (simplify keywordprg #15696)
" 2024 Jul 22 by Vim project (use :hor term #17822)
+" 2026 May 04 by Vim Project: fix typo
if exists("b:did_ftplugin")
finish
@@ -26,7 +27,7 @@ if exists("loaded_matchit") && !exists("b:match_words")
endif
if (has("gui_win32") || has("gui_gtk")) && !exists("b:browsefilter")
- let b:browsefilter = "Readline Intialization Files (inputrc, .inputrc) inputrc;*.inputrc
"
+ let b:browsefilter = "Readline Initialization Files (inputrc, .inputrc) inputrc;*.inputrc
"
if has("win32")
let b:browsefilter ..= "All Files (*.*) *
"
else
diff --git a/runtime/indent/cdl.vim b/runtime/indent/cdl.vim
index da675698c..63e4171ea 100644
--- a/runtime/indent/cdl.vim
+++ b/runtime/indent/cdl.vim
@@ -2,6 +2,7 @@
" Maintainer: Raul Segura Acevedo <
raulsegu...@netscape.net> (Invalid email address)
" Doug Kearns <
dougk...@gmail.com>
" Last Change: 2022 Apr 06
+" 2026 May 04 by Vim Project: fix typo
if exists("b:did_indent")
"finish
@@ -71,7 +72,7 @@ fun! CdlGetIndent(lnum)
" One 'closing' element at the beginning of the line has already reduced the
" indent, but 'else', 'elseif' & 'then' increment it for the next line.
" '=' at the beginning already has the right indent (increased for
- " asignments).
+ " assignments).
let f = -1
let inicio = matchend(line, '^