On Nov 5, 4:53 pm, rameo <[email protected]> wrote: > I tried a lot of things during the last months, but I still do not > 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?
In what way is TXT detected? This is not one of the default file types, maybe you are detecting it in a way that is firing when it should not be. -- 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
