From d5bbaf92c108c6553d2ad7906a193c1c28a4501e Mon Sep 17 00:00:00 2001 From: Matthieu Coudron Date: Mon, 29 Jun 2020 20:08:15 +0200 Subject: doc: fix wordcount description was fixed in vim patch c572da5f67aa5cdbbc127fc6f1d0a42e38468325 and forgot in corresponding vim patch 8c3377ee76e5cc4f5a4228f216bde1d03b496d69. --- runtime/doc/eval.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime') 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) -- cgit