seankhl / fzf-mksh

mksh files for junegunn's fzf
13 stars 1 forks source link

"Nothing to yank ^B ^A" Error #3

Open Mangeshrex opened 1 year ago

Mangeshrex commented 1 year ago

Sun Mar  5 09:19:50 IST 2023

I'm using Mksh R59 as you mentioned that I can use any version above R53a. I've tried this mksh r53a too but I had the same issue. I have setup a .mksh dir in my home directory. and have all the .mksh files from this repo there.

https://batbin.me/nemertea my .mkshrc

seankhl commented 1 year ago

There's a new feature called quote-region that's needed specifically for tab completion, and while it claims to be in R59, it's a little broken in the base release and you may need either R59c or even a development snapshot in order for it to work. Can you try the steps in https://github.com/seankhl/fzf-mksh/issues/1#issuecomment-906943783 and see if it fixes the problem?

I know it's annoying that I've developed something that isn't supported by the actual released version of mksh... sorry about that.

Mangeshrex commented 1 year ago

Ah, you don't need to be sorry. It's natural into software development. Everyday a new version comes up so that's not a thing to worry about.

I'll try doing the steps.

Mangeshrex commented 1 year ago

The issue seems to persist like before.

Mangeshrex commented 1 year ago

http://sources.buildroot.net/mksh/ I got the latest mksh R59c version from here

seankhl commented 1 year ago

Sorry for the confusion. I have confirmed that R59c doesn't have the commit(s) needed that fix this bug, and as of yet there is no new mksh release, so you'll have to build from the source code HEAD, or at least after this commit: https://github.com/MirBSD/mksh/commit/7b674e3e3ca02200efdf7e713757630c9744f707. Although, the fix may be in a different commit, as I didn't check. May as well just build from HEAD.