]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.1.0747: various typos in repo found v9.1.0747
authorzeertzjq <zeertzjq@outlook.com>
Sun, 29 Sep 2024 08:37:47 +0000 (10:37 +0200)
committerChristian Brabandt <cb@256bit.org>
Sun, 29 Sep 2024 08:37:47 +0000 (10:37 +0200)
Problem:  various typos in repo found
Solution: Fix typos (zeertzjq)

closes: #15749

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/pi_netrw.txt
runtime/doc/quickfix.txt
runtime/doc/version9.txt
src/option.c
src/testdir/commondumps.vim
src/testdir/test_listdict.vim
src/testdir/test_normal.vim
src/version.c
src/window.c

index a4dee26fce12f05643d326d917f6da22f940217c..1271bb689ba845fc824cbfc3ea3d561336c03f83 100644 (file)
@@ -3868,7 +3868,7 @@ netrw:
                                  netrw-safe guioptions
                Nov 15, 2021    * removed netrw_localrm and netrw_localrmdir
                                  references
-               Aug 18, 2022    * (Miguel Barro) improving compatability with
+               Aug 18, 2022    * (Miguel Barro) improving compatibility with
                                  powershell
        v171:   Oct 09, 2020    * included code in s:NetrwOptionsSafe()
                                  to allow |'bh'| to be set to delete when
@@ -4099,7 +4099,7 @@ netrw:
                                  The "<nowait>" modifier has been included
                                  with most of netrw's mappings to avoid that
                                  delay.
-               Jun 26, 2015    * |netrw-gn| mapping implemted
+               Jun 26, 2015    * |netrw-gn| mapping implemented
                                * :Ntree NotADir resulted in having
                                  the tree listing expand in the error messages
                                  window.  Fixed.
index ea5f01d25ecfb6741baf980baf1b531ab1aa48ce..dc05166924bfba9cd7074ceff8975b96f57505b2 100644 (file)
@@ -1349,7 +1349,7 @@ make, say :make html or :make pdf.
 Additional arguments can be passed to groff by setting them in
 `b:groff_compiler_args` or `g:groff_compiler_args`. The `language` argument
 passed to groff is set using 'spelllang'; it can be overridden by setting
-`b:groff_compiler_lang`. The default enconding is `UTF-8` and can be changed
+`b:groff_compiler_lang`. The default encoding is `UTF-8` and can be changed
 by setting `b:groff_compiler_encoding` or `g:groff_compiler_encoding`.
 
 PANDOC                                 *quickfix-pandoc* *compiler-pandoc*
index 94e662d6d7bc05671d74f23dd9cc22ff50e30575..147f34526218e1086dab765516b60edbad513efb 100644 (file)
@@ -41620,7 +41620,7 @@ Functions: ~
 
 Autocommands: ~
 
-|CursorMovedC|         after the cursor was moved in the comamnd-line
+|CursorMovedC|         after the cursor was moved in the command-line
 |KeyInputPre|          before processing any key event in any mode
 |SessionWritePost|     after writing the session file |:mksession|
 |TermResponseAll|      after the terminal response to |t_RV| and others is
index 4ee8d251db207d014e43562571f4c5c79fb3e21e..ee9502a2ed19ab232eda801561e4ad4b3cec1044 100644 (file)
@@ -186,7 +186,7 @@ set_init_default_backupskip(void)
            item = alloc(itemsize);
            if (item != NULL)
            {
-               // add a preceeding comma as a separator after the first item
+               // add a preceding comma as a separator after the first item
                size_t  itemseplen = (ga.ga_len == 0) ? 0 : 1;
                size_t  itemlen;
 
index ed70280e2c2820d3b125761afe69957a871595f3..cfe426cbde0844e8ce6db18d756c94cbbd1e6559 100644 (file)
@@ -23,7 +23,7 @@ enddef
 
 # Search for the "failed" directory in the passed _subtreedirname_ directories
 # (usually "\<src\>" or "\<syntax\>") and, if found, select its passed _count_
-# occurence, add all its "*.dump" files to the argument list and list them;
+# occurrence, add all its "*.dump" files to the argument list and list them;
 # also define a BufRead autocommand that would invoke "Render()" for every
 # "*.dump" file.
 def g:Init(subtreedirname: string, count: number)
index 48217cf33eff5b98573a01b380769afca9fb20b9..f3bdcd4bd1ab81a70bdf20959cd7732e7ecd818c 100644 (file)
@@ -1621,7 +1621,7 @@ endfunc
 
 " Test for using id()
 def Test_id_with_dict()
-  # demonstate a way that "id(item)" differs from "string(item)"
+  # demonstrate a way that "id(item)" differs from "string(item)"
   var d1 = {one: 1}
   var d2 = {one: 1}
   var d3 = {one: 1}
index bd830511e4926cdca9d5b8924e1974dc904cd255..32050ced96822dab45d13f193051206bec96fe0a 100644 (file)
@@ -4274,7 +4274,7 @@ func Test_halfpage_longline()
 endfunc
 
 " Test for Ctrl-E with long line and very narrow window,
-" used to cause an inifite loop
+" used to cause an infinite loop
 func Test_scroll_longline_no_loop()
   4vnew
   setl smoothscroll number showbreak=> scrolloff=2
index 10b0f86c1cb43a046b42be3d6185fdc3cedf107d..80e7033592608c7d02d44de27b911c67b95be650 100644 (file)
@@ -704,6 +704,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    747,
 /**/
     746,
 /**/
index b2c90c7d64114ded5ed41631b23eb45d9a95b066..db907f8a482ba510bd89a49476693066355c5e44 100644 (file)
@@ -4609,7 +4609,7 @@ free_tabpage(tabpage_T *tp)
  * Otherwise put it just before tab page "after".
  *
  * Does not trigger WinNewPre, since the window structures
- * are not completly setup yet and could cause dereferencing
+ * are not completely setup yet and could cause dereferencing
  * NULL pointers
  *
  * Return FAIL or OK.