]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.1.0942: a few typos were found v9.1.0942
authorzeertzjq <zeertzjq@outlook.com>
Tue, 17 Dec 2024 19:55:13 +0000 (20:55 +0100)
committerChristian Brabandt <cb@256bit.org>
Tue, 17 Dec 2024 19:55:13 +0000 (20:55 +0100)
Problem:  a few typos were found
Solution: fix them (zeertzjq)

closes: #16232

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/motion.txt
src/insexpand.c
src/testdir/test_popup.vim
src/testdir/test_vim9_class.vim
src/version.c

index 510d800dc31e4e1a68a6d7cacbf752501949252b..4e57797a54c0b476e5d5c8cbba3206633a7ff127 100644 (file)
@@ -125,7 +125,7 @@ Note that when using ":" any motion becomes characterwise exclusive.
                                        *inclusive-motion-selection-exclusive*
 When 'selection' is "exclusive", |Visual| mode is active and an inclusive
 motion has been used, the cursor position will be adjusted by another
-character to the right, so that the visual selection includes the expected
+character to the right, so that the Visual selection includes the expected
 text and can be acted upon.
 
                                                                *forced-motion*
index 700ed5478fcc583e2400db2c237146bbb1317f4a..fd82b3655f83b2e40df856e23433fb83f3d87087 100644 (file)
@@ -916,9 +916,9 @@ ins_compl_insert_bytes(char_u *p, int len)
 }
 
 /*
- *  Checks if the column is within the currently inserted completion text
- *  column range. If it is, it returns a special highlight attribute.
- *  -1 mean normal item.
+ * Checks if the column is within the currently inserted completion text
+ * column range. If it is, it returns a special highlight attribute.
+ * -1 mean normal item.
  */
     int
 ins_compl_col_range_attr(int col)
index 95ce56114d3727a4da28ce6532b22255b88853e7..9ea5445ce21cf29d493de45f718229735692b496 100644 (file)
@@ -1712,7 +1712,7 @@ func Test_pum_keep_select()
   call StopVimInTerminal(buf)
 endfunc
 
-func Test_pum_matchins_higlight()
+func Test_pum_matchins_highlight()
   CheckScreendump
   let lines =<< trim END
     func Omni_test(findstart, base)
index bea0ec91f6f7b998dee7a3f552e89b5206761217..75f1b501db1cd5138fae5e13220cd0a787e80522 100644 (file)
@@ -11306,7 +11306,7 @@ def Test_any_obj_var_type()
   END
   v9.CheckScriptSuccess(lines)
 
-  # Nested data.  Object containg a Dict containing another Object.
+  # Nested data.  Object containing a Dict containing another Object.
   lines =<< trim END
     vim9script
     class Context
index 94d4aa8859c1cbb6c09c8ceb37f0fd18c869cc4f..861875689654efdf1c9e02a9153605bf3124fb71 100644 (file)
@@ -704,6 +704,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    942,
 /**/
     941,
 /**/