Home
last modified time | relevance | path

Searched refs:text (Results 1 – 25 of 542) sorted by relevance

12345678910>>...22

/vim-8.2.3635/src/testdir/
H A Dtest23.ok2 test text test text
3 test text test text
4 test text test text
5 test text test text
6 test text test text
7 test text test text
8 test text test text x61
9 test text test text x60-x64
10 test text test text x78 5
11 test text test text o143
[all …]
H A Dtest23.in59 test \text test text
60 test text test text
61 test text ]test text
62 test ]text test text
63 test text te^st text
67 test 5text test text x78 5
68 testc text test text o143
69 tesdt text test text o140-o144
70 test7 text test text o41 7
71 test text tBest text \%x42
[all …]
H A Dtest_regex_char_classes.vim25 let res = "test text test text"
26 call RunXTest("test \\text test text", "/[\\x]", res)
28 call RunXTest("test text ]test text", "/[]y]", res)
29 call RunXTest("test ]text test text", "/[\\]]", res)
30 call RunXTest("test text te^st text", "/[y^]", res)
34 call RunXTest("test 5text test text","/[\\x785]", res)
35 call RunXTest("testc text test text","/[\\o143]", res)
37 call RunXTest("test7 text test text", "/[\\o417]", res)
38 call RunXTest("test text tBest text", "/\\%x42", res)
39 call RunXTest("test text teCst text", "/\\%o103", res)
[all …]
H A Dtest_visual.vim1153 call setline(1, ['/path;text', '/path;text', '/path;text', '',
1159 …call assert_equal(['/path/subdir;text', '/path/longsubdir;text', '/path/longlongsubdir;text'], get…
1162 call setline(1, ['/path;text', '/path;text', '/path;text', '',
1168 …call assert_equal(['/path/subdir;text', '/path/longsubdir;text', '/path/longlongsubdir;text'], get…
1176 call setline(1, ['/path;text', '/path;text', '/path;text', '',
1182 …call assert_equal(['/path/subdir;text', '/path/longsubdir;text', '/path/longlongsubdir;text'], get…
1186 call setline(1, ['/path;text', '/path;text', '/path;text', '',
1192 …call assert_equal(['/path/subdir;text', '/path/longsubdir;text', '/path/longlongsubdir;text'], get…
1196 call setline(1, ['/path;text', '/path;text', '/path;text', '',
1206 call setline(1, ['/path;text', '/path;text', '/path;text', '',
[all …]
H A Dtest_nested_function.vim7 let g:text .= 'Func1 '
11 let g:text .= 's:func2 '
15 let g:text .= 's:_func3 '
20 let g:text .= 'Func4 '
25 let g:text .= 's:func5'
31 let g:text = ''
33 call assert_equal('Func1 s:func2 s:_func3 Func4 s:func5', g:text)
H A Dtest_popupwin.vim762 \ 'some text',
1924 " - text
2025 let msg = string(extend(options, #{text: text}))
2399 …call term_sendkeys(buf, ":call popup_settext(p, [#{text: 'aaaa'}, #{text: 'bbbb'}, #{text: 'cccc'}…
2647 " text "short"
2660 " text "other"
3287 call setline(1, 'text text text text text text text ')
3388 call term_sendkeys(buf, "test text test text\<C-X>\<C-U>")
3404 call term_sendkeys(buf, "otest text test text\<C-X>\<C-U>")
3465 call term_sendkeys(buf, "Gotest text test text\<C-X>\<C-U>")
[all …]
/vim-8.2.3635/runtime/doc/
H A Dtextprop.txt7 Displaying text with properties attached. *textprop* *text-properties*
12 3. When text changes |text-prop-changes|
22 text: If lines are deleted or inserted the properties move with the text they
24 text property. And when inserting/deleting text inside the text property, it
27 The main use for text properties is to highlight text. This can be seen as a
84 var = "text"; ~
153 text, or just after it. In the last case, if text is appended
182 after the text.
318 Remove the text property type {name}. When text properties
352 3. When text changes *text-prop-changes*
[all …]
H A Dusr_03.txt196 | text text text text |
197 | text text text text | gg
198 7G | text text text text |
199 | text text text text
200 | text text text text
201 V text text text text |
202 text text text text | G
203 text text text text |
214 H --> | text sample text |
216 | text sample text |
[all …]
H A Dusr_04.txt13 |04.2| Changing text
16 |04.5| Moving text
17 |04.6| Copying text
231 | text more text |
232 >> | more text more text | |
233 selected lines >> | text text text | | Vjj
357 a text line yy a text line a text line
385 To put text from the clipboard back into the text: >
420 some text. ~
425 some text. ~
[all …]
H A Dusr_25.txt5 Editing formatted text
13 |25.2| Aligning text
104 text it works on: With Visual mode, with a movement and with a text object.
133 *25.2* Aligning text
206 text, highlight the text in Visual mode and then execute "_j".
220 text:
224 This is entered by typing a tab, some text, <Enter>, tab and more text.
301 the text to show it. This is like moving a viewport over the text in the
312 into the visible text if necessary.
325 currently visible. The "window"s below the text indicate the text that is
[all …]
H A Dusr_09.txt45 | file text | ^ |
151 Left mouse drag select text in Visual mode
152 Middle mouse click paste text from the clipboard
153 Right mouse click extend the selected text until the mouse
160 Left mouse drag select text in Select mode (see |09.4|)
163 Middle mouse click paste text from the clipboard
181 exchange text between programs. MS-Windows doesn't have this.
190 mouse button. The selected text will be inserted.
219 Use one gvim with a text file and perform these actions:
266 difference: When typing text, the selected text is deleted and the typed text
[all …]
H A Dundo.txt43 changes again, getting back the text before the undo.
153 :earlier {count} Go to older text state {count} times.
161 ":earlier 1f" will revert the text to the state when
172 :later {count} Go to newer text state {count} times.
175 :later {N}h Go to newer text state about {N} hours later.
176 :later {N}d Go to newer text state about {N} days later.
180 will go to the newest text state.
192 Start with this text:
216 "g-" will now bring you back to the original text:
372 text.
[all …]
H A Dpopup.txt43 The text in the popup window can be colored with |text-properties|. It is
115 created to hold the text and text properties of the popup window. The buffer
269 - a list of text lines with text properties
564 Set the text of the buffer in popup win {id}. {text} is the
587 |popup_settext()|) specifies the text to be displayed, and optionally text
593 text String with the text to display.
820 - Place a text property at the desired text: >
844 the text property:
846 | the text |
854 | the text |
[all …]
H A Dvisual.txt10 operator. It is the only way to select a block of text.
29 1. Mark the start of the text with "v", "V" or CTRL-V.
31 2. Move to the end of the text.
116 E.g., "dgn" deletes the text of the next match.
132 the first line on the screen the text is scrolled
336 All selected text in the block will be replaced by the same text string. When
365 same amount of text as the last time:
397 !!date<CR> filter the Visual text through date
402 selected text: >
413 line of the test text.
[all …]
H A Dchange.txt8 changing text means deleting the text and replacing it with other text using
12 1. Deleting text |deleting|
22 7. Sorting text |sorting|
71 "D" deletes the highlighted text plus all text until
186 is no text to delete.
256 :{range}c[hange][!] Replace lines of text with some different text.
373 the highlighted text.
862 command text result ~
938 matched text can be accessed with "submatch(0)". The text matched with the
1101 text.
[all …]
H A Dusr_10.txt10 text. The Visual mode allows doing various things with blocks of text. Use
19 |10.7| Formatting text
106 just like editing text.
352 matched text with other text, the command {command} is executed.
397 Insert mode, followed by the text to insert. As you type, the text appears on
472 newline in the new text.
477 Starting with the same text again, and typing "Cnew text<Esc>" you get:
479 This is a new text ~
481 Any other new text ~
554 Starting with this text:
[all …]
/vim-8.2.3635/src/po/
H A Dvim.desktop.in9 Comment=Edit text files
23 Comment[ca]=Edita fitxers de text
28 Comment[en_CA]=Edit text files
29 Comment[en_GB]=Edit text files
62 Comment[ro]=Editare fişiere text
86text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x…
H A Dgvim.desktop.in9 Comment=Edit text files
23 Comment[ca]=Edita fitxers de text
28 Comment[en_CA]=Edit text files
29 Comment[en_GB]=Edit text files
62 Comment[ro]=Editare fişiere text
86text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x…
/vim-8.2.3635/runtime/
H A Dvim.desktop32 Comment=Edit text files
46 Comment[ca]=Edita fitxers de text
51 Comment[en_CA]=Edit text files
52 Comment[en_GB]=Edit text files
85 Comment[ro]=Editare fişiere text
117text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x…
H A Dgvim.desktop32 Comment=Edit text files
46 Comment[ca]=Edita fitxers de text
51 Comment[en_CA]=Edit text files
52 Comment[en_GB]=Edit text files
85 Comment[ro]=Editare fişiere text
117text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x…
/vim-8.2.3635/src/libvterm/t/
H A D02parser.test5 !Basic text
36 text 0x31
38 text 0x32
59 text 0x41, 0x42
104 text 0x41
106 text 0x42
126 text 0x41, 0x42
167 text 0x41, 0x42
193 text 0x41, 0x42
217 text 0x41,0x42
[all …]
/vim-8.2.3635/runtime/syntax/
H A Dflexwiki.vim27 " text: "this is a link (optional tooltip)":http://www.microsoft.com
31 " text: *strong*
36 " text: _emphasis_
44 " text: @code@
47 " text: -deleted text-
50 " text: +inserted text+
53 " text: ^superscript^
56 " text: ~subscript~
59 " text: ??citation??
67 " Aggregate all the regular text highlighting into flexwikiText
[all …]
H A Dwast.vim17 " https://webassembly.github.io/spec/core/text/instructions.html
21 " https://webassembly.github.io/spec/core/text/instructions.html#control-instructions
23 " https://webassembly.github.io/spec/core/text/instructions.html#parametric-instructions
27 " https://webassembly.github.io/spec/core/text/values.html#text-id
32 " https://webassembly.github.io/spec/core/text/values.html#strings
37 " https://webassembly.github.io/spec/core/text/values.html#floating-point
43 " https://webassembly.github.io/spec/core/text/values.html#integers
48 " https://webassembly.github.io/spec/core/text/lexical.html#comments
55 " https://webassembly.github.io/spec/core/text/types.html
60 " https://webassembly.github.io/spec/core/text/modules.html
/vim-8.2.3635/src/
H A Dos_haiku.rdef.in21 "types" = "text",
22 "types" = "text/plain",
23 "types" = "text/x-source-code",
24 "types" = "text/x-patch",
25 "types" = "text/html",
26 "types" = "text/xml",
27 "types" = "text/x-makefile",
28 "types" = "text/x-jamfile"
/vim-8.2.3635/runtime/autoload/xml/
H A Dxsl.vim6 …lback', 'for-each', 'if', 'message', 'number', 'processing-instruction', 'text', 'value-of', 'vari…
14 …lback', 'for-each', 'if', 'message', 'number', 'processing-instruction', 'text', 'value-of', 'vari…
17 …lback', 'for-each', 'if', 'message', 'number', 'processing-instruction', 'text', 'value-of', 'vari…
25 …\ 'output' : [[], {'method' : ['xml', 'html', 'text'], 'version' : [], 'encoding' : [], 'omit-xml-…
26 …lback', 'for-each', 'if', 'message', 'number', 'processing-instruction', 'text', 'value-of', 'vari…
29 …\ 'sort' : [[], {'select' : [], 'lang' : [], 'data-type' : ['text', 'number'], 'order' : ['ascendi…
32 …lback', 'for-each', 'if', 'message', 'number', 'processing-instruction', 'text', 'value-of', 'vari…
33 \ 'text' : [[], {'disable-output-escaping' : ['yes', 'no']}],
36 …lback', 'for-each', 'if', 'message', 'number', 'processing-instruction', 'text', 'value-of', 'vari…
38 …lback', 'for-each', 'if', 'message', 'number', 'processing-instruction', 'text', 'value-of', 'vari…

12345678910>>...22