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
:setf FALLBACK is not available in older versions (rust-lang#346)
There is no workaround for this. If we would set the filetype first via `:set
filetype=cfg` or `:setfiletype cfg`, more specialized plugins like vim-toml,
wouldn't be able to overwrite the filetype with `:setfiletype toml` anymore.
Now, we simply don't set a filetype at all for older Vim versions. Not great,
but better than an error that keeps rust.vim from getting sourced properly.
Fixesrust-lang#345
0 commit comments