We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b95d08a commit 5dfbcd9Copy full SHA for 5dfbcd9
1 file changed
lib/text/buffer.inc
@@ -224,7 +224,7 @@
224
(pipe-run (str "dump -c " (ifn width 8) " " filepath) (# (write-line hex_stream %0)))
225
(lines! (lambda (line)
226
(task-slice)
227
- (setq line (expand (trim-end line (const (char +char_cr))) tab_width)
+ (setq line (expand line tab_width)
228
max_width (max max_width (length line)))
229
(push-line line))
230
(string-stream (str hex_stream)))
0 commit comments