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

fix: expand filename to full path #244

Merged
merged 32 commits into from
Oct 7, 2023

Conversation

linrongbin16
Copy link
Owner

@linrongbin16 linrongbin16 commented Oct 7, 2023

Regresion test

Platform

  • windows
  • macOS
  • linux

Tasks

  • FzfxFiles
    • Press CTRL-U/CTRL-R to switch between restricted/unrestricted mode, and the lines count is consistent when press multiple times.
    • Use V/W/P variants (visual selection, cursor word, yank text).
    • Press ESC to quit, ENTER to open file.
  • FzfxLiveGrep
    • Press CTRL-U/CTRL-R to switch between restricted/unrestricted mode, and the lines count is consistent when press multiple times.
    • Use -w to match word only, use -g *.lua to search only lua files.
    • Use V/W/P variants (visual selection, cursor word, yank text).
    • Press ESC to quit, ENTER to open file.
  • FzfxBuffers
    • Press CTRL-D to delete buffers.
    • Use V/W/P variants (visual selection, cursor word, yank text).
    • Press ESC to quit, ENTER to open file.
  • FzfxGFiles
    • Press CTRL-U/CTRL-W to switch between workspace/current folder mode.
    • Use V/W/P variants (visual selection, cursor word, yank text).
    • Press ESC to quit, ENTER to open file.
  • FzfxGCommits
    • Press CTRL-U/CTRL-A to switch between git repo commits/current buffer commits.
    • Use V/W/P variants (visual selection, cursor word, yank text).
    • Press ESC to quit, ENTER to copy commit hash.
  • FzfxGBlame
    • Use V/W/P variants (visual selection, cursor word, yank text).
    • Press ESC to quit, ENTER to copy commit hash.
  • FzfxLspDiagnostics
    • Press CTRL-U/CTRL-W to switch between workspace/current buffer diagnostics.
    • Use V/W/P variants (visual selection, cursor word, yank text).
    • Press ESC to quit, ENTER to open file.
  • FzfxLspDefinitions, FzfxLspTypeDefinitions, FzfxLspReferences, FzfxLspImplementations
    • Go to definitions/references (this is the most 2 easiest use case when developing this lua plugin with lua_ls).
    • Press ESC to quit, ENTER to open file.
  • FzfxFileExplorer
    • Press CTRL-U/CTRL-I to switch between filter/include hidden files mode.
    • Press CTRL-L/CTRL-H to cd into folder and cd upper folder.
    • Press ESC to quit, ENTER to open file.

@codecov
Copy link

codecov bot commented Oct 7, 2023

Codecov Report

All modified lines are covered by tests ✅

Files Coverage Δ
lua/fzfx/line_helpers.lua 93.67% <100.00%> (ø)

... and 1 file with indirect coverage changes

📢 Thoughts on this report? Let us know!.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant