Home
last modified time | relevance | path

Searched refs:above (Results 1 – 25 of 284) sorted by relevance

12345678910>>...12

/vim-8.2.3635/runtime/doc/
H A Dtabpage.txt69 :.tabnew " as above
136 above. >
162 :.tabonly " as above
198 :tabnext $ " as above
201 :tabnext -1 " as above
203 :tabnext +1 " as above
258 :tabmove 0 " as above
260 :$tabmove " as above
261 :tabmove $ " as above
270 :tabmove -1 " as above
[all …]
H A Dusr_08.txt8 Display two different files above each other. Or view two locations in the
48 the status line. It displays information about the window above it. (In
164 The ":split" command creates the new window above the current one. To make
205 CTRL-W k move to the window above
349 in which you added characters, and a few lines above and below it.
389 the picture above these are indicated with "VV". You notice there is a plus
457 window to another. Take the "main.c" and "main.c~" example above. Move the
501 :leftabove {cmd} left or above the current window
H A Dsponsor.txt27 similar to sponsoring Vim, see |sponsor| above. Registration was made
107 Send money, as explained above |send-money| and include your e-mail address.
156 count four times, above 300 euro they count six times, above 1000 euro ten
H A Dpopup.txt174 |popup_atcursor()| just above the cursor position, closes when
207 Show the {what} above the cursor, and close it when the cursor
224 Show the {what} above the position from 'ballooneval' and
316 k <Up> <C-P> select item above
646 to the cursor, flip to below or above the cursor to
649 no space above/below the cursor then show the popup to
673 title Text to be displayed above the first item in the
698 above/right/below/left of the popup (similar to CSS).
702 Example: [1, 2, 1, 3] has 1 line of padding above, 2
706 above/right/below/left of the popup (similar to CSS).
[all …]
H A Dusr_01.txt88 still set. Perhaps the file you wrote above is not found. Use this command
136 Optionally add the two-letter language code as above.
170 People who contribute to the manuals must agree with the above copyright
H A Dremote.txt39 As above, but don't complain if there is no
112 argument as described above. If an exact match is not available, the first
133 rest of the command line and sent as described above.
H A Dft_ada.txt299 'i': lone 'is' folded with line above
300 'b': lone 'begin' folded with line above
301 'p': lone 'private' folded with line above
302 'x': lone 'exception' folded with line above
511 contains all of the above.
H A Dusr_10.txt85 example above, "@a" can do several changes, and move around as well.
264 line above the current position that matches this pattern. Thus the ?pattern?
274 There is a slight error in the above command: If the title of the next chapter
277 To search for a pattern and then use the line above it: >
447 Using the same example from above, and then typing "$A XXX<Esc>, you get
464 Starting with the same selection of the "long" words as above, then typing
498 starting with the same example text from above, and then typing "rx":
577 What if you want to read the file above the first line? This can be done
583 The file "patch" will be put above the first line of the file.
H A Dpattern.txt184 b[+num] [num] identical to s[+num] above (mnemonic: begin)
185 b[-num] [num] identical to s[-num] above (mnemonic: begin)
530 |/\_| \_x \_x where x is any of the characters above: character
676 be done in the same position. The last example above will not match
723 instead |/\zs|. To match the same as the above example:
930 \%<23l Matches above a specific line (lower line number).
933 \%<.l Matches above the cursor line.
1203 \n line break, see above |/[\n]|
1213 Use one of the other atoms above when possible. Example: "\d" is
1361 a pattern using the same syntax used for the i flag above, BTW.)
[all …]
H A Ddiff.txt212 The context of lines above a difference that are not included in the fold can
287 When no [range] is given, the diff at the cursor position or just above it is
292 is on the last line in the buffer and there is no diff above this line, the
309 The [bufspec] argument above can be a buffer number, a pattern for a buffer
405 - The "diff" program doesn't produce normal "ed" style diffs (see above).
/vim-8.2.3635/src/libvterm/
H A DCONTRIBUTING16 Bug reports and feature requests can be sent to any of the above resources.
19 any of the resources listed above, before starting work on the actual code.
/vim-8.2.3635/src/
H A Dmove.c2167 int above = 0; in scroll_cursor_halfway() local
2198 if (below <= above) // add a line below the cursor first in scroll_cursor_halfway()
2216 if (below > above) // add a line above the cursor in scroll_cursor_halfway()
2225 above += loff.height; in scroll_cursor_halfway()
2255 int above = 0; // screen lines above topline in cursor_correct() local
2315 above = curwin->w_topfill; in cursor_correct()
2320 if (below < below_wanted && (below <= above || above >= above_wanted)) in cursor_correct()
2330 if (above < above_wanted && (above < below || below >= below_wanted)) in cursor_correct()
2334 ++above; in cursor_correct()
2337 above += PLINES_NOFILL(topline); in cursor_correct()
[all …]
/vim-8.2.3635/runtime/indent/
H A Dmatlab.vim24 " Whether the line above was a line continuation
77 " Recalculate bracket count (only have to check same block and line above)
89 " If line above was blank it can impossibly have been a LC
H A Didlang.vim23 " First non-empty line above the current line.
29 " Second non-empty line above the current line.
H A Dconfig.vim44 " Find a non-blank line above the current line.
63 " indent to its position. TODO: same as above
H A Dtypescript.vim96 " Find line above 'lnum' that isn't empty, in a comment, or in a string.
120 " Find line above 'lnum' that started the continuation 'lnum' may be part of.
185 " Find line above with beginning of the var statement or returns 0 if it's not
377 " Find a non-blank, non-multi-line string line above the current line.
/vim-8.2.3635/.github/workflows/
H A Dcodeql-analysis.yml12 # The branches below must be a subset of the branches above
53 # ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
/vim-8.2.3635/nsis/
H A DREADME.txt35 "diff.exe" put it in the "../.." directory (above the "vim82" directory,
40 6 Also put winpty32.dll and winpty-agent.exe in "../.." (above the "vim82"
/vim-8.2.3635/src/testdir/
H A Dtest_listener.vim61 " a change above a previous change without a line number change is reported
74 " an insert just above a previous change that was the last one does not get
85 " an insert above a previous change causes a flush
106 " a delete above a previous change causes a flush
H A Dtest_prompt_buffer.vim27 \ ' " Add the output above the current prompt.',
36 \ ' " Add the output above the current prompt.',
/vim-8.2.3635/runtime/syntax/
H A Dgift.vim139 "The above plus format
142 "The above plus feedback block
145 "The above plus weight block
H A Dproto.vim9 " * Redistributions of source code must retain the above copyright
11 " * Redistributions in binary form must reproduce the above
/vim-8.2.3635/src/xdiff/
H A DCOPYING165 above, provided that you also meet all of these conditions:
229 under the terms of Sections 1 and 2 above provided that you accompany
231 must be distributed under the terms of Sections 1 and 2 above on a
271 6. As an exception to the Sections above, you may also combine or
289 Sections 1 and 2 above); and, if the work is an executable linked
308 specified in Subsection 6a, above, for a charge no more
312 from a designated place, offer equivalent access to copy the above
343 Sections above.
/vim-8.2.3635/runtime/lang/
H A Dmenu_zh_cn.gb2312.vim11 " As mentioned above, gbk/cp936 is a superset of (and backward compatible with)
/vim-8.2.3635/runtime/plugin/
H A Dmanpager.vim24 " Remove empty lines above the header

12345678910>>...12