Vim icon indicating copy to clipboard operation
Vim copied to clipboard

💗Implementation of clevef-F plugin!!!!

Open Mr-peipei opened this issue 2 years ago • 2 comments

What this PR does / why we need it:

This plugin is so amazing!!!!🎊 clever-F is a more advanced version of the f and F command!. This plugin was created with reference to the following vim plugin. rhysd/clever-f

But I didnt implement t and T command. Because I felt it was better to implement it step by step.

clever-F

And I add a clever-F test! All test is clear.

If you hava any question, please add a comment in this PR.

Which issue(s) this PR fixes

implement #5272

Special notes for your reviewer:

If you want to check and test this plugin, please read readme.md that i add a explanation of clever-f and enable it.

Mr-peipei avatar May 12 '22 11:05 Mr-peipei

Thanks for the implementation! I pulled it into my custom VSCodeVim build I'm using for my everyday work, as it seems very useful!
I have a little issue with it. It seems to break on some special characters, e.g. f[, where without the plugin it worked as expected.

elazarcoh avatar Aug 14 '22 12:08 elazarcoh

Hi, I noticed operators are failing now (dfa for example). I think disabling the clever-f on operator pending might be the correct solution for it.

Thanks again!

elazarcoh avatar Aug 23 '22 09:08 elazarcoh

Amazing! Looks great, looking forward to merging it into the main branch 🔥

d1y avatar Sep 23 '23 02:09 d1y

+1

jensenojs avatar Oct 06 '23 05:10 jensenojs

I thought this PR will not be reviewed for a while, so I stopped to repair this PR. Is there still demand this PR?

Mr-peipei avatar Oct 14 '23 11:10 Mr-peipei