Skip to content

Commit 5d3c39a

Browse files
zeertzjqchrisbra
authored andcommitted
patch 9.1.1665: Outdated comment in eval.c
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>
1 parent 39a6792 commit 5d3c39a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

runtime/doc/version9.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version9.txt* For Vim version 9.1. Last change: 2025 Aug 17
1+
*version9.txt* For Vim version 9.1. Last change: 2025 Aug 22
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41827,7 +41827,7 @@ Ex-Commands: ~
4182741827

4182841828
Options: ~
4182941829

41830-
'autocompletion' Enable auto completion |ins-autocompletion|
41830+
'autocomplete' Enable auto completion |ins-autocompletion|
4183141831
'autocompletedelay' Delay in msec before menu appears after typing
4183241832
'chistory' Size of the quickfix stack |quickfix-stack|.
4183341833
'clipmethod' How to access the clipboard.

src/eval.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3550,8 +3550,6 @@ eval0_retarg(
35503550
* "arg" must point to the first non-white of the expression.
35513551
* "arg" is advanced to just after the recognized expression.
35523552
*
3553-
* Note: "rettv.v_lock" is not set.
3554-
*
35553553
* Return OK or FAIL.
35563554
*/
35573555
int

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -724,6 +724,8 @@ static char *(features[]) =
724724

725725
static int included_patches[] =
726726
{ /* Add new patch number below this line */
727+
/**/
728+
1665,
727729
/**/
728730
1664,
729731
/**/

0 commit comments

Comments
 (0)