Home
last modified time | relevance | path

Searched refs:wordcount (Results 1 – 13 of 13) sorted by relevance

/vim-8.2.3635/src/testdir/
H A Dtest_wordcount.vim1 " Test for wordcount() function
12 \ 'bytes': 0, 'cursor_bytes': 0}, wordcount())
18 \ 'bytes': 15, 'cursor_bytes': 1}, wordcount())
25 \ 'bytes': 15, 'cursor_bytes': 14}, wordcount())
33 \ 'bytes': 15, 'cursor_bytes': 15}, wordcount())
41 \ 'bytes': 43, 'cursor_bytes': 42}, wordcount())
50 \ 'bytes': 18, 'cursor_bytes': 14}, wordcount())
60 \ 'bytes': 17, 'cursor_bytes': 16}, wordcount())
67 \ 'bytes': 36, 'cursor_bytes': 35}, wordcount())
69 " Visual map to capture wordcount() in visual mode
[all …]
H A Dtest_statusline.vim432 call wordcount()
H A Dtest_vim9_builtin.vim47 return wordcount()
/vim-8.2.3635/src/
H A Dspellfile.c613 int wordcount[MAXWLEN]; in tree_count_words() local
617 wordcount[0] = 0; in tree_count_words()
624 idxs[arridx[depth]] = wordcount[depth]; in tree_count_words()
626 wordcount[depth - 1] += wordcount[depth]; in tree_count_words()
641 ++wordcount[depth]; in tree_count_words()
657 wordcount[depth] = 0; in tree_count_words()
5558 int wordcount[MAXWLEN]; in sug_filltree() local
5577 wordcount[0] = 0; in sug_filltree()
5587 wordcount[depth - 1] += wordcount[depth]; in sug_filltree()
5614 ++wordcount[depth]; in sug_filltree()
[all …]
H A Dspellsuggest.c3175 int wordcount; in add_sound_suggest() local
3230 wordcount = 0; in add_sound_suggest()
3234 if (wordcount == orgnr && byts[n + 1] == NUL) in add_sound_suggest()
3238 ++wordcount; in add_sound_suggest()
3253 if (wordcount + wc > orgnr) in add_sound_suggest()
3255 wordcount += wc; in add_sound_suggest()
/vim-8.2.3635/runtime/syntax/
H A Ddjango.vim47 syn keyword djangoFilter contained urlize urlizetrunc wordcount wordwrap yesno
H A Dstata.vim300 syn region stataFunc matchgroup=Function start=/\<wordcount(/ end=/)/ contains=@stataFuncGroup
H A Dvim.vim83 …st_scrollbar test_void timer_stopall trunc uniq winbufnr win_getid win_id2win winrestview wordcount
/vim-8.2.3635/runtime/doc/
H A Dediting.txt84 Also see the 'ruler' option and the |wordcount()|
H A Dusr_41.txt1219 wordcount() get byte/word/char count of buffer
H A Dtags10437 wordcount() eval.txt /*wordcount()*
H A Deval.txt3167 wordcount() Dict get byte/char/word statistics
12206 wordcount() *wordcount()*
H A Dversion8.txt332 |wordcount()| get byte/word/char count of buffer
6688 Solution: Add the wordcount() function. (Christian Brabandt)