Lines Matching refs:cmdline
390 " using cmdline completion must not change the result
404 " using cmdline completion must not change the result
413 let l = getcompletion('cd ', 'cmdline')
415 let l = getcompletion('cd NoMatch', 'cmdline')
417 let l = getcompletion('let v:n', 'cmdline')
419 let l = getcompletion('let v:notexists', 'cmdline')
421 let l = getcompletion('call tag', 'cmdline')
423 let l = getcompletion('call paint', 'cmdline')
430 let l = getcompletion('MyCmd ', 'cmdline')
1418 " Test for expanding special keywords in cmdline
1458 " aborting the :smile output caused the cmdline window to use the current
1501 " Test for cmdline expansion with :!
1536 " Test for using ~ for home directory in cmdline completion matches
1873 " Test for recalling newer or older cmdline from history with <Up>, <Down>,
1879 cnoremap <Plug>(save-cmdline) <Cmd>let g:cmdlines += [getcmdline()]<CR>
1905 \ .. repeat(k.older .. "\<Plug>(save-cmdline)", 2)
1906 \ .. repeat(k.newer .. "\<Plug>(save-cmdline)", 2)
1918 cunmap <Plug>(save-cmdline)