vim-quickui
vim-quickui copied to clipboard
action fails in multiple lines
I set the menu for comment the line using the caw plugin. the menu is writen as ["&Comment", 'call feedkeys("gcc")'] this works well for the single line. but when I select multiple lines during the visual mode, it cannot comment the selected lines but the first line.
I has mapped the
https://github.com/skywind3000/vim-quickui/issues/32
自己看
the setting "xnoremap <Space> :<C-u>call quickui#menu#open()<CR>" cannot solve the problem.
xnoremap <Space> :<C-u>call quickui#menu#open()<CR>