| /vim-8.2.3635/src/testdir/ |
| H A D | test_usercommands.vim | 5 " Test for <mods> in user defined commands 7 let g:mods = '' 9 command! -nargs=* MyCmd let g:mods = '<mods>' 12 call assert_equal('', g:mods) 26 call assert_equal('browse', g:mods) 28 call assert_equal('browse', g:mods) 34 call assert_equal('hide', g:mods) 36 call assert_equal('hide', g:mods) 99 let g:mods = '' 100 command! -nargs=* MyQCmd let g:mods .= '<q-mods> ' [all …]
|
| H A D | test_quickfix.vim | 13 command! -nargs=* Xgetexpr <mods>cgetexpr <args> 14 command! -nargs=* Xaddexpr <mods>caddexpr <args> 16 command! -nargs=* Xnewer <mods>cnewer <args> 17 command! -nargs=* Xopen <mods> copen <args> 18 command! -nargs=* Xwindow <mods>cwindow <args> 19 command! -nargs=* Xbottom <mods>cbottom <args> 20 command! -nargs=* Xclose <mods>cclose <args> 34 command! -nargs=* Xexpr <mods>cexpr <args> 37 command! -nargs=* Xgrep <mods> grep <args> 54 command! -nargs=* Xopen <mods> lopen <args> [all …]
|
| H A D | test_termcodes.vim | 2123 func RunTest_mapping_works_with_mods(func, mods, code) argument 2127 if a:mods !~ 'S' 2129 call RunTest_mapping_mods('<' .. a:mods .. '-@>', '@', a:func, a:code) 2131 call RunTest_mapping_mods('<' .. a:mods .. '-A>', 'A', a:func, a:code) 2132 call RunTest_mapping_mods('<' .. a:mods .. '-Z>', 'Z', a:func, a:code) 2133 if a:mods !~ 'S' 2135 call RunTest_mapping_mods('<' .. a:mods .. '-a>', 'a', a:func, a:code) 2136 call RunTest_mapping_mods('<' .. a:mods .. '-z>', 'z', a:func, a:code) 2138 if a:mods != 'A' 2143 call RunTest_mapping_mods('<' .. a:mods .. '-á>', 'á', a:func, a:code) [all …]
|
| H A D | test_filetype.vim | 62 …mods-some/file', '/etc/apache2/sites-some/file', '/etc/httpd/conf.d/file.config', '/etc/apache2/co…
|
| H A D | test_vim9_func.vim | 2325 var mods = 'sil keepj keepp lockm ' 2331 exe mods .. range .. 'g/^/exe "m .-" .. g:Offset()'
|
| /vim-8.2.3635/src/ |
| H A D | testing.c | 1319 int_u mods; in f_test_gui_mouse_event() local 1332 mods = tv_get_number(&argvars[4]); in f_test_gui_mouse_event() 1334 gui_send_mouse_event(button, TEXT_X(col - 1), TEXT_Y(row - 1), repeated_click, mods); in f_test_gui_mouse_event() 1353 int_u mods; in f_test_gui_drop_files() local 1367 mods = tv_get_number(&argvars[3]); in f_test_gui_drop_files() 1395 gui_handle_drop(TEXT_X(col - 1), TEXT_Y(row - 1), mods, fnames, count); in f_test_gui_drop_files()
|
| H A D | filepath.c | 1034 char_u *mods; in f_fnamemodify() local 1046 mods = tv_get_string_buf_chk(&argvars[1], buf); in f_fnamemodify() 1047 if (mods == NULL || fname == NULL) in f_fnamemodify() 1052 if (mods != NULL && *mods != NUL) in f_fnamemodify() 1053 (void)modify_fname(mods, FALSE, &usedlen, &fname, &fbuf, &len); in f_fnamemodify()
|
| H A D | Make_cyg_ming.mak | 1238 $(MZSCHEME)/mzc --c-mods mzscheme_base.c ++lib scheme/base
|
| H A D | Makefile | 3357 $(MZSCHEME_MZC) --c-mods mzscheme_base.c ++lib scheme/base
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | tips.txt | 544 let mods = 'silent noautocmd keepalt' 546 execute mods .. ' help' 547 execute mods .. ' helpclose' 551 execute mods .. ' edit ' .. &helpfile
|
| H A D | testing.txt | 85 test_gui_drop_files({list}, {row}, {col}, {mods}) 90 The supported values for {mods} are:
|
| H A D | map.txt | 1635 *<mods>* *<q-mods>* *:command-modifiers* 1636 <mods> The command modifiers, if specified. Otherwise, expands to 1647 \ exe '<mods> split ' . f | 1650 function! SpecialEdit(files, mods) 1652 exe a:mods . ' split ' . f 1656 \ call SpecialEdit(<q-args>, <q-mods>)
|
| H A D | eval.txt | 2644 fnamemodify({fname}, {mods}) String modify file name 3099 test_gui_drop_files({list}, {row}, {col}, {mods}) 3101 test_gui_mouse_event({button}, {row}, {col}, {repeated}, {mods}) 5075 fnamemodify({fname}, {mods}) *fnamemodify()* 5076 Modify file name {fname} according to {mods}. {mods} is a 5083 < If {mods} is empty then {fname} is returned.
|
| H A D | tags | 3687 <mods> map.txt /*<mods>* 3690 <q-mods> map.txt /*<q-mods>*
|
| H A D | todo.txt | 325 Expanding <mods> should put the tab number from cmdmod.tab before "tab".
|
| H A D | version8.txt | 247 |<mods>| supply command modifiers to user defined commands 11696 Solution: Add the <mods> item. (Yegappan Lakshmanan, closes #829)
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | maple.vim | 177 syn keyword mvStatement end mods quit return 183 syn keyword mvStatement end mods quit return 219 syn keyword mvLibrary Diff Norm coeff fsolve mods simplify
|
| H A D | splint.vim | 130 syn keyword splintFlag contained modobserver modobserveruncon mods modsimpnoglobs modstrictglobsnom…
|
| H A D | mupad.vim | 107 syn keyword mupadFunction mod modp mods monomials multcoeffs new
|
| H A D | vim.vim | 459 …'\%#=1\(\\\|<lt>\)\=<\%(q-\)\=\(line[12]\|count\|bang\|reg\|args\|mods\|f-args\|f-mods\|lt\)>' con…
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | man.vim | 58 com -nargs=+ -complete=shellcmd Man call s:GetPage(<q-mods>, <f-args>)
|
| /vim-8.2.3635/runtime/ |
| H A D | filetype.vim | 2162 …nf*,*/etc/apache2/conf.*/*,*/etc/apache2/mods-*/*,*/etc/apache2/sites-*/*,*/etc/httpd/conf.*/*,*/e…
|