ggandor / flit.nvim

Enhanced f/t motions for Leap
The Unlicense
365 stars 15 forks source link

When using the . operator the window is stuck #13

Closed yjhtry closed 1 year ago

yjhtry commented 1 year ago

Problem description

When I want to repeat using the . operator the window stuck and I have to close the window.

code.

store.setName();   // input ct(setName   ===>  setName()     ok
store.setName(); // input .     error

Please watch the video

https://user-images.githubusercontent.com/39440537/209911722-51abdaec-0ba3-45d8-be4b-3bc54d75eb9c.mov

It is normal after I delete the plugin

https://user-images.githubusercontent.com/39440537/209925602-c59866c4-eeb4-44ec-bc4f-b51c0e029dcf.mov

ggandor commented 1 year ago

vim-repeat is required if you want to dot-repeat Leap motions (https://github.com/ggandor/leap.nvim#dependencies) (Note: you can exit with C-c, no need to close the window.)

yjhtry commented 1 year ago

vim-repeat is required if you want to dot-repeat Leap motions (https://github.com/ggandor/leap.nvim#dependencies) (Note: you can exit with C-c, no need to close the window.)

Thanks a lot, I made a stupid mistake😂