aboutsummaryrefslogtreecommitdiff
path: root/scripts/theme-studio
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
commit70d3a6bb562585a0ece25f1c9e93a38d615cc5be (patch)
tree37d9c79d94618944af40a1074acad15a17c5fee9 /scripts/theme-studio
parent071eae13455f2d22b16ee5cec12309dddeab5274 (diff)
downloaddotemacs-70d3a6bb562585a0ece25f1c9e93a38d615cc5be.tar.gz
dotemacs-70d3a6bb562585a0ece25f1c9e93a38d615cc5be.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 'scripts/theme-studio')
0 files changed, 0 insertions, 0 deletions