aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2018-07-29 02:00:48 +0200
committerGitHub <noreply@github.com>2018-07-29 02:00:48 +0200
commitbefc7de26f2907fdf0c61b883c68c7a64432aa03 (patch)
tree3fa1225c46ed72b4e6d67772ef07468ea2d2cf1b /runtime
parenta4494b7cbc8b33932f53951d920aa3826b51935a (diff)
parent7c7701af1279996c999507750d4beb79ee0f03e0 (diff)
downloadrneovim-befc7de26f2907fdf0c61b883c68c7a64432aa03.tar.gz
rneovim-befc7de26f2907fdf0c61b883c68c7a64432aa03.tar.bz2
rneovim-befc7de26f2907fdf0c61b883c68c7a64432aa03.zip
Merge pull request #8770 from janlazo/vim-8.0.0726
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/eval.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index dce531b663..7b5fc191e9 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -2990,11 +2990,16 @@ cosh({expr}) *cosh()*
count({comp}, {expr} [, {ic} [, {start}]]) *count()*
Return the number of times an item with value {expr} appears
- in |List| or |Dictionary| {comp}.
+ in |String|, |List| or |Dictionary| {comp}.
+
If {start} is given then start with the item with this index.
{start} can only be used with a |List|.
+
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.
+
*cscope_connection()*
cscope_connection([{num} , {dbpath} [, {prepend}]])