patch 9.1.0747: various typos in repo found Commit: https://github.com/vim/vim/commit/8feed3a52548591b2eaef66f4d53e1a49b2dabe5 Author: zeertzjq <zeert...@outlook.com> Date: Sun Sep 29 10:37:47 2024 +0200
patch 9.1.0747: various typos in repo found Problem: various typos in repo found Solution: Fix typos (zeertzjq) closes: #15749 Signed-off-by: zeertzjq <zeert...@outlook.com> Signed-off-by: Christian Brabandt <c...@256bit.org> diff --git a/runtime/doc/pi_netrw.txt b/runtime/doc/pi_netrw.txt index a4dee26fc..1271bb689 100644 --- a/runtime/doc/pi_netrw.txt +++ b/runtime/doc/pi_netrw.txt @@ -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. diff --git a/runtime/doc/quickfix.txt b/runtime/doc/quickfix.txt index ea5f01d25..dc0516692 100644 --- a/runtime/doc/quickfix.txt +++ b/runtime/doc/quickfix.txt @@ -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* diff --git a/runtime/doc/version9.txt b/runtime/doc/version9.txt index 94e662d6d..147f34526 100644 --- a/runtime/doc/version9.txt +++ b/runtime/doc/version9.txt @@ -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 diff --git a/src/option.c b/src/option.c index 4ee8d251d..ee9502a2e 100644 --- a/src/option.c +++ b/src/option.c @@ -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; diff --git a/src/testdir/commondumps.vim b/src/testdir/commondumps.vim index ed70280e2..cfe426cbd 100644 --- a/src/testdir/commondumps.vim +++ b/src/testdir/commondumps.vim @@ -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) diff --git a/src/testdir/test_listdict.vim b/src/testdir/test_listdict.vim index 48217cf33..f3bdcd4bd 100644 --- a/src/testdir/test_listdict.vim +++ b/src/testdir/test_listdict.vim @@ -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} diff --git a/src/testdir/test_normal.vim b/src/testdir/test_normal.vim index bd830511e..32050ced9 100644 --- a/src/testdir/test_normal.vim +++ b/src/testdir/test_normal.vim @@ -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 diff --git a/src/version.c b/src/version.c index 10b0f86c1..80e703359 100644 --- a/src/version.c +++ b/src/version.c @@ -704,6 +704,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 747, /**/ 746, /**/ diff --git a/src/window.c b/src/window.c index b2c90c7d6..db907f8a4 100644 --- a/src/window.c +++ b/src/window.c @@ -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. -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/E1supY7-00GvkW-Io%40256bit.org.