You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
When opening multiple files at once like
vim file1.py file2.py
, onlyfile1.py
will have syntax highlighting enabled. Forfile2.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:
The text was updated successfully, but these errors were encountered: