1- *eval.txt* For Vim version 9.1. Last change: 2025 Jul 13
1+ *eval.txt* For Vim version 9.1. Last change: 2025 Jul 20
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -3722,7 +3722,7 @@ text...
37223722 improve script readability.
37233723
37243724 *:ec* *:echo*
3725- :ec[ho] {expr1} .. Echoes each {expr1} , with a space in between. The
3725+ :ec[ho] {expr1} ... Echoes each {expr1} , with a space in between. The
37263726 first {expr1} starts on a new line.
37273727 Also see | :comment | .
37283728 Use "\n" to start a new line. Use "\r" to move the
@@ -3742,7 +3742,7 @@ text...
37423742 :new | redraw | echo "there is a new window"
37433743<
37443744 *:echon*
3745- :echon {expr1} .. Echoes each {expr1} , without anything added. Also see
3745+ :echon {expr1} ... Echoes each {expr1} , without anything added. Also see
37463746 | :comment | .
37473747 Uses the highlighting set by the `:echohl ` command.
37483748 Cannot be followed by a comment.
@@ -3773,7 +3773,7 @@ text...
37733773 otherwise all following echo's will be highlighted.
37743774
37753775 *:echom* *:echomsg*
3776- :echom[sg] {expr1} .. Echo the expression(s) as a true message, saving the
3776+ :echom[sg] {expr1} ... Echo the expression(s) as a true message, saving the
37773777 message in the | message-history | .
37783778 Spaces are placed between the arguments as with the
37793779 `:echo ` command. But unprintable characters are
@@ -3805,7 +3805,7 @@ text...
38053805 with the +timer and the +popupwin features.
38063806
38073807 *:echoe* *:echoerr*
3808- :echoe[rr] {expr1} .. Echo the expression(s) as an error message, saving the
3808+ :echoe[rr] {expr1} ... Echo the expression(s) as an error message, saving the
38093809 message in the | message-history | . When used in a
38103810 script or function the line number will be added.
38113811 Spaces are placed between the arguments as with the
@@ -3818,7 +3818,7 @@ text...
38183818 And to get a beep: >
38193819 :exe "normal \<Esc>"
38203820
3821- :echoc[onsole] {expr1} .. *:echoc* *:echoconsole*
3821+ :echoc[onsole] {expr1} ... *:echoc* *:echoconsole*
38223822 Intended for testing: works like `:echomsg ` but when
38233823 running in the GUI and started from a terminal write
38243824 the text to stdout.
@@ -3845,7 +3845,7 @@ text...
38453845
38463846
38473847 *:exe* *:execute*
3848- :exe[cute] {expr1} .. Executes the string that results from the evaluation
3848+ :exe[cute] {expr1} ... Executes the string that results from the evaluation
38493849 of {expr1} as an Ex command.
38503850 Multiple arguments are concatenated, with a space in
38513851 between. To avoid the extra space use the ".."
0 commit comments