Home
last modified time | relevance | path

Searched refs:position (Results 1 – 25 of 212) sorted by relevance

123456789

/vim-8.2.3635/runtime/indent/
H A Dclojure.vim148 function! s:clojure_is_method_special_case_worker(position) argument
156 call cursor(a:position)
187 call cursor(a:position)
203 function! s:is_method_special_case(position) argument
206 let val = s:clojure_is_method_special_case_worker(a:position)
215 function! s:is_reader_conditional_special_case(position) argument
216 return getline(a:position[0])[a:position[1] - 3 : a:position[1] - 2] == "#?"
217 \|| getline(a:position[0])[a:position[1] - 4 : a:position[1] - 2] == "#?@"
303 " use the ( position for indent.
309 " In that case we use the ( position for indent.
[all …]
H A Dconfig.vim57 " indent to its position. TODO: not failsafe if multiple ('s
63 " indent to its position. TODO: same as above
/vim-8.2.3635/runtime/doc/
H A Dmotion.txt9 These commands move the cursor position. If the new position is off of the
156 position before and after the motion.
777 start and end position.
900 Also see |restore-position|.
909 a window the position won't be changed.
923 the position will be on the last character.
973 - last insert position '^
974 - last change position '.
983 - the cursor position
1096 this position.
[all …]
H A Dxxd.man82 Add <offset> to the displayed file position.
102 that the seek is relative to the current stdin file position
105 (or if combined with +: before the current stdin file position).
106 Without -s option, xxd starts at the current file position.
117 lapping. In these cases xxd will lseek(2) to the next position. If the
138 and if stdin's file position is not at the start of the file by the
146 Hexdump from file position 0x480 (=1024+128) onwards. The `+' sign
147 means "relative to the current position", thus the `128' adds to the 1k
152 Hexdump from file position 0x100 ( = 1024-768) on.
246 4,5 desired seek position is unreachable.
H A Dvisual.txt46 With "v" the text before the start position and after the end position will
56 position.
65 the current cursor position, multiplied by [count].
78 cursor position, multiplied by [count]. When there
129 contains 'n' or 'a'. If the position is within 'so'
131 scrolled up. If the position is within 'so' lines from
137 the cursor position to the position of the click is
140 is closest, to the position of the click. Only when
148 the same position as <LeftMouse>. In an older version
187 cursor position becomes the start of the highlighted
[all …]
H A Dpopup.txt11 Window position and size |popup-position|
70 WINDOW POSITION AND SIZE *popup-position*
90 window it will be placed below the cursor position.
176 |popup_beval()| at the position indicated by v:beval_
185 |popup_move()| change the position and size of a popup
442 position then zero is returned.
481 specify the popup position:
621 Alternatively "center" can be used to position the
628 position indicated by "line".
755 position
[all …]
H A Dusr_31.txt15 |31.4| Vim window position and size
161 *31.4* Vim window position and size
163 To see the current Vim window position on the screen use: >
169 Window position: X 272, Y 103 ~
171 The position is given in screen pixels. Now you can use the numbers to move
177 There may be a small offset between the reported position and where
181 You can use this command in your startup script to position the window at a
182 specific position.
199 size and position of the window: >
H A Dpattern.txt127 ends before the cursor position.
131 ends before the cursor position.
194 pattern cursor position ~
261 cursor position is used.
335 position. Examples:
687 current position. |/zero-width|
886 position after the first "VIM".
901 */\%#* *cursor-position*
916 \%'m Matches with the position of mark m.
918 \%>'m Matches after the position of mark m.
[all …]
H A Dif_lua.txt108 position are restricted when the command is executed in the |sandbox|.
282 o "table.insert(l, position, newitem)" inserts an item at the
283 specified position. "position" is one-indexed. (only Lua 5.3 and
285 o "table.remove(l, position)" removes an item at the specified
286 position. "position" is one-indexed.
293 position "pos" in the list. The default value for "pos" is 0.
422 o "b.number" contains the position of buffer "b" in the buffer list
428 position "pos" in the buffer. The default value for "pos" is
470 o "w.line" represents the cursor line position in window "w".
471 o "w.col" represents the cursor column position in window "w".
H A Dtextprop.txt57 "start_incl" when TRUE inserts at the start position will be
59 "end_incl" when TRUE inserts at the end position will be
123 Attach a text property at position {lnum}, {col}. {col} is
178 specifies the starting and ending position of the text. The
179 first two items {lnum} and {col} specify the starting position
181 two items {end-lnum} and {end-col} specify the position just
212 start position with "lnum" and "col"
221 position
301 start_incl when TRUE inserts at the start position will
303 end_incl when TRUE inserts at the end position will be
H A Dtips.txt23 Restoring the cursor position |restore-position|
238 Restoring the cursor position *restore-position*
241 file and restores the cursor position, without scrolling the text. For
245 Breaking up saving the position:
246 ms store cursor position in the 's' mark
248 mt store this position in the 't' mark
250 Breaking up restoring the position:
253 `s jump to the original position of the cursor
481 - using a |pattern| to match a specific position in the file.
H A Dnetbeans.txt369 line number starts with one, the column is the byte position,
531 specified position. If the buffer is open in another window
582 Show a balloon (popup window) at the mouse pointer position,
626 getCursor Return the current buffer and cursor position.
667 Insert "text" before position "off". "text" is a string
687 Delete "length" bytes of text at position "off". Both
748 Report the size and position of the editor window.
752 x number pixel position on screen
753 y number pixel position on screen
757 Text "text" has been inserted in Vim at position "off".
[all …]
H A Dif_tcl.txt241 $win cursor # Get current cursor position.
242 $win cursor {var} # Set cursor position from array variable.
243 $win cursor {row} {col} # Set cursor position.
261 Without argument, reports the current cursor position as a string.
264 < "here(row)" and "here(column)" now contain the cursor position.
267 These are used to set the cursor to the new position: >
329 $buf mark {mark} # Report position of buffer mark.
382 Reports the position of the named mark as a string, similar to the
383 cursor position of the "cursor" option of a window command (see
386 < "mpos(column)" and "mpos(row)" now contain the position of the mark.
H A Dterm.txt367 t_WP set window position (Y, X) in pixels *t_WP* *'t_WP'*
378 t_u7 request cursor position (for xterm) *t_u7* *'t_u7'*
824 3. Click the left mouse button at the insert position.
829 at the insert position.
868 event position selection change action ~
885 event position selection change action ~
899 event position selection change action ~
906 event position selection change action ~
913 event position selection change action ~
997 <LeftMouse> left pressed set cursor position
[all …]
H A Dusr_41.txt765 getcurpos() get position of the cursor
766 getpos() get position of cursor, mark, etc.
767 setpos() set position of cursor, mark, etc.
963 getmousepos() get last known mouse position
975 getwinpos() position of the Vim window
976 getwinposx() X position of the Vim window
977 getwinposy() Y position of the Vim window
1046 test_setmouse() set the mouse position
1169 prop_add() attach a property at a position
1935 < ma set mark a at cursor position
[all …]
H A Dusr_03.txt9 place. Vim has a large number of commands to position the cursor. This
34 the position marked with "x"):
262 3. Set the 'ruler' option. This will display the cursor position in the
562 When you make a jump to a position with the "G" command, Vim remembers the
563 position from before this jump. This position is called a mark. To go back
570 because the "`" command is a jump itself, and the position from before this
615 your text. You can't see them, it's just a position that Vim remembers.
652 ' The cursor position before doing a jump
653 " The cursor position when last editing the file
H A Dtagsrch.txt141 next ":tag" command. The CTRL-T and ":pop" command will use the position
157 ":pop" or CTRL-T to position before previous tag
158 {count}CTRL-T to position before {count} older tag
176 position up (their index number is decremented by one). If the last used
229 the current position in the list (if there is one).
738 ]i like "[i", but start at the current cursor position.
753 ]I like "[I", but start at the current cursor position.
771 position.
801 ]d like "[d", but start at the current cursor position.
816 ]D like "[D", but start at the current cursor position.
[all …]
H A Dscroll.txt9 These commands move the contents of the window. If the cursor position is
175 zs Scroll the text horizontally to position the cursor
180 ze Scroll the text horizontally to position the cursor
199 differences between the two buffers to synchronize the position precisely.
205 position and the other window's vertical scroll position. When one of the
/vim-8.2.3635/runtime/autoload/
H A Dcsscomplete.vim9position background-repeat background-size block-size border border-block-end border-block-end-col…
29 " Depending on their relative position to cursor we will know what should
155 elseif prop == 'background-position'
304 elseif prop == 'font-variant-position'
336 elseif prop == 'list-style-position'
407 elseif prop == 'position'
423 elseif prop == 'ruby-position'
478 elseif prop == 'text-emphasis-position'
496 elseif prop == 'text-underline-position'
551 let values = ["auto", "scroll-position", "contents"] + s:values
/vim-8.2.3635/runtime/
H A Ddefaults.vim39 set ruler " show the cursor position all the time
77 " can position the cursor, Visually select and scroll with the mouse.
103 " When editing a file, always jump to the last known cursor position.
104 " Don't do it when the position is invalid, when inside an event handler
/vim-8.2.3635/src/testdir/
H A Dtest_cursor_func.vim1 " Tests for cursor() and other functions that get/set the cursor position
145 " Save the visual start character position
151 " Save the current cursor character position in insert mode
195 " Test for getting the position in insert mode with the cursor after the
337 " Test for getting the cursor position in insert mode with the cursor after
H A Dtest_conceal.vim160 " Tests for correct display (cursor column position) with +conceal and
162 " screen is not updated (lazy redraw) and the cursor position is wrong.
174 :" Save current cursor position. Only works in <expr> mode, can't be used
/vim-8.2.3635/runtime/ftplugin/
H A Docaml.vim231 " cursor position.
272 " block ::= position <SP> position <LF> annotation *
273 " position ::= filename <SP> num <SP> num <SP> num
287 " - in a position, the filename is the name of the file, the first num
289 " of the line, the third num is the offset of the position itself.
465 "In: - lin1,col1: position of expression first char
466 " - lin2,col2: position of expression last char
485 "In: (the cursor position should be at the start of an annotation)
/vim-8.2.3635/runtime/macros/maze/
H A Dmaze_mac30 " west you move by a two character step. Also note that in any position
79 " the current position north, south, east and west respectively. The
147 " c (Char) - holds the character under the current position
177 " ma - mark the current position with mark 'a'
183 " `a@m - go back to the current position and execute the macro, this will
194 " `a@r - go back to the current position and exectute the macro to restore
/vim-8.2.3635/src/libvterm/t/
H A D90vttest_01-movement-1.test67 PUSH "\e[14;13Hwith one (1) free position around it. Push <RETURN>"
80 …?screen_row 13 = "*+ E with one (1) free position around it. Push <RETURN> E +*"

123456789