Home
last modified time | relevance | path

Searched refs:same (Results 1 – 25 of 355) sorted by relevance

12345678910>>...15

/vim-8.2.3635/runtime/doc/
H A Dindex.txt61 |i_<NL>| <NL> same as <CR>
182 CTRL-H same as <BS>
289 |+| + 1 same as <CR>
487 |v_a(| a( same as ab
488 |v_a)| a) same as ab
490 |v_a>| a> same as a<
494 |v_a]| a] same as a[
501 |v_a{| a{ same as aB
502 |v_a}| a} same as aB
505 |v_i(| i( same as ib
[all …]
H A Dvisual.txt63 With [count] select the same number of characters or
76 With [count] select the same number of lines as used
104 gv Start Visual mode with the same area as the previous
105 area and the same mode.
148 the same position as <LeftMouse>. In an older version
190 same.
195 other corner in the same line. When the corner is at
365 same amount of text as the last time:
366 - Linewise Visual mode: The same number of lines.
367 - Blockwise Visual mode: The same number of lines and columns.
[all …]
H A Dusr_27.txt44 same text as "include" did. Now set the 'smartcase' option: >
75 Thus if you repeat a pattern from the search history, the same will happen, no
178 pattern. That's not very useful, since leaving out the "b" does the same
200 To repeat with the same offset: >
236 search starts a few characters forward or backward, so that the same match
288 \{0,1} 0 or 1, same as \=
289 \{0,} 0 or more, same as *
290 \{1,} 1 or more, same as \+
344 same place. The resulting match uses the last alternative. Example: >
365 Thus the same command as above can be shortened to: >
[all …]
H A Drecover.txt34 The name of the swap file is normally the same as the file you are editing,
36 - On Unix, a '.' is prepended to swap file names in the same directory as the
49 flag is set that has the same effect as the 'shortname' option.
63 - You can get name collisions from files with the same name but in different
66 - When you use your home directory, and somebody else tries to edit the same
117 setting the 'updatecount' option to 0. The same is done when starting Vim
141 On Unix it is possible to have two names for the same file. This can be done
146 There is no check for editing the same file by the other name too, because Vim
152 you edit the file, the swap file name will normally be the same. However,
221 to use the same key for text file and swap file ~
[all …]
H A Ddiff.txt9 eight versions of the same file.
46 diffs at the same time, each in their own tab page.
124 file for a moment and come back to the same file and be in diff mode again.
154 The effect is that the diff windows show the same text, with the differences
174 Since 'diff' is a window-local option, it's possible to view the same buffer
177 loaded. Since Vim doesn't allow having two buffers for the same file, you
230 same are highlighted anyway. The 'diffopt'
371 v:fname_new new version of the same file
378 Example (this does almost the same as 'diffexpr' being empty): >
430 will have the same effect. These variables are set to the file names used:
[all …]
H A Dscroll.txt42 to [count]. The cursor is moved the same number of
79 option to [count]. The cursor is moved the same
107 you see) while keeping the cursor on the same line. Note that the 'scrolloff'
116 zt Like "z<CR>", but leave the cursor in the same
131 zz Like "z.", but leave the cursor in the same column.
141 zb Like "z-", but leave the cursor in the same column.
191 other 'scrollbind' windows are scrolled the same amount, if possible. The
209 maintain the same relative offset, regardless of its being asked to scroll
219 :syncbind Force all 'scrollbind' windows to have the same
H A Dvi_diff.txt908 |<BS>| same as "h"
909 |CTRL-H| same as "h"
910 |<NL>| same as "j"
911 |CTRL-J| same as "j"
915 |CTRL-N| same as "j"
916 |CTRL-P| same as "k"
939 |+| same as <CR>
1031 |<Del>| same as "x"
1045 CTRL-H same as <BS>
1048 <NL> same as <CR>
[all …]
H A Dspell.txt563 input file and producing an output file in the same
568 and producing an output file in the same directory
932 All three lines must have exactly the same number of characters.
955 for the same encoding must use the same word characters, otherwise they can't
1034 For PFX the fields are exactly the same.
1039 {flag} Must be the same as the {flag} used in the first line.
1552 same character. At the same time this does case folding. You can not have
1557 exactly the same number of characters. Example:
1564 the same and are often mixed up, such as 'm' and 'n', are mapped to the same
1592 Disallow using the same word twice in a compound. Not
[all …]
H A Dusr_11.txt59 If the recovery resulted in text that is exactly the same as the file
85 Vim can store the swap file in several places. Normally it is in the same
161 (1) Another program may be editing the same file. ~
163 different instances of the same file when making changes. ~
182 runs on the same computer. When working on a non-Unix system you will not
186 If there is another Vim editing the same file, continuing to edit will
187 result in two versions of the same file. The one that is written last will
265 Vim editing the same file.
H A Dgui_w32.txt37 To make this work, gvim.exe must exist in the same directory as the vim.exe,
45 Note: All fonts (bold, italic) must be of the same size!!! If you don't do
47 sizes. It's the size in screen pixels that must be the same. Note that some
48 fonts that have the same point size don't have the same pixel size!
49 Additionally, the positioning of the fonts must be the same (ascent and
238 register is the same. Thus you can yank to and paste from the clipboard
275 "vimrun.exe" must be in the path for this to work. Or it must be in the same
357 window to be created with the same menu entries on it. The floating menu can
384 Command line arguments behave the same way as with the console application,
H A Dpattern.txt299 - The first WORD to the right of the cursor, in the same line.
460 \{} \{} 0 or more as many as possible (same as *)
541 |/\1| \1 \1 same string as matched by first \(\)
584 with almost the same definition as the ")" command.
588 though it may look the same.
723 instead |/\zs|. To match the same as the above example:
755 The number zero is the same as no limit.
1102 \c[a-z]$ same
1154 *[:ident:]* [:ident:] identifier character (same as "\i")
1156 *[:fname:]* [:fname:] file name character (same as "\f")
[all …]
H A Dusr_10.txt94 The registers used for recording are the same ones you used for yank and
129 the same letter, but lowercase.
209 The "from" part of the substitute command is actually a pattern. The same
441 The "A" command works the same way, except that it appends after the right
447 Using the same example from above, and then typing "$A XXX<Esc>, you get
456 with other movement commands will not have the same result.
477 Starting with the same text again, and typing "Cnew text<Esc>" you get:
498 starting with the same example text from above, and then typing "rx":
515 With the same example again, ">" gives this result:
544 "V" selection in exactly the same way.
[all …]
H A Dusr_26.txt27 selects the same area again. This allows you to do another operation on the
28 same text.
42 Now use "gv" to reselect the same text. It doesn't matter where the cursor
53 Using the same text as above, search for a year: >
124 of "x_cnt" in the same line. The "e" flag is used to avoid an error message
H A Dmbyte.txt339 2 chinese same as "prc"
341 u utf8 same as utf-8
342 u unicode same as ucs-2
343 u ucs2be same as ucs-2 (big endian)
344 u ucs-2be same as ucs-2 (big endian)
345 u ucs-4be same as ucs-4 (big endian)
346 u utf-32 same as ucs-4
347 u utf-32le same as ucs-4le
417 the same way, because all Unicode is handled
604 the same value as GL, and GR if 1.
[all …]
H A Dusr_22.txt71 higher. Pressing "-" does the same thing, without the need to move to the
125 the same as the browser directory. (see
190 When you split a window, both windows use the same current directory. When
205 So long as no `:lcd` command has been used, all windows share the same current
249 same place. What if you have located files in a subdirectory, below where the
273 same as the ":edit" command, except for the use of 'path'.
336 A command which does the same, is not so obvious to list buffers, but is much
H A Dusr_03.txt57 paragraph, much faster than using "l". "b" does the same in the other
82 an <End> key it will do the same thing.
86 key does the same thing. In a picture ("." indicates a space):
192 go to the start of a file use "gg". "1G" will do the same, but is a tiny bit
277 which end is up. Most users have the same problem.
343 To find the next occurrence of the same string use the "n" command. Use this
407 The "#" command does the same in the other direction. You can prepend a
569 If you use the same command a second time you will jump back again. That's
574 within the same line, this is called a jump. This includes the search
605 CTRL-I is the same as <Tab>.
H A Drileft.txt30 both right-to-left as well as left-to-right text properly at the same time
31 within the same window. Vim currently, due to simplicity, does not offer
44 is per window, so it is possible to view the same file in right-to-left
H A Dusr_08.txt9 file at the same time. See the difference between two files by putting them
47 What you see here is two windows on the same file. The line with "====" is
50 The two windows allow you to view two parts of the same file. For example,
56 bottom window it will jump to the first window. (CTRL-W CTRL-W does the same
211 You will notice the same letters as used for moving the cursor. And the
382 really there. They just fill up main.c, so that it displays the same number
427 try to keep both the windows start at the same position, so you can easily see
558 This makes a new tab page with one window that is editing the same buffer as
H A Dusr_24.txt32 cursor. The <Del> key does the same for the character under (after) the
153 file, CTRL-N and CTRL-P will find the same matches, but in a different
303 way of doing exactly the same insertion again.
314 Now you need to type the same line, but with "s_prev" instead of "s_next".
361 You could have done the same with completion. Using a register is useful
362 when there are many words that start with the same characters.
421 It's very common to make the same typing mistake every time. For example,
486 To avoid this, use the ":noreabbrev" command. It does the same as
575 character with a decimal number. This defines the same digraph: >
H A Dos_win32.txt91 use the CommandLineToArgvW() Win32 API, so they behave in the same way.
213 Keyboard part of the Control Panel) is the same as the currently active
222 assures that all properties of the file remain the same. On non-Unix
261 of creating a new "file.bat" file. This same behavior is exhibited in Vim
271 be able to set the blink rate for all console windows at the same time.
316 < You should have the same "tags" file, but this time there will be no
H A Dintro.txt108 - You need to send the messages from the same location as where you subscribed
332 uppercase and lowercase letter designate the same register,
425 <Return> same as <CR> *<Return>*
426 <Enter> same as <CR> *<Enter>*
472 <A-...> same as <M-...> *<A-*
485 values have the same effect. Also see |:fixdel|.
488 keys. For example, <kHome> has the same effect as <Home>. If a keypad key
489 sends the same raw key code as its non-keypad equivalent, it will be
588 can do the same things as in Insert mode, but for
721 - When inserting text in one window, other windows on the same text are not
[all …]
/vim-8.2.3635/src/testdir/
H A Dtest_reltime.vim18 let same = reltime(now, now)
19 call assert_equal('0.000', split(reltimestr(same))[0][:4])
20 call assert_equal(0.0, reltimefloat(same))
H A Dtest_ex_z.vim19 " FIXME: I would expect the same result as '20z3' since 'help z'
20 " says: Specifying no mark at all is the same as "+".
84 " :z! is the same as :z but count uses the Vim window height when not specified.
/vim-8.2.3635/runtime/indent/
H A Ddtd.vim125 " line so that the terminating “>” winds up having the same indentation.
132 " have a complete content model. Thus set indentation to be the same as that
133 " of the first line so that the terminating “>” winds up having the same
157 " If we’ve seen an addition or exception already and this is of the same
179 " current line is a lone “>”, in which case we indent to the same level
182 " the same level as the first line.
248 " does exist, indent to same level as first line, as we’re now done with
258 " indent two level. If it does, indent to same level as first line, as
/vim-8.2.3635/runtime/compiler/
H A Dtex.vim21 " otherwise the same for global variable with same name, else it will be

12345678910>>...15