From 82ad06f9d6956c4872a23fa70a41b297b1167102 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sun, 26 Jul 2020 19:42:35 +0300 Subject: [PATCH] Double spaces seems to be pretty visible --- vim/.vim/plugin/buftabline.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/.vim/plugin/buftabline.vim b/vim/.vim/plugin/buftabline.vim index 30a0c3c..e40885c 100644 --- a/vim/.vim/plugin/buftabline.vim +++ b/vim/.vim/plugin/buftabline.vim @@ -22,7 +22,7 @@ function! BufTabline() endif let bufs = add(bufs, join(ents[:1], "")) endfor - return join(bufs, "%#Comment#|%*") + return join(bufs, " ") endfunction set showtabline=2 -- 2.44.0