Searched refs:wordcount (Results 1 – 13 of 13) sorted by relevance
| /vim-8.2.3635/src/testdir/ |
| H A D | test_wordcount.vim | 1 " 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 D | test_statusline.vim | 432 call wordcount()
|
| H A D | test_vim9_builtin.vim | 47 return wordcount()
|
| /vim-8.2.3635/src/ |
| H A D | spellfile.c | 613 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 D | spellsuggest.c | 3175 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 D | django.vim | 47 syn keyword djangoFilter contained urlize urlizetrunc wordcount wordwrap yesno
|
| H A D | stata.vim | 300 syn region stataFunc matchgroup=Function start=/\<wordcount(/ end=/)/ contains=@stataFuncGroup
|
| H A D | vim.vim | 83 …st_scrollbar test_void timer_stopall trunc uniq winbufnr win_getid win_id2win winrestview wordcount
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | editing.txt | 84 Also see the 'ruler' option and the |wordcount()|
|
| H A D | usr_41.txt | 1219 wordcount() get byte/word/char count of buffer
|
| H A D | tags | 10437 wordcount() eval.txt /*wordcount()*
|
| H A D | eval.txt | 3167 wordcount() Dict get byte/char/word statistics 12206 wordcount() *wordcount()*
|
| H A D | version8.txt | 332 |wordcount()| get byte/word/char count of buffer 6688 Solution: Add the wordcount() function. (Christian Brabandt)
|