Skip to content
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

gf path detection misses some edge cases #8069

Closed
sigmaSd opened this issue Aug 26, 2023 · 1 comment
Closed

gf path detection misses some edge cases #8069

sigmaSd opened this issue Aug 26, 2023 · 1 comment
Labels
C-bug Category: This is a bug

Comments

@sigmaSd
Copy link
Contributor

sigmaSd commented Aug 26, 2023

Summary

If I have a string like "hello"; and hit gf it goes to hello"; instead of hello

If I remove the ; it gets the correct path

vim/nvim handle this correctly

Reproduction Steps

  • hx
  • write "hello";
  • hit gf inside hello

expected: buffer changed to hello
actual: buffer chnaged to hello";

Helix log

No response

Platform

linux

Terminal Emulator

wezterm

Helix Version

helix 23.05 (c9694f6)

@sigmaSd sigmaSd added the C-bug Category: This is a bug label Aug 26, 2023
@doy
Copy link
Contributor

doy commented Aug 27, 2023

looks like a duplicate of #5533?

@sigmaSd sigmaSd closed this as completed Aug 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: This is a bug
Projects
None yet
Development

No branches or pull requests

2 participants