Skip to content

Breaks syntax highlighting for all but first file when opening multiple files at once. #63

@ghost

Description

When opening multiple files at once like vim file1.py file2.py, only file1.py will have syntax highlighting enabled. For file2.py, no :set syntax is available and I have to set it manually.

I install files with Vundle, so here's my Plugin list, maybe this helps:

 Plugin 'flazz/vim-colorschemes'
 Plugin 'scrooloose/syntastic'
 Plugin 'Valloric/YouCompleteMe'
 Plugin 'evanmiller/nginx-vim-syntax'
 Plugin 'othree/html5.vim'
 Plugin 'othree/javascript-libraries-syntax.vim'
 Plugin 'pangloss/vim-javascript'
 Plugin 'rdolgushin/gitignore.vim'
 Plugin 'gregsexton/MatchTag'
 Plugin 'justinmk/vim-syntax-extra'
 Plugin 'nathanaelkane/vim-indent-guides'
 Plugin 'bogado/file-line'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions