Searched refs:amenu (Results 1 – 17 of 17) sorted by relevance
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | debchangelog.vim | 105 amenu enable Changelog.Add\ Entry 106 amenu enable Changelog.Close\ Bug 108 amenu enable Changelog.Set\ Urgency 109 amenu disable Changelog.Unfinalise 110 amenu enable Changelog.Finalise 165 amenu enable Changelog.Add\ Entry 166 amenu enable Changelog.Close\ Bug 169 amenu disable Changelog.Unfinalise 170 amenu enable Changelog.Finalise 187 amenu enable Changelog.Unfinalise [all …]
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_menu.vim | 262 amenu Test.amenu :amenu<CR> 295 \ menu_info('Test.amenu', 'a')) 387 amenu Test.amenu :amenu<CR> 388 call assert_equal(':amenu<CR>', menu_info('Test.amenu', '').rhs) 389 call assert_equal('<C-\><C-O>:amenu<CR>', menu_info('Test.amenu', '!').rhs) 390 call assert_equal(':amenu<CR>', menu_info('Test.amenu', 'n').rhs) 392 \ menu_info('Test.amenu', 'o').rhs) 394 \ menu_info('Test.amenu', 'v').rhs) 396 \ menu_info('Test.amenu', 'x').rhs) 399 call assert_equal('<C-\><C-O>:amenu<CR>', menu_info('Test.amenu', 'i').rhs) [all …]
|
| H A D | test_winbar.vim | 11 amenu 1.10 WinBar.Next :let g:did_next = 11<CR> 12 amenu 1.20 WinBar.Cont :let g:did_cont = 12<CR> 35 amenu 1.10 WinBar.Next :let g:did_next = 11<CR> 36 amenu 1.20 WinBar.Cont :let g:did_cont = 12<CR> 37 amenu 1.30 WinBar.Close :close<CR> 116 amenu 1.10 WinBar.Next :let g:did_next = 11<CR>
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | usr_42.txt | 138 :amenu 20.510 Edit.-sep3- : 154 :amenu All modes (except for Terminal mode) 162 The ":amenu" command is a bit different. It assumes that the {keys} you 164 when the menu is used, Vim first has to go back to Normal mode. ":amenu" 167 :amenu 90.100 Mine.Find\ Word * 183 :amenu Mine.Next\ File :call <SID>NextFile()<CR> 210 :amenu <silent> Mine.Next\ File :call <SID>NextFile()<CR> 223 :amenu 228 :amenu Edit 286 :amenu File.Open :browse confirm edit<CR> [all …]
|
| H A D | gui.txt | 584 :amenu &File.&Open<Tab>:e :browse e<CR> 591 *:am* *:amenu* *:an* *:anoremenu* 607 :amenu File.Next :next^M 622 :amenu Insert.foobar "='foobar'<CR>P 760 :amenu icon=FooIcon ToolBar.Foo :echo "Foo"<CR> 775 :amenu ToolBar.Hello :echo "hello"<CR> 788 :amenu ToolBar.Open :e 950 :amenu enable * 951 :amenu disable &Tools.* 1002 :amenu MyMenu.Hello :echo "Hello"<CR> [all …]
|
| H A D | gui_w32.txt | 375 :amenu ]Toolbar.Make :make<CR>
|
| H A D | gui_x11.txt | 254 :10amenu File.Print :w !lpr -Php3
|
| H A D | version5.txt | 492 |:amenu| Define menus for all modes, inserting a CTRL-O for Insert 493 mode, ESC for Visual and CTRL-C for Cmdline mode. "amenu" is 2902 ":amenu Syntax.XY\.Z.foo lll". 4053 In menu.vim, a vmenu was used to override an amenu. That didn't work, because
|
| H A D | index.txt | 1164 |:amenu| :am[enu] enter new menu item for all modes
|
| H A D | version6.txt | 379 which is supposed to take us to Normal mode (especially in ":amenu"). 4561 When CTRL-O is mapped for Insert mode, ":amenu" commands didn't 4566 Use ":anoremenu" instead of ":amenu". 7864 Problem: When using ":amenu :b 1<CR>" with a Visual selection and 7869 menus defined with ":amenu". 7901 Solution: Add the changes for ":amenu".
|
| H A D | todo.txt | 4787 8 Make it possible to use "amenu icon=BuiltIn##", so that the toolbar item 5335 8 Add ":amap", like ":amenu".
|
| H A D | tags | 2113 :amenu gui.txt /*:amenu*
|
| H A D | version7.txt | 3731 Problem: The spell popup menu uses ":amenu", triggering mappings. Other 9930 Problem: ":amenu" moves the cursor when in Insert mode.
|
| H A D | eval.txt | 3307 : exe 'amenu Arg.' . f . ' :e ' . f . '<CR>'
|
| /vim-8.2.3635/runtime/pack/dist/opt/matchit/autoload/ |
| H A D | matchit.vim | 549 amenu &Matchit.&pat :echo b:match_pat<CR> 551 amenu &Matchit.&match :echo b:match_match<CR> 553 amenu &Matchit.&curcol :echo b:match_col<CR> 555 amenu &Matchit.wh&oleBR :echo b:match_wholeBR<CR> 557 amenu &Matchit.ini&BR :echo b:match_iniBR<CR> 559 amenu &Matchit.&ini :echo b:match_ini<CR> 561 amenu &Matchit.&tail :echo b:match_tail<CR> 563 amenu &Matchit.&word :echo b:match_word<CR> 565 amenu &Matchit.t&able :echo '0:' . b:match_table . ':9'<CR>
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | ada.vim | 555 \ "50amenu " . 565 \ "50amenu " . 584 \ "50amenu " . 609 \ "50amenu " .
|
| /vim-8.2.3635/src/ |
| H A D | menu.c | 482 int amenu; in add_menu_path() local 739 amenu = ((modes & (MENU_NORMAL_MODE | MENU_INSERT_MODE)) == in add_menu_path() 764 if (amenu && call_data != NULL && *call_data != NUL in add_menu_path()
|