| /vim-8.2.3635/src/testdir/ |
| H A D | test_regex_char_classes.vim | 9 call feedkeys("i" . a:value, "mx") 17 call feedkeys("i" . a:value, "mx") 18 call feedkeys("gg" . a:search_exp . "\nx", "mx")
|
| H A D | test_marks.vim | 188 norm mx 217 norm mx
|
| H A D | test_registers.vim | 544 call feedkeys('"_ddS', 'mx') 549 call feedkeys('"zS', 'mx') 553 call feedkeys('"zSS', 'mx') 557 call feedkeys('"_S', 'mx')
|
| H A D | test_spell_utf8.vim | 135 \"bar/mx", 137 \"la/mx",
|
| H A D | test_spell.vim | 967 \"bar/mx", 969 \"la/mx",
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | pcap.vim | 24 syn match pcapKeyword contained ':\(br\|du\|fc\|fs\|mx\|pc\|pl\|pw\|px\|py\|xc\|xs\)#\d\+'
|
| H A D | dnsmasq.vim | 170 syn match DnsmasqKeyword "^\s*mx-host\>" 171 syn match DnsmasqKeyword "^\s*mx-target\>"
|
| H A D | doxygen.vim | 173 …let mx='[-:0-9A-Za-z_%=&+*/!~>|]\@<!\([-0-9A-Za-z_%=+*/!~>|#]\+[-0-9A-Za-z_%=+*/!~>|]\@!\|\\[\\<>&… 174 …exe 'syn region doxygenSpecial'.a:name.'Word contained start=+'.a:kword.'+ end=+\(\_s\+'.mx.'\)\@<… 175 …exe 'syn match doxygen'.a:name.'Word contained "\_s\@<='.mx.'" contains=doxygenHtmlSpecial,@Spell …
|
| H A D | initex.vim | 22 …%(\d\+\%([.,]\d*\)\=\|[.,]\d\+\)\s*\%(true\)\=\s*\%(p[tc]\|in\|bp\|c[mc]\|m[mu]\|dd\|sp\|e[mx]\)\>'
|
| H A D | redif.vim | 720 …s\|lr\|ly\|li\|lt\|lu\|mo\|mk\|mg\|mw\|my\|mv\|ml\|mt\|mh\|mq\|mr\|mu\|yt\|mx\|fm\|md\|mc\|mn\|me\…
|
| /vim-8.2.3635/runtime/lang/ |
| H A D | menu_chinese_gb.936.vim | 409 menutrans Exe\ Cmd<tab>mx ��������������<tab>mx
|
| H A D | menu_zh_cn.utf-8.vim | 409 menutrans Exe\ Cmd<tab>mx 作为参数运行命令<tab>mx
|
| H A D | menu_da.utf-8.vim | 426 menut Exe\ Cmd<tab>mx test43<tab>mx
|
| /vim-8.2.3635/src/ |
| H A D | gui_gtk.c | 1974 int mx, my; in popup_menu_position_func() local 1976 gui_mch_getmouse(&mx, &my); in popup_menu_position_func() 1977 *x += mx; in popup_menu_position_func()
|
| H A D | gui_w32.c | 6528 int mx, my; in gui_make_popup() local 6530 gui_mch_getmouse(&mx, &my); in gui_make_popup() 6531 p.x += mx; in gui_make_popup()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | usr_07.txt | 230 In section |03.10| was explained how you can place a mark in a file with "mx"
|
| H A D | pi_netrw.txt | 82 Marked Files: Arbitrary Shell Command...............|netrw-mx| 999 |netrw-mf| |netrw-mx| |netrw-D| |netrw-R| |netrw-v| ) 1117 mx Apply arbitrary shell command to marked files |netrw-mx| 2162 |netrw-mx| Apply shell command to marked files 2254 MARKED FILES, ARBITRARY SHELL COMMAND *netrw-mx* {{{2 2258 Upon activation of the "mx" map, netrw will query the user for some (external) 2265 mx
|
| H A D | eval.txt | 14797 :let mx='\(\f\+\),\s*\(\d\+\),\s*\(\d\+\)' 14799 :let l = matchstr(line, mx) 14801 :let file = substitute(l, mx, '\1', '') 14802 :let lnum = substitute(l, mx, '\2', '') 14803 :let col = substitute(l, mx, '\3', '')
|
| H A D | tags | 8178 netrw-mx pi_netrw.txt /*netrw-mx*
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | netrw.vim | 6507 " if !hasmapto('<Plug>NetrwMarkFileExe_mx') |nmap <buffer> <silent> <nowait> mx <Plug>NetrwMark… 6570 nnoremap <buffer> <silent> <nowait> mx :<c-u>call <SID>NetrwMarkFileExe(1,0)<cr> 6683 nnoremap <buffer> <silent> <nowait> mx :<c-u>call <SID>NetrwMarkFileExe(0,0)<cr> 7413 " s:NetrwMarkFileExe: (invoked by mx and mX) execute arbitrary system command on marked files {{{2 7414 " mx enbloc=0: Uses the local marked-file list, applies command to each file in… 8498 …xe 'sil! menu '.g:NetrwMenuPriority.'.14.8 '.g:NetrwTopLvlMenu.'Marked\ Files.Exe\ Cmd<tab>mx mx'
|