Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ghost opened this issue Nov 8, 2015 · 1 comment

Comments

@ghost
Copy link

ghost commented Nov 8, 2015

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'
@FelikZ
Copy link

FelikZ commented Mar 7, 2016

👍

bogado added a commit that referenced this issue Oct 21, 2016
#63: fix for syntax highlighting when opening multiple files on comma…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant