]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.1.0849: there are a few typos in the source v9.1.0849
authorzeertzjq <zeertzjq@outlook.com>
Sun, 10 Nov 2024 19:26:12 +0000 (20:26 +0100)
committerChristian Brabandt <cb@256bit.org>
Sun, 10 Nov 2024 19:26:12 +0000 (20:26 +0100)
Problem:  there are a few typos in the source.
Solution: Correct typos (zeertzjq).

closes: #16026

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/Make_mvc.mak
runtime/doc/builtin.txt
runtime/doc/quickfix.txt
runtime/doc/syntax.txt
runtime/doc/tags
src/ex_cmds.c
src/po/Make_mvc.mak
src/testdir/test_diffmode.vim
src/version.c

index 5bfe934e3d819d3f46b65ab4d1f0537ea181d854..a6af4baf8a6389df03f3f96bb54ebbe701ac1782 100644 (file)
@@ -10,7 +10,7 @@
 # TODO: to think about what to use instead of awk. PowerShell?
 #AWK =
 
-# Correct the following line for the where executeable file vim is installed.
+# Correct the following line for the where executable file vim is installed.
 # Please do not put the path in quotes.
 VIMPROG = D:\Programs\Vim\vim91\vim.exe
 
index d32c09d2fbeab6e5f791b4733a65f390b9a8a6ad..67f447d7db8ec9e81ac1d55971bd8c6843d6bcdf 100644 (file)
@@ -1,4 +1,4 @@
-*builtin.txt*  For Vim version 9.1.  Last change: 2024 Nov 09
+*builtin.txt*  For Vim version 9.1.  Last change: 2024 Nov 10
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -467,9 +467,9 @@ prop_type_get({name} [, {props}])
 prop_type_list([{props}])      List    get list of property types
 pum_getpos()                   Dict    position and size of pum if visible
 pumvisible()                   Number  whether popup menu is visible
-py3eval({expr}[, {locals}])    any     evaluate |python3| expression
-pyeval({expr}[, {locals}])     any     evaluate |Python| expression
-pyxeval({expr}[, {locals}])    any     evaluate |python_x| expression
+py3eval({expr} [, {locals}])   any     evaluate |python3| expression
+pyeval({expr} [, {locals}])    any     evaluate |Python| expression
+pyxeval({expr} [, {locals}])   any     evaluate |python_x| expression
 rand([{expr}])                 Number  get pseudo-random number
 range({expr} [, {max} [, {stride}]])
                                List    items from {expr} to {max}
@@ -8127,7 +8127,7 @@ pumvisible()                                              *pumvisible()*
                Return type: |Number|
 
 
-py3eval({expr}[, {locals}])                            *py3eval()*
+py3eval({expr} [, {locals}])                           *py3eval()*
                Evaluate Python expression {expr} and return its result
                converted to Vim data structures.
                If a {locals} |Dictionary| is given, it defines set of local
@@ -8153,7 +8153,7 @@ py3eval({expr}[, {locals}])                               *py3eval()*
                {only available when compiled with the |+python3| feature}
 
                                                        *E858* *E859*
-pyeval({expr}[, {locals}])                             *pyeval()*
+pyeval({expr} [, {locals}])                            *pyeval()*
                Evaluate Python expression {expr} and return its result
                converted to Vim data structures.
                For {locals} see |py3eval()|.
@@ -8172,7 +8172,7 @@ pyeval({expr}[, {locals}])                                *pyeval()*
 
                {only available when compiled with the |+python| feature}
 
-pyxeval({expr}[, {locals}])                            *pyxeval()*
+pyxeval({expr} [, {locals}])                           *pyxeval()*
                Evaluate Python expression {expr} and return its result
                converted to Vim data structures.
                For {locals} see |py3eval()|.
