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
[vim] Fix command already exists on opening multiple mir buffers
When using the vim syntax for mir, an error occurs in nvim (unknown if it
affects the original vim) when opening multiple .mir buffers. Add '!' when
defining HiLink to redefine the command instead of giving an error. Only the
changes to mir.vim and llvm.vim are required to fix the error, but from
similarity making the change in all the syntax files seems prudent.
0 commit comments