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

goto_file no longer ignores trailing punctuation #12889

Open
ModProg opened this issue Feb 16, 2025 · 1 comment
Open

goto_file no longer ignores trailing punctuation #12889

ModProg opened this issue Feb 16, 2025 · 1 comment
Labels
C-bug Category: This is a bug

Comments

@ModProg
Copy link

ModProg commented Feb 16, 2025

Summary

hitting gf here the file na|me, results in name, being opened. This was fixed in #9065 and 24.7 but happens again in 25.1.1.

Reproduction Steps

I tried this:

  1. hx
  2. type filename with trailing punctuation file_name.
  3. hit gf

I expected this to happen:
open file called file_name

Instead, this happened:
opened file called file_name.

Helix log

~/.cache/helix/helix.log
please provide a copy of `~/.cache/helix/helix.log` here if possible, you may need to redact some of the lines

Platform

Linux

Terminal Emulator

wezterm

Installation Method

nixpkgs

Helix Version

helix 25.01.1 (e7ac2fc)

@ModProg ModProg added the C-bug Category: This is a bug label Feb 16, 2025
@TornaxO7
Copy link
Contributor

I can take a look on this in the future, however I'm quite busy at the moment.

However if someone else would like to tackle this before me cam do so :) (Just would be nice to tell this here. I'll do it too, if I start)

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