This commit is contained in:
parent
e20b2cbd46
commit
37297ddae6
1 changed files with 14 additions and 16 deletions
|
@ -375,9 +375,7 @@ function! <SID>BufcloseCloseIt()
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! CmdLine(str)
|
function! CmdLine(str)
|
||||||
exe "menu Foo.Bar :" . a:str
|
call feedkeys(":" . a:str)
|
||||||
emenu Foo.Bar
|
|
||||||
unmenu Foo
|
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! VisualSelection(direction, extra_filter) range
|
function! VisualSelection(direction, extra_filter) range
|
||||||
|
|
Loading…
Reference in a new issue