Hello. On Oct 21, 3:00 am, Peng Yu <[email protected]> wrote: > > Suppose that I open 3 .R files with "gvim -o". All the three .R files > are correctly syntax highlighted. However, if I use :bd to close one > window, the next window's syntax highlight will be gone. If the closed > window is the bottom one, then the new bottom window will lose the > syntax highlight. >
Adding to .vimrc the following line may help: syntax sync fromstart Otherwise I would start without plugins and add one plugin at a time. Regards, Alberto -- 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
