Skip to content

Commit b4e3921

Browse files
committed
fuck
1 parent b7237c6 commit b4e3921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/dired/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ UI.Window = {
338338
state.count_mark = api.nvim_buf_set_extmark(state.search_buf, ns_id, 0, 0, {
339339
id = state.count_mark or nil,
340340
virt_text = {
341-
{ ('[%s/%s] Find File: '):format(row + 1, #state.entries), 'DiredTitle' },
341+
{ ('[%d/%d] Find File: '):format(row + 1, #state.entries), 'DiredTitle' },
342342
},
343343
virt_text_pos = 'inline',
344344
})

0 commit comments

Comments
 (0)