| /vim-8.2.3635/src/ |
| H A D | menu.c | 377 menuarg.modes = modes; in ex_menu() 401 menuarg.modes = modes; in ex_menu() 464 int modes = menuarg->modes; in add_menu_path() local 590 menu->modes = modes; in add_menu_path() 636 parent->children->modes |= modes; in add_menu_path() 653 menu->modes |= modes; in add_menu_path() 943 if ((menu->modes & modes) != 0x0) in remove_menu() 976 menu->modes &= ~modes; in remove_menu() 998 menu->modes &= ~modes; in remove_menu() 1006 menu->modes |= child->modes; in remove_menu() [all …]
|
| H A D | popupmenu.c | 1443 if ((mp->modes & mp->enabled & mode) && idx++ == pum_selected) in pum_execute_menu() 1472 || (mp->modes & mp->enabled & mode)) in pum_show_popupmenu() 1494 else if (mp->modes & mp->enabled & mode) in pum_show_popupmenu()
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_menu.vim | 237 let d = #{name: 'Ba&z', display: 'Baz', modes: 'n', shortcut: 'z', 241 let d = #{name: 'T&est', display: 'Test', modes: 'n', shortcut: 'e', 259 " Test for defining menus in different modes 285 \ display: 'menu', modes: ' ', enabled: v:true, silent: v:false, 289 \ display: 'menu!', modes: '!', enabled: v:true, silent: v:false, 293 \ display: 'amenu', modes: 'a', enabled: v:true, silent: v:false, 317 \ display: 'imenu', modes: 'i', enabled: v:true, silent: v:true, 407 \ shortcut: '', modes: ' ', submenus: ['menu']}, 442 \ enabled: v:true, shortcut: '', modes: 'a', script: v:false, 449 " Test for ":emenu" command in different modes [all …]
|
| H A D | test_join.vim | 59 " in compatible and nocompatible modes
|
| H A D | test_modeline.vim | 337 " Test for the 'modeline' default value in compatible and non-compatible modes
|
| /vim-8.2.3635/runtime/pack/dist/opt/matchit/doc/ |
| H A D | tags | 33 matchit-modes matchit.txt /*matchit-modes*
|
| H A D | matchit.txt | 68 MODES: *matchit-modes* *matchit-v_%* *matchit-o_%* 71 |motion| commands in |Operator-pending| and |Visual| modes (as of 8.1.648)
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | rileft.txt | 45 and left-to-right modes, simultaneously. (Useful for editing mixed files 73 + 'rightleftcmd' ('rlc') sets the command-line within certain modes 105 o Does not support reverse insert and rightleft modes on the command-line.
|
| H A D | howto.txt | 50 |mode-switching| change modes 80 |'highlight'| set various highlighting modes
|
| H A D | hebrew.txt | 33 + 'hkmap' ('hk') sets keyboard mapping to Hebrew, in insert/replace modes. 63 + CTRL-_ in insert/replace modes toggles 'revins' and 'hkmap' as follows:
|
| H A D | arabic.txt | 48 file in right-to-left and left-to-right modes, simultaneously. 57 o Changing keyboard mapping and reverse insert modes using a single 230 - Toggling between left-to-right and right-to-left modes is
|
| H A D | map.txt | 15 1.3 Mapping and modes |:map-modes| 44 modes. 60 Map the key sequence {lhs} to {rhs} for the modes 79 Map the key sequence {lhs} to {rhs} for the modes 96 Remove the mapping of {lhs} for the modes where the 98 for other modes where it applies. 115 Remove ALL mappings for the modes where the map 132 List all key mappings for the modes where the map 363 1.3 MAPPING AND MODES *:map-modes* 379 *map-overview* *map-modes* [all …]
|
| H A D | gui.txt | 125 various modes. 255 automatically set to "a", enabling it for all modes except for the 554 the ":map" set of commands (see |map-modes|), but the first argument is a menu 592 The ":amenu" command can be used to define menu entries for all modes at once, 594 automatically inserted for some modes: 625 directly without changing modes. Where you might use ":...<CR>" you can 727 the same order for all modes. 927 Command-line modes. 935 :aunmenu * " remove all menus in all modes, except for Terminal 953 The command applies to the modes as used with all menu commands. Note that [all …]
|
| H A D | usr_42.txt | 143 You can define menu items that exist for only certain modes. This works just 154 :amenu All modes (except for Terminal mode) 230 This lists only the "Edit" menu items for all modes. To list only one
|
| H A D | os_dos.txt | 139 set the color used in five modes with nine terminal options. Note that this 142 The |'highlight'| option specifies which of the five modes is used for which 190 The defaults for the various highlight modes are:
|
| H A D | intro.txt | 13 5. Modes, introduction |vim-modes-intro| 537 5. Modes, introduction *vim-modes-intro* *vim-modes* 539 Vim has seven BASIC modes: 578 switch to other modes. 580 There are seven ADDITIONAL modes. These are variants of the BASIC modes:
|
| H A D | term.txt | 217 An xterm can send function keys F1 to F4 in two modes: vt100 compatible or 528 different modes. If your terminal supports only one of the modes, both will 764 Otherwise Vim won't recognize the mouse in all modes (See 'mouse'). 777 h all previous modes when in a help file 778 a all previous modes 785 If you only want to use the mouse in a few modes or also want to use it for 786 the two questions you will have to concatenate the letters for those modes.
|
| H A D | usr_02.txt | 72 differently, depending on which mode you are in. The two basic modes are 125 switches modes. To get back to Normal mode, no matter what mode you are in, 467 The Vim editor has many different modes. By default, the help system displays 473 To identify other modes, use a mode prefix. If you want the help for the
|
| H A D | usr_40.txt | 32 This shows how three modes are used. After going to the last line with "G", 54 define mappings for other modes. For example, ":imap" applies to Insert mode. 193 mode, but not in Visual mode. First define it for all three modes, then 202 variations for different modes by now. Be careful with this command, it can't
|
| H A D | popup.txt | 766 filtermode In which modes the filter is used (same flags as with 776 a all modes 902 invoked. The default is "a": all modes. When using "nvi" Command-line mode
|
| /vim-8.2.3635/src/libvterm/doc/ |
| H A D | seqs.txt | 138 Standard modes 143 DEC modes
|
| /vim-8.2.3635/src/proto/ |
| H A D | menu.pro | 18 void gui_update_menus(int modes);
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | dune.vim | 27 syn keyword lispKey install_c_headers modes no_dynlink self_build_stubs_archive
|
| H A D | smcl.vim | 173 " Format directives for line and paragraph modes 251 " Link directive for line and paragraph modes
|
| H A D | samba.vim | 49 syn keyword sambaKeyword contained message min mode modes mux name names
|