]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): Fix documentation typos
authorh-east <h.east.727@gmail.com>
Sun, 29 Dec 2024 08:46:03 +0000 (09:46 +0100)
committerChristian Brabandt <cb@256bit.org>
Sun, 29 Dec 2024 08:46:03 +0000 (09:46 +0100)
closes: #16333

Signed-off-by: h-east <h.east.727@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/version9.txt
runtime/doc/windows.txt

index 35921032ebee168af9b6d053411c8cc3f887d385..bb39c433478276f7f49db51335fbf692ecd607b6 100644 (file)
@@ -1,4 +1,4 @@
-*version9.txt*  For Vim version 9.1.  Last change: 2024 Dec 28
+*version9.txt*  For Vim version 9.1.  Last change: 2024 Dec 29
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -41617,7 +41617,7 @@ Changed~
   |CompleteDone| autocommand in the |v:event| dictionary
 - the default fontsize for the GTK builds of Vim (Windows and Unix) has been
   increased to 12pt to accomodate modern high-dpi monitors
-- filetype detection now detects bash scripts as a separate "bash filetype
+- filetype detection now detects bash scripts as a separate "bash" filetype
   instead of the "sh" filetype
 - the default value of the 'keyprotocol' option has been updated by support
   for the ghostty terminal emulator (using kitty protocol)
index 77640725839056cfe3f0e287bf77ce2df2a52202..5a5d571bc839c59f0adfe3bd8b81a3b127c40563 100644 (file)
@@ -1,4 +1,4 @@
-*windows.txt*   For Vim version 9.1.  Last change: 2024 Dec 16
+*windows.txt*   For Vim version 9.1.  Last change: 2024 Dec 29
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -1011,8 +1011,9 @@ CTRL-W g }                                                *CTRL-W_g}*
                If [N] is not given, the current buffer remains being edited.
                See |:buffer-!| for [!].  This will also edit a buffer that is
                not in the buffer list, without setting the 'buflisted' flag.
-               The notation with single quotes does not work here, `:pbuffer
-               12'345'` uses 12'345 as a buffer name.  Also see |+cmd|.
+               The notation with single quotes does not work here,
+               `:pbuffer 12'345'` uses 12'345' as a buffer name.
+               Also see |+cmd|.
 
                                                        *:ped* *:pedit*
 :ped[it][!] [++opt] [+cmd] {file}
@@ -1280,7 +1281,7 @@ list of buffers. |unlisted-buffer|
                [!].  This will also edit a buffer that is not in the buffer
                list, without setting the 'buflisted' flag.
                The notation with single quotes does not work here,
-               `:buf 12'345'` uses 12'345 as a buffer name.
+               `:buf 12'345'` uses 12'345' as a buffer name.
                Also see |+cmd|.
 
 :[N]b[uffer][!] [+cmd] {bufname}                               *{bufname}*