]> Sergey Matveev's repositories - dotfiles.git/blobdiff - vim/.vim/plugin/buftabline.vim
Double spaces seems to be pretty visible
[dotfiles.git] / 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
-    return join(bufs, "%#Comment#|%*")
+    return join(bufs, "  ")
 endfunction
 
 set showtabline=2