| /vim-8.2.3635/src/testdir/ |
| H A D | test_lispwords.vim | 29 \ ':direction :output', 64 \ ' :direction :output',
|
| H A D | test_visual.vim | 322 " 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 D | maze_mac | 42 " 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 D | rileft.txt | 33 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 D | usr_03.txt | 58 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 D | textprop.txt | 116 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 D | usr_27.txt | 101 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 D | hebrew.txt | 102 cursor. CTRL-W and CTRL-U also work in the opposite direction. <BS>, CTRL-W
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | cobol.vim | 245 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 D | erlang.vim | 333 " 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 D | gui.pro | 18 void gui_set_shellsize(int mustset, int fit_to_display, int direction);
|
| H A D | gui_x11.pro | 14 … width, int height, int min_width, int min_height, int base_width, int base_height, int direction);
|
| H A D | gui_gtk_x11.pro | 30 … width, int height, int min_width, int min_height, int base_width, int base_height, int direction);
|
| H A D | gui_photon.pro | 14 … width, int height, int min_width, int min_height, int base_width, int base_height, int direction);
|
| H A D | gui_w32.pro | 68 … 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 D | csscomplete.vim | 9 …direction 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 D | css.vim | 145 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 D | wml.vim | 67 syn keyword htmlArg contained direction description domainname eperlfilter
|
| H A D | pov.vim | 47 syn keyword povModifiers angle aperture bokeh blur_samples confidence direction focal_point h_angle…
|
| /vim-8.2.3635/runtime/tutor/ |
| H A D | tutor.utf-8 | 520 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 D | tutor | 520 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 D | tutor.fr.utf-8 | 555 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 D | tutor.fr | 555 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 D | state.c | 221 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 D | gui.c | 1648 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()
|