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

Trim quotes and braces from paths in goto_file_impl #4370

Commits on Oct 24, 2022

  1. Fix helix-editor#4122

    The functions trims surrounding `'`, `"`, `(` and `)` before opening the path.
    
    The `current_word` selection was inverted so that now it works from both the first and last characters of the word.
    dariooddenino committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    5127874 View commit details
    Browse the repository at this point in the history
  2. fix word selection

    dariooddenino committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    e4955b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e3137d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6876962 View commit details
    Browse the repository at this point in the history
  5. hotfix

    dariooddenino committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    f14159c View commit details
    Browse the repository at this point in the history
  6. tests!

    test fix
    dariooddenino committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    432b1ae View commit details
    Browse the repository at this point in the history
  7. formatting

    dariooddenino committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    956b1ea View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. fixes

    dariooddenino committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    80cbdb9 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. Remove extra to_string

    dariooddenino committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    27dfebd View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

  1. Configuration menu
    Copy the full SHA
    c8c4dc0 View commit details
    Browse the repository at this point in the history