mirror of
1
0
Fork 0
This commit is contained in:
Amir Salihefendic 2018-03-31 11:52:11 -03:00
parent e20b2cbd46
commit 37297ddae6
1 changed files with 14 additions and 16 deletions

View File

@ -375,9 +375,7 @@ function! <SID>BufcloseCloseIt()
endfunction
function! CmdLine(str)
exe "menu Foo.Bar :" . a:str
emenu Foo.Bar
unmenu Foo
call feedkeys(":" . a:str)
endfunction
function! VisualSelection(direction, extra_filter) range