index 37f0a181d12179e09ea4474d2ff66c0df7bd37d3..48f192a7b809798d1e8864cfc2e30e29749b1697 100644 (file)
@@ -1,4 +1,4 @@
-*quickfix.txt*  For Vim version 9.1.  Last change: 2024 Nov 07
+*quickfix.txt*  For Vim version 9.1.  Last change: 2024 Nov 10
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -361,7 +361,7 @@ processing a quickfix or location list command, it will be aborted.
                        Example: >
     :g/mypattern/caddexpr expand("%") .. ":" .. line(".") ..  ":" .. getline(".")
 <
-                                               *:lad* *:addd* *:laddexpr*
+                                               *:lad* *:ladd* *:laddexpr*
 :lad[dexpr] {expr}     Same as ":caddexpr", except the location list for the
                        current window is used instead of the quickfix list.
 
index eff99f7638d2cfebc2693df6cf67f6d4f9dc190d..b0c77db1d4f2435a1e4b6a198442fd93ca6b276e 100644 (file)
@@ -1,4 +1,4 @@
-*syntax.txt*   For Vim version 9.1.  Last change: 2024 Nov 09
+*syntax.txt*   For Vim version 9.1.  Last change: 2024 Nov 10
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -2670,7 +2670,7 @@ To specify elements that should not be concealed, set the following variable: >
 
        :let g:pandoc#syntax#conceal#blacklist = []
 
-This is a list of the rules wich can be used here:
+This is a list of the rules which can be used here:
 
   - titleblock
   - image
index 6e5085a0d8854be853fc5d7e013f3e3c758dce11..3039737f541a366c000fac9448f64bfb1d2fa102 100644 (file)
@@ -2216,7 +2216,6 @@ $quote    eval.txt        /*$quote*
 :abo   windows.txt     /*:abo*
 :aboveleft     windows.txt     /*:aboveleft*
 :abstract      vim9class.txt   /*:abstract*
-:addd  quickfix.txt    /*:addd*
 :al    windows.txt     /*:al*
 :all   windows.txt     /*:all*
 :am    gui.txt /*:am*
@@ -2736,6 +2735,7 @@ $quote    eval.txt        /*$quote*
 :lab   quickfix.txt    /*:lab*
 :labove        quickfix.txt    /*:labove*
 :lad   quickfix.txt    /*:lad*
+:ladd  quickfix.txt    /*:ladd*
 :laddb quickfix.txt    /*:laddb*
 :laddbuffer    quickfix.txt    /*:laddbuffer*
 :laddexpr      quickfix.txt    /*:laddexpr*
index 462232f7287c6a5c0c6a522d4ea96196fe930c14..e1e6c4ee7c22431d8b4526644de6e10d3df7abc2 100644 (file)
@@ -2743,7 +2743,7 @@ do_ecmd(
        }
        if (buf == NULL)
            goto theend;
-       // autocommands try to edit a file that is goind to be removed,
+       // autocommands try to edit a file that is going to be removed,
        // abort
        if (buf_locked(buf))
        {
index f567d88f8bd70f7e57cbd2eea0e86a1507c05354..de0339743b685f5ab8e3c3a4c7e5e508b516de6f 100644 (file)
@@ -38,7 +38,7 @@ VIMRUNTIME = ..\..\runtime
 !ENDIF
 
 PACKAGE = vim
-# Correct the following line for the where executeable file vim is
+# Correct the following line for the where executable file vim is
 # installed.  Please do not put the path in quotes.
 !IFNDEF VIMPROG
 VIMPROG = ..\vim.exe
index a654b6dda0a43017b74d2eab50ee8df296702fa6..bed795e1ccffb88d949a689c1fa933bcdc3ff58b 100644 (file)
@@ -2258,7 +2258,7 @@ func Test_diff_overlapped_diff_blocks_will_be_merged()
   call StopVimInTerminal(buf)
 endfunc
 
-" switching windows in diff mode caused an unneccessary scroll
+" switching windows in diff mode caused an unnecessary scroll
 func Test_diff_topline_noscroll()
   CheckScreendump
 
index 2839e898082d935289cb4a744866576fa91dfca3..7906b07e00e0e13b3a840e46525ee63509ea9d36 100644 (file)
@@ -704,6 +704,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    849,
 /**/
     848,
 /**/