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
ftdetect: Use setf FALLBACK to set Cargo.toml filetype (#311)
vim-toml recently started using `setf`.[1] As a result, the filetype set
by rust.vim is no longer overridden. Use `setf FALLBACK` as this is the
proper mechanism for uncertain filetypes.
[1]: cespare/vim-toml@d257faa
0 commit comments