Home
last modified time | relevance | path

Searched refs:mx (Results 1 – 20 of 20) sorted by relevance

/vim-8.2.3635/src/testdir/
H A Dtest_regex_char_classes.vim9 call feedkeys("i" . a:value, "mx")
17 call feedkeys("i" . a:value, "mx")
18 call feedkeys("gg" . a:search_exp . "\nx", "mx")
H A Dtest_marks.vim188 norm mx
217 norm mx
H A Dtest_registers.vim544 call feedkeys('"_ddS', 'mx')
549 call feedkeys('"zS', 'mx')
553 call feedkeys('"zSS', 'mx')
557 call feedkeys('"_S', 'mx')
H A Dtest_spell_utf8.vim135 \"bar/mx",
137 \"la/mx",
H A Dtest_spell.vim967 \"bar/mx",
969 \"la/mx",
/vim-8.2.3635/runtime/syntax/
H A Dpcap.vim24 syn match pcapKeyword contained ':\(br\|du\|fc\|fs\|mx\|pc\|pl\|pw\|px\|py\|xc\|xs\)#\d\+'
H A Ddnsmasq.vim170 syn match DnsmasqKeyword "^\s*mx-host\>"
171 syn match DnsmasqKeyword "^\s*mx-target\>"
H A Ddoxygen.vim173 …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 Dinitex.vim22 …%(\d\+\%([.,]\d*\)\=\|[.,]\d\+\)\s*\%(true\)\=\s*\%(p[tc]\|in\|bp\|c[mc]\|m[mu]\|dd\|sp\|e[mx]\)\>'
H A Dredif.vim720 …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 Dmenu_chinese_gb.936.vim409 menutrans Exe\ Cmd<tab>mx ��������������<tab>mx
H A Dmenu_zh_cn.utf-8.vim409 menutrans Exe\ Cmd<tab>mx 作为参数运行命令<tab>mx
H A Dmenu_da.utf-8.vim426 menut Exe\ Cmd<tab>mx test43<tab>mx
/vim-8.2.3635/src/
H A Dgui_gtk.c1974 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 Dgui_w32.c6528 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 Dusr_07.txt230 In section |03.10| was explained how you can place a mark in a file with "mx"
H A Dpi_netrw.txt82 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 Deval.txt14797 :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 Dtags8178 netrw-mx pi_netrw.txt /*netrw-mx*
/vim-8.2.3635/runtime/autoload/
H A Dnetrw.vim6507 " 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'