runtime(doc): make order of verbs match order of operators
Commit:
https://github.com/vim/vim/commit/377339dff3ac4badb98292c713f2f4ad7f4f1b6f
Author: zeertzjq <[email protected]>
Date: Thu Sep 25 20:07:24 2025 +0000
runtime(doc): make order of verbs match order of operators
related: https://github.com/vim/vim/issues/18380
closes: https://github.com/vim/vim/issues/18388
Signed-off-by: zeertzjq <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index d9819ce74..5488050a8 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -1,4 +1,4 @@
-*eval.txt* For Vim version 9.1. Last change: 2025 Sep 24
+*eval.txt* For Vim version 9.1. Last change: 2025 Sep 25
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -3240,8 +3240,8 @@ declarations and assignments do not use a command.
|vim9-declaration|
:let [{name1}, {name2}, ...] %= {expr1}
:let [{name1}, {name2}, ...] .= {expr1}
:let [{name1}, {name2}, ...] ..= {expr1}
- Like above, but append, add, subtract, multiply,
- divide, or modulo the value for each |List| or |Tuple|
+ Like above, but add, subtract, multiply, divide,
+ modulo, or append the value for each |List| or |Tuple|
item.
`.=` is not supported with Vim script version 2 and
later, see |vimscript-version|.
@@ -3260,7 +3260,7 @@ declarations and assignments do not use a command.
|vim9-declaration|
:let [{name}, ..., ; {lastname}] -= {expr1}
:let [{name}, ..., ; {lastname}] .= {expr1}
:let [{name}, ..., ; {lastname}] ..= {expr1}
- Like above, but append/add/subtract the value for each
+ Like above, but add/subtract/append the value for each
|List| item.
`.=` is not supported with Vim script version 2 and
later, see |vimscript-version|.
--
--
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 [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/vim_dev/E1v1sMs-00BMJq-08%40256bit.org.