have syntax coloring at session startup.
The only filetype detected at session startup = TXT
No html, php, vim or _vimrc file detection.
I have to do ":tabdo e" to reload all buffers to have syntax coloring.
I have this in my _vimrc
filetype on
filetype plugin on
This is my sessions info in _vimrc:
set
sessionoptions=buffers,curdir,folds,help,resize,winpos,winsize,tabpages
au VimEnter * exe "so $VIM\\vimfiles\\sessions\\Session.vim"
au VimLeave * call MakeSession()
When I load a single file syntax coloring is working fine.
What can be the problem?
--
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
No comments:
Post a Comment