Home
last modified time | relevance | path

Searched refs:This (Results 1 – 25 of 693) sorted by relevance

12345678910>>...28

/vim-8.2.3635/src/
H A Dif_ole.h161 (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
164 (This)->lpVtbl -> AddRef(This)
167 (This)->lpVtbl -> Release(This)
171 (This)->lpVtbl -> GetTypeInfoCount(This,pctinfo)
174 (This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo)
177 (This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
184 (This)->lpVtbl -> SendKeys(This,keys)
187 (This)->lpVtbl -> Eval(This,expr,result)
190 (This)->lpVtbl -> SetForeground(This)
193 (This)->lpVtbl -> GetHwnd(This,result)
[all …]
/vim-8.2.3635/src/testdir/
H A Dtest_file_size.vim38 " 1 line: "This is the start"
39 " 3001 lines: "This is the leader"
40 " 1 line: "This is the middle"
41 " 3001 lines: "This is the trailer"
42 " 1 line: "This is the end"
43 call append(0, "This is the start")
44 call append(1, repeat(["This is the leader"], 3001))
45 call append(3002, "This is the middle")
47 call append(6004, "This is the end")
53 call assert_equal("This is the start", getline(1))
[all …]
H A Dtest26.in3 1 line: "This is the start"
4 3001 lines: "This is the leader"
5 1 line: "This is the middle"
6 3001 lines: "This is the trailer"
7 1 line: "This is the end"
12 This is the leader
13 This is the middle
14 This is the trailer
15 This is the endkY3000p2GY3000p
H A Dtest_matchadd_conceal.vim17 1put='# This is a Test'
19 let expect = '# This is a Test'
40 1put='# This is a Test'
66 1put='# This is a Test $'
106 1put='# This is a Test'
108 let expect = '# This is a Test'
122 let expect = '#+This+is+a+Test'
142 1put='# This is a Test '
234 1put='# This is a Test'
236 let expect = '# This is a Test'
[all …]
/vim-8.2.3635/src/VisVim/
H A DVsReadMe.txt6 The Add-in Wizard has created this VisVim DLL for you. This DLL not only
24 This is the main header file for the DLL. It declares the
28 This is the main DLL source file. It contains the class CVisVimApp.
32 This file contains the Object Description Language source code for the
36 This is a listing of all of the Microsoft Windows resources that the
42 This file contains resources that are not edited by Microsoft
47 This file contains information about the DLL that must be
53 This file contains information used by ClassWizard to edit existing
63 IDSAddIn interface. This interface contains handlers
68 command dispatch interface. This interface contains one method
[all …]
/vim-8.2.3635/runtime/doc/
H A Dusr_28.txt93 This will R-educe the folding. The opposite is: >
109 This folds M-ore and M-ore.
227 This line is not indented
228 This line is indented once
229 This line is indented twice
230 This line is indented twice
231 This line is indented once
232 This line is not indented
233 This line is indented once
234 This line is indented once
[all …]
H A Dmessage.txt7 This file contains an alphabetical list of messages and error messages that
18 The ":messages" command can be used to view previously given messages. This
19 is especially useful when messages have been overwritten or truncated. This
161 This can also be done with a line in your Xdefaults file: >
330 buffer. This would result in two versions of the same file.
375 This is an internal Vim error. Please try to find out how it can be
530 command in a recursive way. This is restricted to 'maxmapdepth' levels. This
636 This message is not given when 'buftype' is not empty.
656 on disk. This message is not given when 'buftype' is not empty.
672 changes. This message is not given when 'buftype' is not empty.
[all …]
H A Dusr_05.txt8 Vim can be tuned to work like you want it to. This chapter shows you how to
89 This loads the "defaults.vim" file in the $VIMRUNTIME directory. This sets up
108 This also sets the 'undofile' option, if available. This will store the
146 This loads the "matchit" plugin if the required features are available.
147 It makes the |%| command more powerful. This is explained at
184 This specifies where in Insert mode the <BS> is allowed to delete the
253 This defines a key mapping. More about that in the next section. This
287 This switches on three very clever mechanisms:
355 <F5> The F5 function key. This is the trigger key that causes the
410 2. unpack the archive in that directory. This assumes the top
[all …]
H A Doptions.txt68 Warning: This may have a lot of side effects.
231 This removes the 'a' flag from 'guioptions'.
390 This is short for: >
517 modelines. This is explained here.
563 ignored. This is to allow turning off modeline on a per-file basis. This is
887 This will not always be correct.
1476 This probably only matters for Turkish.
2378 This flag is tested when exiting.
2871 This option is not used in |Vim9| script.
3649 This option is not used in |Vim9| script.
[all …]
H A Dusr_10.txt123 change. This can be done with: >
225 selection of lines. This is called a range.
259 first column. This command will work then: >
424 This is a long line ~
432 This is a very long line ~
450 This is a long line XXX ~
467 This is a _LONG_ line ~
479 This is a new text ~
500 This is a xxxx line ~
517 This is a long line ~
[all …]
H A Dif_tcl.txt37 Note: This command doesn't work when the Tcl feature
118 < This command might be replaced by a variable in future versions.
166 < This command might be replaced by a variable in future versions.
183 This is an array providing access to various "current" objects
189 (see |tcl-buffer-cmds|). This element is read-only.
194 (see |tcl-window-cmds|). This element is read-only.
262 This can be converted to a Tcl array variable: >
349 $buf insert top "This is the beginning."
350 $buf append end "This is the end."
367 This example deletes everything except the last line: >
[all …]
H A Dusr_27.txt9 much more complex searches. This chapter explains the most often used ones.
146 This command searches for the pattern "default" and then moves to the
166 This command moves to the character just after the match: >
227 This finds the next word "const" and then moves two lines up. If you
313 This matches "axb" in "axbxb". If this pattern would be used: >
327 This matches "foo" or "bar". More alternatives can be concatenated: >
336 This matches "foo", "foobar", "foofoo", "barfoobar", etc.
341 This matches "endif", "endwhile" and "endfor".
394 This matches "foo" and "3!x", including the double quotes.
543 too. This can be found with: >
[all …]
H A Dspell.txt23 This command switches on spell checking: >
166 spelled words. This also works to find alternatives
173 This may take a long time. Hit CTRL-C when you get
197 repeat the word replacement. This works like "ciw",
198 the good word and <Esc>. This does NOT work for Thai
343 This assumes 1. is not found and 2. is found.
550 This command uses a lot of memory, required to find
749 # This is an example word list comment
1096 This is a feature that comes from Hunspell: The affix may specify flags. This
1495 alike. This is mostly used for a letter with different accents. This is used
[all …]
H A Dusr_07.txt60 The text with changes is still there, but you can't see it. This is further
70 This command starts Vim and tells it that you will be editing three files.
77 message and the ":next" will not work. This is the same problem as with
87 This does the same as using two separate commands: >
102 This is short for "arguments". The output might look like this:
116 This is just like the ":next" command, except that it moves in the other
282 This will use data.txt.bak instead of data.txt~.
290 the file was completed successfully. This functions as a safety
301 To make Vim keep the original file, set the 'patchmode' option. This
327 /This
[all …]
H A Dusr_45.txt8 The messages in Vim can be given in several languages. This chapter explains
57 This way you can try out several names for your language. You will get an
144 encoding, providing for over ten thousand possible characters. This still
147 commonly used languages. This is the "Super encoding that replaces all
166 characters. This should work: >
203 This assigns the old value of 'encoding' to 'termencoding' before setting
270 ucs-bom File must start with a Byte Order Mark (BOM). This
273 utf-8 utf-8 Unicode. This is rejected when a sequence of
280 is "utf-16le". That means it's Unicode, 16-bit and little-endian. This
296 This depends on the conversion available.
[all …]
H A Dmlang.txt9 This is about using messages and menus in various languages. For editing
69 messages is set. This can be different when you want,
71 text. This sets $LC_MESSAGES.
73 character encoding is set. This affects the libraries
75 a different value from 'encoding' or "C". This sets
78 and date messages is set. This affects strftime().
79 This sets $LC_TIME.
81 collation order is set. This affects sorting of
82 characters. This sets $LC_COLLATE.
88 This will make a difference for items that depend on
[all …]
H A Dfold.txt77 This will call a function to compute the fold level: >
81 This does the same: >
184 This makes it possible to give a name to the fold.
251 This does not work properly when:
267 This does not work properly when:
285 This only works when 'foldmethod' is "manual" or "marker".
303 This only works when 'foldmethod' is "manual" or "marker".
310 This only works when 'foldmethod' is "manual" or "marker".
370 Also forces recomputing folds. This is useful when using
433 This command can be used after an |operator|.
[all …]
H A Dusr_40.txt25 This is a simple, yet powerful mechanism.
32 This shows how three modes are used. After going to the last line with "G",
35 Notice the use of special keys inside <>. This is called angle bracket
37 itself. This makes the mappings better readable and you can copy and paste
129 text (this was so in old versions of Vim). This mapping will do it: >
159 When a mapping triggers itself, it will run forever. This can be used to
226 This makes the spacebar move a blank-separated word forward.
444 to a file. This will make that happen: >
513 as MS-Windows, you still use forward slashes in autocommands. This
564 This will do the same as: >
[all …]
H A Dgui_w32.txt68 ID. This enables Vim to act as a plugin in another application. This really
86 < This should avoid short (8.3 character) file names in some situations. But
116 form on some Windows versions. This is a limitation of the Windows "Send To"
129 This can co-exist with the file associations mentioned above. The difference
153 You can also do this by hand. This is complicated! Use the install.exe if
183 those associations again by hand (using Windows Explorer, see above). This
281 (This does not apply to commands run asynchronously with ":!start".)
377 This creates a floating menu that doesn't exist on the main menu-bar.
412 to "yes". This however prevents you from mapping Alt keys at all.
414 handled by windows, other ALT keys can be mapped. This doesn't allow a
[all …]
H A Dusr_21.txt8 This chapter goes into mixing the use of other programs with Vim. Either by
27 Like most Unix programs Vim can be suspended by pressing CTRL-Z. This stops
42 you. This also has the functionality of being able to execute shell commands.
58 <Enter>. This allows you to have a look at the output from the command before
77 This is similar to using CTRL-Z to suspend Vim. The difference is that a new
107 You might want to set it to remember more information. This is done through
259 This tells Vim to read a specific file on startup. The 'S' stands for
297 is saved, using ":mksession!". This overwrites the previous session. The
358 be used on both systems. This is the command to put in your vimrc file: >
374 This can be used to switch to another session, but keep the command line
[all …]
H A Dusr_44.txt43 This isn't required in the final syntax file, but very useful when
64 This also can be used to list clusters (explained in |44.8|). Just include
100 This example uses the group names "xType" and "xStatement". By convention,
102 This example defines syntax for the x language (eXample language without an
113 This tells Vim to highlight "xType" like "Type" and "xStatement" like
137 This doesn't match "nextone", keywords always match whole words only.
221 contain other code blocks. This can be defined this way: >
263 continues. This is after the end of the line has been seen, so the next
266 end of line, use the "keepend" argument. This takes care of
300 highlighting. This is how you can do this: >
[all …]
H A Dinsert.txt740 CTRL-N Search forward for next matching keyword. This
811 cursor. This is like CTRL-N, but only the dictionary
813 keyword is inserted in front of the cursor. This
821 CTRL-N Search forward for next matching keyword. This
953 This file name replaces the previous matching file
974 This macro name replaces the previous matching macro
1001 CTRL-V. This allows mapping a key to do Vim command
1330 state. This doesn't change the list of matches.
1348 before the cursor. This may find more matches.
1921 This uses the |'^| mark. It's different from "`^i"
[all …]
H A Dusr_03.txt9 place. Vim has a large number of commands to position the cursor. This
33 example, "3w" moves three words. This figure shows how it works (starting at
36 This is a line with example text ~
44 This is a line with example text ~
51 This is a line with example text ~
65 It is also possible to move by white-space separated WORDs. This is not a
71 This is-a line, with special/separated/words (and some more). ~
90 .....This is a line with example text ~
165 This also works for [] and {} pairs. (This can be defined with the
211 you can see? This figure shows the three commands you can use:
[all …]
H A Dstarting.txt51 - This argument can mean two things, depending on whether Ex
202 This is an easy way to do the equivalent of: >
322 -F This was used for Farsi mode, which has been removed.
453 Amiga: Do not restart Vim to open a new window. This
458 MS-Windows: This option is not supported. However, when
490 default. This can have unexpected effects. See
542 This does not enable the XSMP handler though.
876 This does the same as the command: >
1465 This is introduced in section |21.3| of the user manual.
1517 always kept. This is used for:
[all …]
H A Dusr_30.txt284 a C file. This is how you make it work automatically: >
293 programming languages. This indent file will then prepare for automatic
341 option. This is useful for languages where no indent file is available.
346 treated specially: all indentation is removed. This is done so that
430 2. Use spaces only. This avoids the trouble with programs that use a
523 * This is a test ~
536 * This is a test of the text formatting. ~
547 * This is a test of the text formatting. ~
556 * This is a test of the text formatting. ~
590 preceded with ">" and "!" characters. This command would work: >
[all …]

12345678910>>...28