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
If I set a combined HTML/CSS/Javascript file to "javascript.html.css" the file type detection fails.
If I remove the filetype detection, and replace the "*" in the autocmd with autocmd filetype html, then it works fine.
The method use to search the dictionary can't handle the combined file types. Use 'split(filetype,'.')' and compare each element, or just stick with four or five autocommands..
The text was updated successfully, but these errors were encountered:
If I set a combined HTML/CSS/Javascript file to "javascript.html.css" the file type detection fails.
If I remove the filetype detection, and replace the "*" in the autocmd with autocmd filetype html, then it works fine.
The method use to search the dictionary can't handle the combined file types. Use 'split(filetype,'.')' and compare each element, or just stick with four or five autocommands..
The text was updated successfully, but these errors were encountered: