Loading a vim session explicitly with vim -S ~/.vim/sessions/path/to/my/gitsessions/vim/session results in expected syntax highlighting.
Loading a vim session automatically with vim results in no syntax highlighting. Reloading the file(s) with :e and I get the syntax highlighting expected.
Loading a vim session explicitly with
vim -S ~/.vim/sessions/path/to/my/gitsessions/vim/sessionresults in expected syntax highlighting.Loading a vim session automatically with
vimresults in no syntax highlighting. Reloading the file(s) with:eand I get the syntax highlighting expected.