Home
last modified time | relevance | path

Searched refs:direction (Results 1 – 25 of 70) sorted by relevance

123

/vim-8.2.3635/src/testdir/
H A Dtest_lispwords.vim29 \ ':direction :output',
64 \ ' :direction :output',
H A Dtest_visual.vim322 " extend the word in direction of the end of the visual area.
333 " Extend visual area in opposite direction.
359 " extend the sentence in direction of the end of the visual area.
372 " Extend visual area in opposite direction.
410 " extend the sentence in direction of the end of the visual area.
425 " Extend visual area in opposite direction.
/vim-8.2.3635/runtime/macros/maze/
H A Dmaze_mac42 " Note the difference for direction south, where we must examine the character
48 " a state machine with 8 states. Each state signifies the direction you
55 " stands for a direction of the compass, the number 1 indicates that the we
60 " particular direction. This direction is given in the following table.
63 " state direction vi commands
/vim-8.2.3635/runtime/doc/
H A Drileft.txt33 right-to-left languages. An older hybrid solution in which direction is
83 CTRL-W and CTRL-U also work in the opposite direction. <BS>, CTRL-W
114 direction. This is difficult to fix.
H A Dusr_03.txt58 direction.
142 direction. The cursor is never moved to another line. Not even when the
357 The "N" command repeats the last search the opposite direction. Thus using
389 search commands in the other direction.
407 The "#" command does the same in the other direction. You can prepend a
H A Dtextprop.txt116 prop_find({props} [, {direction}]) search for a text property
206 prop_find({props} [, {direction}])
224 {direction} can be "f" for forward and "b" for backward. When
H A Dusr_27.txt101 If you use the "?" command, to search in the other direction, you get this
132 If you search in the other direction, using "?", you get:
216 The "b" and "e" keep their meaning, they don't change direction with the use
H A Dhebrew.txt102 cursor. CTRL-W and CTRL-U also work in the opposite direction. <BS>, CTRL-W
/vim-8.2.3635/runtime/ftplugin/
H A Dcobol.vim245 function! s:toend(direction) argument
252 …= search('\c^\%(\s*\|.\{6\}\s\+\)\zs[A-Za-z0-9-]\+\s\+\%(division\|section\)\s*\.',a:direction.'W')
253 if a:direction != 'b' && !res
/vim-8.2.3635/runtime/indent/
H A Derlang.vim333 " empty, find the first non-empty line in the given `direction` and return
337 " direction: 'up' | 'down'
345 function! s:TokenizeLine(lnum, direction) argument
348 if a:direction ==# 'up'
350 else " a:direction ==# 'down'
386 " direction.
389 " direction: 'up' | 'down'
/vim-8.2.3635/src/proto/
H A Dgui.pro18 void gui_set_shellsize(int mustset, int fit_to_display, int direction);
H A Dgui_x11.pro14 … width, int height, int min_width, int min_height, int base_width, int base_height, int direction);
H A Dgui_gtk_x11.pro30 … width, int height, int min_width, int min_height, int base_width, int base_height, int direction);
H A Dgui_photon.pro14 … width, int height, int min_width, int min_height, int base_width, int base_height, int direction);
H A Dgui_w32.pro68 … width, int height, int min_width, int min_height, int base_width, int base_height, int direction);
/vim-8.2.3635/runtime/autoload/
H A Dcsscomplete.vim9direction animation-duration animation-fill-mode animation-iteration-count animation-name animatio…
135 elseif prop == 'animation-direction'
250 elseif prop == 'direction'
/vim-8.2.3635/runtime/syntax/
H A Dcss.vim145 syn match cssAnimationProp contained "\<animation\(-\(delay\|direction\|duration\|fill-mode\|name\|…
147 " animation-direction attributes
218 syn match cssFlexibleBoxProp contained "\<flex\(-\(direction\|wrap\|flow\|grow\|shrink\|basis\)\)\=…
319 syn keyword cssTextProp contained color direction hyphens
H A Dwml.vim67 syn keyword htmlArg contained direction description domainname eperlfilter
H A Dpov.vim47 syn keyword povModifiers angle aperture bokeh blur_samples confidence direction focal_point h_angle…
/vim-8.2.3635/runtime/tutor/
H A Dtutor.utf-8520 To search for the same phrase in the opposite direction, type N .
522 4. To search for a phrase in the backward direction, use ? instead of / .
588 After a search type n to find the next occurrence in the same direction
589 or N to search in the opposite direction.
H A Dtutor520 To search for the same phrase in the opposite direction, type N .
522 4. To search for a phrase in the backward direction, use ? instead of / .
588 After a search type n to find the next occurrence in the same direction
589 or N to search in the opposite direction.
H A Dtutor.fr.utf-8555 Pour rechercher le même texte dans la direction opposée, tapez N .
557 4. Pour rechercher une phrase dans la direction opposée, utilisez ?
631 même direction ou Maj-N pour rechercher dans la direction opposée.
H A Dtutor.fr555 Pour rechercher le m�me texte dans la direction oppos�e, tapez N .
557 4. Pour rechercher une phrase dans la direction oppos�e, utilisez ?
631 m�me direction ou Maj-N pour rechercher dans la direction oppos�e.
/vim-8.2.3635/src/libvterm/src/
H A Dstate.c221 static void tab(VTermState *state, int count, int direction) in tab() argument
224 if(direction > 0) { in tab()
230 else if(direction < 0) { in tab()
/vim-8.2.3635/src/
H A Dgui.c1648 int direction) // RESIZE_HOR, RESIZE_VER in gui_set_shellsize() argument
1690 if ((direction & RESIZE_HOR) && width > screen_w) in gui_set_shellsize()
1700 if ((direction & RESIZE_VERT) && height > screen_h) in gui_set_shellsize()
1738 base_width, base_height, direction); in gui_set_shellsize()

123