]> Sergey Matveev's repositories - dotfiles.git/commitdiff
Double spaces seems to be pretty visible
authorSergey Matveev <stargrave@stargrave.org>
Sun, 26 Jul 2020 16:42:35 +0000 (19:42 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sun, 26 Jul 2020 16:42:35 +0000 (19:42 +0300)
vim/.vim/plugin/buftabline.vim

index 30a0c3c416c05aa68d0308be711a0791825ea8b7..e40885cdea8dac37a5c30076bb42e9a62513f8ef 100644 (file)
@@ -22,7 +22,7 @@ function! BufTabline()
         endif
         let bufs = add(bufs, join(ents[:1], ""))
     endfor
         endif
         let bufs = add(bufs, join(ents[:1], ""))
     endfor
-    return join(bufs, "%#Comment#|%*")
+    return join(bufs, "  ")
 endfunction
 
 set showtabline=2
 endfunction
 
 set showtabline=2