aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/eval.txt
diff options
context:
space:
mode:
authorMarco Hinz <mh.codebro+github@gmail.com>2017-11-09 02:20:12 +0100
committerJustin M. Keyes <justinkz@gmail.com>2017-11-09 02:20:12 +0100
commit9837a9c40105d3d28fc99d62693e47b32cec0f06 (patch)
tree524028d934e5c9a78e404a42c987b7f6a32d1be5 /runtime/doc/eval.txt
parent55d8967147efbf1d0f3e2b5e13677ca4af9e2be4 (diff)
downloadrneovim-9837a9c40105d3d28fc99d62693e47b32cec0f06.tar.gz
rneovim-9837a9c40105d3d28fc99d62693e47b32cec0f06.tar.bz2
rneovim-9837a9c40105d3d28fc99d62693e47b32cec0f06.zip
compat: "v:count" distinct from "count" (#7407)
Diffstat (limited to 'runtime/doc/eval.txt')
-rw-r--r--runtime/doc/eval.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index 24d704017f..11f549cd05 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -1474,7 +1474,6 @@ v:count The count given for the last Normal mode command. Can be used
When there are two counts, as in "3d2w", they are multiplied,
just like what happens in the command, "d6w" for the example.
Also used for evaluating the 'formatexpr' option.
- "count" also works, for backwards compatibility.
*v:count1* *count1-variable*
v:count1 Just like "v:count", but defaults to one when no count is