Skip to content

Commit

Permalink
🔨refactor:
Browse files Browse the repository at this point in the history
  • Loading branch information
utubo committed Oct 28, 2024
1 parent 8ee1b6a commit b255cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/.vim/autoload/vimrc/echobuflist.src.vim
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ def EchoBufList()
if r !=# right
r = r->substitute('.$', '>', '')
endif
# 右パディング
w -= strdisplaywidth(r)
# 右パディング
w = max([0, w])
# 表示
redraw
Expand Down

0 comments on commit b255cd1

Please sign in to comment.