ArnaudDelgerie

Results 1 comments of ArnaudDelgerie

@shibisuriya @jamestrew I don't think it's a good way, but it works. ``` local function live_grep_visual() local saved_reg = vim.fn.getreg('a') local saved_regtype = vim.fn.getregtype('a') vim.cmd('normal! "ay') local text = vim.fn.getreg('a')...