-
-
Notifications
You must be signed in to change notification settings - Fork 443
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
strange <80><fc>^B characters after csw"
surrounding
#313
Comments
I also experience this issue using neovim in the foot terminal on archlinux. Strangely, it isn't a problem in alacritty. |
@MyBeansAreBaked are you seeing this with neovim before the 0.7 release? Background: latest git version of foot does not have this issue. When I bisected it, the "fix" was related to neovim 0.7 improving their support for disambiguated keys. Thus, I expect older versions of neovim also does not have this issue (on foot). |
@dnkl hanks for the info. Downgrading to neovim v0.6.1 does fix this issue in the stable foot release. Upgrading to the git version of foot ( I suppose that this original ticket must have been to do with an issue in gvim. |
Fixed in foot-1.12.0 edit: not the original issue, though! |
The original issue was about GVim on Ubuntu. I'm not seeing it on the new 22.04 LTS, so I'm going to chalk this up as another case of a fixed bug in other software, until I hear otherwise. |
Hi,
I have a problem with the surround plugin and I have no idea what is causing it or how to debug into it to find the source.
So what happens is:
I have a text like:
I place the cursor somewhere in the word and type

csw"
and I end with (for a strange reason I cannot copy it therefore the screenshot)
Do you have any ideas what this is causing it? Is this a strange utf-8 problem with the gui vim version?
Thanks a lot
The text was updated successfully, but these errors were encountered: