aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Coudron <mattator@gmail.com>2020-06-29 20:08:15 +0200
committerMatthieu Coudron <mattator@gmail.com>2020-06-29 20:08:20 +0200
commitd5bbaf92c108c6553d2ad7906a193c1c28a4501e (patch)
tree84f448e8a09a3cc2471a25d4214baeef1ae3d54c
parent48ac77a14c65c18f1f4cd4ac8e657c645e9ca101 (diff)
downloadrneovim-d5bbaf92c108c6553d2ad7906a193c1c28a4501e.tar.gz
rneovim-d5bbaf92c108c6553d2ad7906a193c1c28a4501e.tar.bz2
rneovim-d5bbaf92c108c6553d2ad7906a193c1c28a4501e.zip
doc: fix wordcount description
was fixed in vim patch c572da5f67aa5cdbbc127fc6f1d0a42e38468325 and forgot in corresponding vim patch 8c3377ee76e5cc4f5a4228f216bde1d03b496d69.
-rw-r--r--runtime/doc/eval.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index 92f703a8a3..1c1baa943a 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -9367,7 +9367,7 @@ wordcount() *wordcount()*
(only in Visual mode)
visual_chars Number of chars visually selected
(only in Visual mode)
- visual_words Number of chars visually selected
+ visual_words Number of words visually selected
(only in Visual mode)