]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.1.2063: A few typos in the code and runtime files v9.1.2063
authorzeertzjq <zeertzjq@outlook.com>
Wed, 7 Jan 2026 21:31:22 +0000 (21:31 +0000)
committerChristian Brabandt <cb@256bit.org>
Wed, 7 Jan 2026 21:33:28 +0000 (21:33 +0000)
Problem:  A few typos in the code and runtime files
Solution: Fix those (zeertzjq).

closes: #19119

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/insert.txt
runtime/doc/options.txt
runtime/doc/uganda.txt
src/globals.h
src/os_win32.c
src/testdir/test_functions.vim
src/version.c
src/wayland.h

index 28536d1bc2bdeb8cb3809d9a0aff85721ae488ae..4890892197ac8fc53dc83327377498a4dbee3acc 100644 (file)
@@ -1,4 +1,4 @@
-*insert.txt*   For Vim version 9.1.  Last change: 2025 Nov 09
+*insert.txt*   For Vim version 9.1.  Last change: 2026 Jan 07
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -1720,7 +1720,7 @@ Complete:
 Notes
 
 - It doesn't complete command arguments that rely on 'shellcmd' completion
-  type in Windows and WSL due to general slowness of canditate gathering,
+  type in Windows and WSL due to general slowness of candidate gathering,
   e.g.
 >
      terminal dir
index 67c8b29041f614d5772609f5695fa3bce96f2920..2d9ba76723ceeb9036af12fbd99a5a6d602de3bd 100644 (file)
@@ -1,4 +1,4 @@
-*options.txt*  For Vim version 9.1.  Last change: 2025 Dec 27
+*options.txt*  For Vim version 9.1.  Last change: 2026 Jan 07
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -8141,7 +8141,7 @@ A jump table for the options with a short description can be found at |Q_op|.
        when it is turned off.  It is also reset when 'compatible' is set.
 
        The 'L' flag in 'cpoptions' alters tab behavior when 'list' is
-       enabled.  See also |ins-expandtab| ans user manual section |30.5| for
+       enabled.  See also |ins-expandtab| and user manual section |30.5| for
        in-depth explanations.
 
        If Vim is compiled with the |+vartabs| feature then the value of
index 98d8170c292f116cfc06bda89b8ca48df4ea2ca5..a8c7fffc1a58dddc5c9af8191124a68acc7b8707 100644 (file)
@@ -1,4 +1,4 @@
-*uganda.txt*   For Vim version 9.1.  Last change: 2025 Nov 13
+*uganda.txt*   For Vim version 9.1.  Last change: 2026 Jan 07
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -21,7 +21,7 @@ ICCF Holland and Kuwasha~
 
 |Bram| Moolenaar's charity, ICCF Holland, has long supported the education of
 children in Uganda through the Kibaale Children's Centre.  Following Bram's
-passing in 2023, ICCF Holland transfered all activities to its sister charity
+passing in 2023, ICCF Holland transferred all activities to its sister charity
 Kuwasha in Canada and dissolved at the end of 2025.
 
 Donations from Vim users are still welcome and will continue to go directly to
index 2aed9378e1f9e32c62324857c5cc14a1c953e4df..4d0ad6ca5fce7450dcd37f00cabc86e6880d922a 100644 (file)
@@ -2134,7 +2134,7 @@ INIT(= CLIENTSERVER_METHOD_NONE);
 EXTERN char_u *client_socket INIT(= NULL);
 #endif
 
-// If the <xOSC> key should be propogated from vgetc()
+// If the <xOSC> key should be propagated from vgetc()
 EXTERN int allow_osc_key INIT(= 0);
 
 #ifdef FEAT_EVAL
index a518308f654abfd7ab329471e7c9eb41a07402a3..83f1b1ce3a0944e145411d938e4c1835585e571e 100644 (file)
@@ -5538,7 +5538,7 @@ mch_call_shell(
        }
     }
     // do not execute anything from the current directory by setting the
-    // environemnt variable $NoDefaultCurrentDirectoryInExePath
+    // environment variable $NoDefaultCurrentDirectoryInExePath
     oldval = vim_getenv((char_u *)"NoDefaultCurrentDirectoryInExePath",
            &must_free);
     vim_setenv((char_u *)"NoDefaultCurrentDirectoryInExePath", (char_u *)"1");
index ec721d0579d82227862264eb8261d5bfb8588633..9dba0b3f315490af84b7d5f4a334aedd363dd639 100644 (file)
@@ -2161,9 +2161,9 @@ func Test_executable_single_character_dir()
   endif
 
   let save_path = $PATH
-  " a: single character name without path seperator
-  " b: single character name with path seperator
-  " c: single character name without path seperator at last of PATH
+  " a: single character name without path separator
+  " b: single character name with path separator
+  " c: single character name without path separator at last of PATH
   let $PATH = [
         \ fnamemodify('./Xpath/a', ':p:h'),
         \ fnamemodify('./Xpath/b', ':p'),
index 8f4e2fa6d50e74fa8718368a16af2c3e38f1d426..6caed54fa2c93edc219073ee2c0a2a668cecdab6 100644 (file)
@@ -734,6 +734,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2063,
 /**/
     2062,
 /**/
index d260af4a90cdf3179a29674b91700f386deee9be..0a181541b4e5ad9607c88575c2f6dbdf969883c3 100644 (file)
@@ -46,7 +46,7 @@ struct vwl_seat_S {
     struct wl_seat  *proxy;
     char           *label;         // Name of seat as text (e.g. seat0,
                                    // seat1...).
-    uint32_t       capabilities;   // Bitmask of the capabilites of the seat
+    uint32_t       capabilities;   // Bitmask of the capabilities of the seat
                                    // (pointer, keyboard, touch).
 };