]> git.gir.st - VimFx.git/commit
Add migration to add `<force>` to `mode.normal.esc`
authorSimon Lydell <simon.lydell@gmail.com>
Tue, 10 Nov 2015 18:27:20 +0000 (19:27 +0100)
committerSimon Lydell <simon.lydell@gmail.com>
Tue, 10 Nov 2015 18:27:20 +0000 (19:27 +0100)
commita6b833d23a518181061340190024821fd05fd6d4
tree08d0514c83fd5c64c00bcb3a7ad9f7c016d83cde
parent49dfcc3652075babcc9fff4da62a246e9bd67789
Add migration to add `<force>` to `mode.normal.esc`

We already migrate old shortcut customizations to the new 0.6.0 format. However,
I forgot that if the user had customized the shortcut for the esc command, it
most likely needs `<force>` at the beginning as well.

This commit adds `<force>` to every shortcut for that command (if needed).
Ideally this should have been done already in the 0.6.0 release. Now we run the
tiny risk of adding `<force>` to a shortcut that the user actually intended not
to have `<force>` in, but it's worth it: See #577, #571, #582 and #583.
extension/lib/migrations.coffee
Imprint / Impressum