Home
last modified time | relevance | path

Searched refs:words (Results 1 – 25 of 177) sorted by relevance

12345678

/vim-8.2.3635/src/testdir/
H A Dtest_wordcount.vim11 call assert_equal({'chars': 0, 'cursor_chars': 0, 'words': 0, 'cursor_words': 0,
14 " Test 2: some words, cursor at start
17 call assert_equal({'chars': 15, 'cursor_chars': 1, 'words': 3, 'cursor_words': 0,
20 " Test 3: some words, cursor at end
27 " Test 4: some words, cursor at end, ve=all
36 " Test 5: several lines with words
55 " Test 7: one line with multibyte words
62 " Test 8: several lines with multibyte words
79 call assert_equal({'chars': 32, 'words': 7, 'bytes': 36, 'visual_chars': 32,
88 call assert_equal({'chars': 32, 'words': 7, 'bytes': 36, 'visual_chars': 1,
[all …]
H A Dtest_paste.vim105 call setline(1, 'here are some words')
107 call assert_equal('here are more words', getline(1))
113 call assert_equal('words', getreg('-'))
116 call setline(1, 'some words!')
119 call assert_equal('words', getreg('-'))
122 call setline(1, ['some words', 'and more'])
125 call assert_equal("words\nand", getreg('1'))
H A Dtest_matchfuzzy.vim49 " match multiple words (separated by space)
54 " test for matching a sequence of words
127 " match multiple words (separated by space)
166 " match multiple words (separated by space)
214 " match multiple words (separated by space)
H A Dtest_ins_complete.vim194 \ 'words': [
199 \ 'info': 'words are cool',
215 call assert_equal( 'words are cool', v:completed_item[ 'info' ] )
263 \ 'words': [
268 \ 'info': 'words are cool',
280 call assert_equal( 'words are cool', v:completed_item[ 'info' ] )
698 " Test for completing words following a completed word in a line
700 " complete words from another buffer
708 " complete words from the current buffer
/vim-8.2.3635/runtime/doc/
H A Dspell.txt60 words or words for another region.
626 words. Compound words are not included.
637 the words.
640 the region information is included in the dumped words. Otherwise only words
1201 rare words. Example:
1205 Rare words are highlighted differently from bad words. This is to be used for
1219 bad words. Example:
1457 words.
1621 compound words.
1626 compound words.
[all …]
H A Ddevelop.txt494 all English words and highlight non-Canadian words differently.
495 - Missing support for rare words. Many words are correct but hardly ever used
499 differ, the suggestions may be wrong words.
516 inserting a character only characters that lead to good words need to be
522 Soundfolding is useful when someone knows how the words sounds but doesn't
526 the words become "tktnr" and "tkxnry", these differ by only two letters.
532 walking through the trie of good words, soundfolding each word and
539 2. Use a trie for the soundfolded words, so that searching can be done just
564 the words that appear in the specific text are preferred for suggestions.
566 What has been implemented is to count words that have been seen during
[all …]
H A Dusr_24.txt10 typed words. Abbreviate long words to short ones. Type characters that
49 When you spot a mistake a few words back, you need to move the cursor there to
60 four words back 4b
69 < four words back <C-Left><C-Left><C-Left><C-Left>
149 out of words, so it returns to the original text, which is nothing. A fourth
156 The Vim editor goes through a lot of effort to find words to complete. By
189 CTRL-X CTRL-K words from a dictionary
190 CTRL-X CTRL-T words from a thesaurus
362 when there are many words that start with the same characters.
390 word like "add", which will not get expanded. Only whole words are checked
[all …]
H A Dusr_12.txt16 |12.5| Count words
34 all words in a line to be replaced.
203 *12.5* Count words
205 Sometimes you have to write a text with a maximum number of words. Vim can
206 count the words for you.
207 When the whole file is what you want to count the words in, use this
218 You can see on which word you are (748), and the total number of words in the
225 want to count words in. Then type g CTRL-G. The result:
229 For other ways to count words, lines and other items, see |count-items|.
H A Dusr_09.txt187 For example, in this text select a few words with the mouse. Vim will
194 in that window. You will notice that the words that were previously selected
207 To put text on the real clipboard, select a few different words in one of
221 - Select two words in Visual mode.
222 - Use the Edit/Copy menu to get these words onto the clipboard.
225 word is replaced with the two words from the clipboard.
H A Dusr_04.txt36 The "4w" command, for example, moves the cursor over four words. The "d4w"
37 command deletes four words.
90 2w move two words (they are deleted and Insert mode started)
129 The commands "3dw" and "d3w" delete three words. If you want to get really
131 the command "d3w" deletes three words once. This is a difference without a
133 "3d2w" deletes two words, repeated three times, for a total of six words.
338 usual. To yank two words use "y2w". Example:
H A Dinsert.txt221 be given to complete words or scroll the window. See
748 copy the words following the previous expansion in
810 for words that start with the keyword in front of the
828 Completing words in 'thesaurus' *compl-thesaurus*
834 remaining words on the same line are included as
1068 CTRL-N Find next match for words that start with the
1087 copy the words following the previous expansion in
1133 words The List of matching words (mandatory).
1150 let matches = ... list of words ...
1151 return {'words': matches, 'refresh': 'always'}
[all …]
/vim-8.2.3635/runtime/ftplugin/
H A Dgitrebase.vim26 let words = ['pick', 'edit', 'fixup', 'squash', 'reword', 'drop']
27 let index = index(map(copy(words), 'v:val[0]'), getline('.')[0])
28 let index = ((index < 0 ? 0 : index) + 10000 * len(words) + a:count) % len(words)
29 call s:choose(words[index])
/vim-8.2.3635/runtime/spell/
H A Dfixdup.vim1 " Vim script to fix duplicate words in a .dic file vim: set ft=vim:
25 echomsg "No duplicate words found"
29 echomsg printf("Deleted %d duplicate words", deleted)
H A DREADME.txt12 possible to highlight words for another region different from bad words.
51 that have very few words with non-ASCII letters.
77 want to remove obvious mistakes. And remove single-letter words that
78 aren't really words, they mess up the suggestions (English has this
79 problem). You can use the "fixdup.vim" Vim script to find duplicate words.
H A DREADME_en.txt72 are not really considered swear words in today's society.
223 dictionary words from the MWords package. The common dictionary words,
337 A total of 119,267 words are now recognized
350 If you find omissions or bugs or have new words to
581 dictionary words from the MWords package. The common dictionary words,
685 - Missing words have been added;
764 Added the words:
792 Added the words:
826 Added the words:
7730 5172) world-view (removed: it is two words in Oxford)
[all …]
/vim-8.2.3635/runtime/syntax/
H A Dsqlhana.vim17 " The SQL reserved words, defined as keywords.
23 " mainly the UPPER case words:
24 " 1. Delete all words that do not begin with a Capital
26 " 2. Remove all words where the 2nd letter is not a Capital
30 " 4. Remove some known words
43 " 9. Generated a file of all UPPER cased words which should not
46 " between step 7 and this new file to weed out the words
48 " 10. Use the WhatsMissingRemoveMatches to remove the words
H A Dreva.vim63 " new words
70 " Built in words
72 Builtin execute ahead interp bye >body here pad words make
92 Builtin (.r) (context) (create) (header) (hide) (inline) (p.r) (words~) (xfind)
H A Dsqlj.vim5 " with a handful of additional sql words and still
20 " The SQL reserved words, defined as keywords.
/vim-8.2.3635/runtime/spell/nl/
H A Dnl_NL.diff40 # do not offer wplit words (English desease)
44 # do not offer wplit words (English desease)
60 # make calculation of alternatives better for words with accents
69 # make calculation of alternatives better for words with accents
/vim-8.2.3635/runtime/tutor/
H A Dtutor.zh.euc203 ---> There are a some words fun that don't belong paper in this sentence.
271 ---> This is just a line with words you can move around in.
294 ---> this ABC DE line FGHI JK LMN OP of words is Q RS TUV cleaned up.
432 ---> This line has a few words that need changing using the change operator.
H A Dtutor.zh_cn.utf-8203 ---> There are a some words fun that don't belong paper in this sentence.
271 ---> This is just a line with words you can move around in.
294 ---> this ABC DE line FGHI JK LMN OP of words is Q RS TUV cleaned up.
432 ---> This line has a few words that need changing using the change operator.
H A Dtutor.ko.utf-8203 ---> There are a some words fun that don't belong paper in this sentence.
268 ---> This is just a line with words you can move around in.
287 ---> this ABC DE line FGHI JK LMN OP of words is Q RS TUV cleaned up.
422 ---> This line has a few words that need changing using the change command.
H A Dtutor.ko.euc203 ---> There are a some words fun that don't belong paper in this sentence.
268 ---> This is just a line with words you can move around in.
287 ---> this ABC DE line FGHI JK LMN OP of words is Q RS TUV cleaned up.
422 ---> This line has a few words that need changing using the change command.
H A Dtutor.ko203 ---> There are a some words fun that don't belong paper in this sentence.
268 ---> This is just a line with words you can move around in.
287 ---> this ABC DE line FGHI JK LMN OP of words is Q RS TUV cleaned up.
422 ---> This line has a few words that need changing using the change command.
/vim-8.2.3635/runtime/autoload/
H A Dclojurecomplete.vim12 let s:words = ["*","*'","*1","*2","*3","*agent*","*allow-unresolved-vars*","*assert*","*clojure-ver…
19 return { 'words': filter(copy(s:words), 'v:val =~# "\\V\\^' . a:base . '"') }

12345678