-
Notifications
You must be signed in to change notification settings - Fork 65
Comparing changes
Open a pull request
base repository: justinmk/vim-dirvish
base: v1.0
head repository: justinmk/vim-dirvish
compare: master
- 8 commits
- 4 files changed
- 4 contributors
Commits on Nov 13, 2023
-
doc: tree-view mapping overwrites unnamed register
fix #241 Helped-by: Yogesh Dhamija <ydhamija96@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for babbf69 - Browse repository at this point
Copy the full SHA babbf69View commit details
Commits on Jan 2, 2024
-
fix(apply_icons): filename may be truncated #243
Problem: dirvish#add_icon_fn() may truncate filenames from the left, when icons are being applied. To see the issue, create files 'abc-file.txt', 'defg-file.txt', and 'file.txt' in a directory and display them in a dirvish buffer. All filenames display as 'file.txt'. The problem seems to occur when the basename of one of the files in the directory matches the right-hand portion of one or more other filenames in the same directory. However, experimentation shows that it does not always happen in this case. Solution: Define each pattern to match an exact line.
Configuration menu - View commit details
-
Copy full SHA for aed4e49 - Browse repository at this point
Copy the full SHA aed4e49View commit details
Commits on Jan 24, 2024
-
mappings: restore "q" mapping, soft-deprecate "gq"
Essentially reverts cfc66aa. - `q` is much more ergonomic than `gq`. - `q` continues to win in the wild, and is used for e.g. quitting a `:Man` buffer. - "quit" is a vastly more-common use-case than "record a macro". - One can use a mapping like `\q` to opt-in to macro recording when it is needed.
Configuration menu - View commit details
-
Copy full SHA for 0966b86 - Browse repository at this point
Copy the full SHA 0966b86View commit details
Commits on Feb 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b660af1 - Browse repository at this point
Copy the full SHA b660af1View commit details
Commits on Apr 3, 2024
-
fix: visual mappings only operate on a single selected file #245
Configuration menu - View commit details
-
Copy full SHA for 3851bed - Browse repository at this point
Copy the full SHA 3851bedView commit details
Commits on Sep 2, 2024
-
fix(mappings): "." does not escape Vim special chars
Problem: If "." is used on a file with "%" or "#", Vim treats those as special chars. Solution: Pass the {special} arg to shellescape().
Configuration menu - View commit details
-
Copy full SHA for 2ddd8ee - Browse repository at this point
Copy the full SHA 2ddd8eeView commit details
Commits on Nov 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c87a8e1 - Browse repository at this point
Copy the full SHA c87a8e1View commit details
Commits on Feb 6, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 5d1d1ef - Browse repository at this point
Copy the full SHA 5d1d1efView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.0...master