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
It seems vim's trying to execute modelines in commit messages since 8c8cdf4:
$ mkdir git1
$ git -C git1 init
$ git -C git1 commit --allow-empty 'initial'
$ git clone ./git1 ./git2 # make a clone so we get to see the "Unpushed to origin/main" section
$ git -C git2 commit --allow-empty -m 'vim: Update'
$ cd git2
$ vim -c Git…Error detected while processing modelines:line 6:E518: Unknown option: Update
The text was updated successfully, but these errors were encountered:
It seems vim's trying to execute modelines in commit messages since 8c8cdf4:
The text was updated successfully, but these errors were encountered: