You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It does not work, though the actual behavior changed. For the test case in the issue description, C-w will still trigger C-o when vim.g.UseCW was set 1, looks like the target function is not being executed when the key is pressed, instead of that it is executed before the key pressing and the result expression is never changed.
Description
With below script to call out
find_files
, then pressC-w
, you'll just seev:null
to be inserted into prompt.It should trigger
C-w
orC-o
.Neovim version
Operating system and version
macOS 12.6.1
Telescope version / branch / rev
master
checkhealth telescope
Steps to reproduce
nvim -nu minimal.lua
<space>j
<C-w>
on the telescope uiExpected behavior
No response
Actual behavior
you'll see
v:null
to be inserted into prompt.Minimal config
The text was updated successfully, but these errors were encountered: