2011/12/9 zhang listar <[email protected]>: > Hi, all. Minibufexpl.vim is a handy plugin. But a problem bothers me > for a long time. > > When I use :bdelete to close a buffer, then the colors of other > buffers disappear, > > that is, the background color becomes black, and the foreground color becomes > > white. The coloscheme of vim disappears. > > How can I fix that? >
Hi, Try turning on the 'g:miniBufExplForceSyntaxEnable' variable. :let g:miniBufExplForceSyntaxEnable = 1 -- Alessandro Antonello -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
