diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2018-08-12 14:11:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-12 14:11:47 +0200 |
commit | 1211fa09cfd30d6fcd15a897769586d39595a3e8 (patch) | |
tree | a6a794c2027a80ebda169559e4e6583621a90819 /runtime | |
parent | ae24c9b27016a841121b1a01664b748b0a5cbeb7 (diff) | |
parent | 8ad46a25cb8f774db378f29b0e4c43bce524b76e (diff) | |
download | rneovim-1211fa09cfd30d6fcd15a897769586d39595a3e8.tar.gz rneovim-1211fa09cfd30d6fcd15a897769586d39595a3e8.tar.bz2 rneovim-1211fa09cfd30d6fcd15a897769586d39595a3e8.zip |
Merge #8833 from janlazo/vim-8.0.1004
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/eval.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index b3ab0a4500..4c0ee6cc66 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -2998,8 +2998,8 @@ count({comp}, {expr} [, {ic} [, {start}]]) *count()* When {ic} is given and it's |TRUE| then case is ignored. When {comp} is a string then the number of not overlapping - occurences of {expr} is returned. - + occurrences of {expr} is returned. Zero is returned when + {expr} is an empty string. *cscope_connection()* cscope_connection([{num} , {dbpath} [, {prepend}]]) |