aboutsummaryrefslogtreecommitdiff
path: root/modules/selection-framework.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-06-15 23:07:37 -0500
committerCraig Jennings <c@cjennings.net>2026-06-15 23:08:00 -0500
commit9155d2ea6af8fb4499ea21929335d5575e9f4cca (patch)
treee0667a0af1ddf7b7702c93a32b04c915274f1f9b /modules/selection-framework.el
parent6d8be42271973c9332755422256161d53799f32b (diff)
downloaddotemacs-9155d2ea6af8fb4499ea21929335d5575e9f4cca.tar.gz
dotemacs-9155d2ea6af8fb4499ea21929335d5575e9f4cca.zip
fix(dirvish): mark-all-visible no longer skips every other file
dired-mark advances point itself, so the loop's extra forward-line skipped every other file (and could mark a directory). Use dired-get-filename + file-directory-p with an if/else: a marked file line advances once via dired-mark, non-file/directory lines advance manually. Replaces the regex line predicate (retired with its mock test) with a real-Dired marked-count test.
Diffstat (limited to 'modules/selection-framework.el')
0 files changed, 0 insertions, 0 deletions