]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.1.1665: Outdated comment in eval.c master v9.1.1665
authorzeertzjq <zeertzjq@outlook.com>
Fri, 22 Aug 2025 16:47:15 +0000 (12:47 -0400)
committerChristian Brabandt <cb@256bit.org>
Fri, 22 Aug 2025 16:47:15 +0000 (12:47 -0400)
Problem:  Outdated comment in eval.c.
Solution: Remove the comment, which is no longer true after 8.2.1672.
          Also fix a typo in version9.txt (zeertzjq).

closes: #18077

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/version9.txt
src/eval.c
src/version.c

index 2790f0fef87396b27339f3002e9e1fae60d53c7a..30501b59796172f90f37771bc1503489c3920d9b 100644 (file)
@@ -1,4 +1,4 @@
-*version9.txt*  For Vim version 9.1.  Last change: 2025 Aug 17
+*version9.txt*  For Vim version 9.1.  Last change: 2025 Aug 22
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -41827,7 +41827,7 @@ Ex-Commands: ~
 
 Options: ~
 
-'autocompletion'       Enable auto completion |ins-autocompletion|
+'autocomplete'         Enable auto completion |ins-autocompletion|
 'autocompletedelay'    Delay in msec before menu appears after typing
 'chistory'             Size of the quickfix stack |quickfix-stack|.
 'clipmethod'           How to access the clipboard.
index 604b471d195aeaf9af779e5374b543346e0f63d0..65c62e7fbd3f927b52ee10d8a8947a815dca5e05 100644 (file)
@@ -3550,8 +3550,6 @@ eval0_retarg(
  * "arg" must point to the first non-white of the expression.
  * "arg" is advanced to just after the recognized expression.
  *
- * Note: "rettv.v_lock" is not set.
- *
  * Return OK or FAIL.
  */
     int
index 470644a48f2bf6c8d666dc9487f3415b48fbe69f..eedc6fd6df9065a23b205b08a6b06b2d70bc28cb 100644 (file)
@@ -724,6 +724,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1665,
 /**/
     1664,
 /**/