]> git.gir.st - VimFx.git/commit
Fix the `'` mark after using `''`
authorSimon Lydell <simon.lydell@gmail.com>
Sun, 2 Oct 2016 07:48:55 +0000 (09:48 +0200)
committerSimon Lydell <simon.lydell@gmail.com>
Sun, 2 Oct 2016 07:51:41 +0000 (09:51 +0200)
commit17ad6881e6f3940115987092e77f13154d1fdcb6
treecc2eaa65dfbee79fdfbb8c336354e26bfdb9a0b9
parent8c7a33474c7a2e9ea431a816107edba083217238
Fix the `'` mark after using `''`

The `'` mark is supposed to point to the location before the last
"jump." One such jump is using the `'` mark itself (by pressing `''`).
This means that running `''` several times in a row will flip back and
forth between two locations. However, that was previously broken. `''`
took you back to the last location, but then you got stuck there. This
commit fixes that bug.

Refs. #814.
extension/lib/commands-frame.coffee
extension/lib/commands.coffee
Imprint / Impressum