| /vim-8.2.3635/src/libvterm/t/ |
| H A D | 25state_input.test | 10 !Ctrl modifier on ASCII letters 16 !Alt modifier on ASCII letters 22 !Ctrl-Alt modifier on ASCII letters
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | radiance.vim | 18 " comments, external command names and the null-modifier "void". 29 " The null-modifier 48 " Pattern modifier types 52 " Texture modifier types
|
| H A D | mrxvtrc.vim | 179 " modifier 182 \ '\v<modifier:'
|
| H A D | desktop.vim | 56 " lang_territory.codeset@modifier
|
| H A D | docbk.vim | 94 syn keyword docbkKeyword methodsynopsis modifier mousebutton msg contained
|
| H A D | lpc.vim | 61 " Type modifier.
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_hide.vim | 1 " Tests for :hide command/modifier and 'hidden' option 62 " :hide as a modifier with trailing comment
|
| H A D | test_termcodes.vim | 992 " Left click with the Alt modifier key should extend the selection in 1942 func GetEscCodeCSI27(key, modifier) argument 1944 let mod = printf("%d", a:modifier) 1948 func GetEscCodeCSIu(key, modifier) argument 1950 let mod = printf("%d", a:modifier) 1960 " Shift-X is sent as 'X' with the shift modifier 2065 " CTRL-A is added with a separate modifier, and needs to be simplified before
|
| H A D | test_filter_cmd.vim | 1 " Test the :filter command modifier
|
| H A D | test_exists.vim | 121 " Command modifier
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | os_haiku.txt | 25 9. The meta key modifier |haiku-meta| 174 9. The meta key modifier *haiku-meta* 176 The META key modifier is obtained by the left or right OPTION keys. This is 191 mouse clicks with modifier(s) to other mouse buttons. See the file
|
| H A D | term.txt | 154 " Enable modified arrow keys, see :help xterm-modifier-keys 239 *xterm-modifier-keys* 243 any character, often '~' is used. The ";*" stands for an optional modifier 253 keys, which either use "CSI X" or "CSI 1 ; modifier X". Thus the "@" 254 stands for either "1" if a modifier follows, or nothing. 565 equivalent hence `l` modifier) invoked with the t_ option value and three 804 terminal itself by using a modifier, a workaround is to not use mouse events 859 commands requiring the CTRL modifier can be simulated by typing the "g" key
|
| H A D | pi_zip.txt | 111 using the |:noswapfile| modifier.
|
| H A D | motion.txt | 899 |:keepjumps| command modifier was used. 915 modifier was used. 1103 When the |:keepjumps| command modifier is used, jumps are not stored in the 1165 When the `:keepjumps` command modifier is used the position of a change is not
|
| H A D | usr_02.txt | 392 the editor to quit; and the override command modifier (!). 393 The override command modifier is needed because Vim is reluctant to throw
|
| H A D | recover.txt | 88 |:noswapfile| modifier can be used to not create a swapfile for a new buffer.
|
| H A D | windows.txt | 674 With the |:tab| modifier open a tab page for each argument. 737 When using the |:tab| modifier each argument is opened in a 1320 When the |:tab| modifier is used new windows are opened in a
|
| H A D | tabpage.txt | 34 commands, |:windo|, |:all| and |:ball| (when not using the |:tab| modifier).
|
| H A D | usr_08.txt | 498 When splitting a window you can prepend a modifier command to tell where the
|
| H A D | map.txt | 941 Insert mode to avoid every key with a modifier causing Insert mode to end. 1579 -bang The command can take a ! modifier (like :q or :w) 1633 command was executed with a ! modifier, otherwise
|
| /vim-8.2.3635/src/ |
| H A D | gui_beval.c | 627 Modifiers modifier; in pointerEvent() local 632 &modifier, &keysym); in pointerEvent() 653 Modifiers modifier; in pointerEvent() local 657 event->xkey.state, &modifier, &keysym); in pointerEvent()
|
| H A D | getchar.c | 1109 ins_char_typebuf(int c, int modifier) in ins_char_typebuf() argument 1114 if (modifier != 0) in ins_char_typebuf() 1118 buf[2] = modifier; in ins_char_typebuf() 2333 int modifier = tp[2]; in check_simplify_modifier() local 2335 int new_c = merge_modifyOtherKeys(c, &modifier); in check_simplify_modifier() 2351 if (modifier == 0) in check_simplify_modifier() 2359 tp[2] = modifier; in check_simplify_modifier()
|
| /vim-8.2.3635/src/proto/ |
| H A D | getchar.pro | 27 void ins_char_typebuf(int c, int modifier);
|
| /vim-8.2.3635/src/po/ |
| H A D | fr.po | 941 msgstr "E742: Impossible de modifier la valeur de %s" 1474 "E201: Autocommandes *ReadPre ne doivent pas modifier le contenu du tampon " 4234 msgstr "E530: Impossible de modifier term dans l'interface graphique" 4325 msgstr "Impossible de modifier le mode de la console ?!\n" 4416 "Impossible de modifier le contexte de s�curit� pour " 5673 msgstr "E986: impossible de modifier la pile des marqueurs dans tagfunc" 7403 msgstr "E21: Impossible de modifier, 'modifiable' est d�sactiv�" 7540 msgstr "E995: Impossible de modifier une variable existante" 7549 "E794: Impossible de modifier une variable depuis le bac � sable : \"%s\"" 7915 msgstr "impossible de modifier un dictionnaire fixe" [all …]
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | ruby.vim | 294 " If this line is an access modifier keyword, align according to the closest
|