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
There is a small bug in ftdetect/tmux.vim: instead of "setf tmux", it should be "set ft=tmux".
Without this change, opening .tmux.conf results in the "conf" filetype, because it is set in $VIMRUNTIME/filetype.vim, and the :setf command does not alter it.
The text was updated successfully, but these errors were encountered:
Hi,
There is a small bug in ftdetect/tmux.vim: instead of "setf tmux", it should be "set ft=tmux".
Without this change, opening .tmux.conf results in the "conf" filetype, because it is set in $VIMRUNTIME/filetype.vim, and the :setf command does not alter it.
The text was updated successfully, but these errors were encountered: