aboutsummaryrefslogtreecommitdiff
path: root/evil-repeat.el
AgeCommit message (Expand)Author
2013-11-26Merge stable-1.0Frank Fischer
2013-11-26Version 1.0.81.0.8Frank Fischer
2013-08-02Bump version to 1.0.71.0.7Frank Fischer
2013-07-11Change development version information to 1.0-devFrank Fischer
2013-07-06Merge stable-1.0Frank Fischer
2013-07-06Bump version to 1.0.61.0.6Frank Fischer
2013-07-02Add `evil-without-repeat' macro.Frank Fischer
2013-06-07Bump version to 1.0.51.0.5Frank Fischer
2013-06-07Bump version to 1.0.41.0.4Frank Fischer
2013-05-23Bump version to 1.0.31.0.3Frank Fischer
2013-05-20Bump version to 1.0.21.0.2Frank Fischer
2013-02-27Bump version to 1.0.11.0.1Frank Fischer
2013-02-16Change version tags to 1.0-devFrank Fischer
2013-02-04Bump version to 1.0.0.1.0.0Frank Fischer
2013-01-18Add version comments to all files.Frank Fischer
2012-11-01Ensure `evil-repeat' returns to normal-state in case of errorsFrank Fischer
2012-07-30Add GPL 3 license information to all source filesFrank Fischer
2012-07-28Allow repeat recording of mouse eventsFrank Fischer
2012-07-28Add repeat recording insert-at-pointFrank Fischer
2012-02-09Ensure `evil-repeat-type' returns the correct associationFrank Fischer
2012-01-29Add :suppress-operator t to a couple of commandsVegard Øye
2012-01-21Quote functions with `function'Vegard Øye
2012-01-12Add `evil-clear-command-keys'Frank Fischer
2012-01-12Reset repeat recording only when evil is enabledFrank Fischer
2012-01-06Add `rectangle' typeVegard Øye
2012-01-06Add `evil-column' utility functionVegard Øye
2012-01-02Clean up command property functionsVegard Øye
2011-12-22Make buffer-local variables permanentVegard Øye
2011-11-26Restructure the codeVegard Øye
2011-11-09Add repeating of visual state commands (fixes #32)Frank Fischer
2011-09-25Rename evil-states.el to evil-core.elVegard Øye
2011-09-14Cancel recording of repeation on ESC in operator-stateFrank Fischer
2011-08-23Do not undo previously repeated command if it has not changed the bufferFrank Fischer
2011-08-23Fix `evil-repeat-pop-next'Frank Fischer
2011-08-22Remove `evil-repeat-record-command'Frank Fischer
2011-08-22Record only if the *current* command is meant to be recordedFrank Fischer
2011-08-22Advice of `read-key-sequence' only calls `evil-repeat-record-command' if validFrank Fischer
2011-08-22Abort recording of repeation on mouse eventsFrank Fischer
2011-08-19Make `evil-repeat-pop' and `evil-repeat-pop-next' evil-commands ignoring repeatFrank Fischer
2011-08-19Update documentation in evil-repeat.elFrank Fischer
2011-08-19Fix abort/ignore of repeat recordingFrank Fischer
2011-08-18Fix null `evil-undo-list-pointer'Vegard Øye
2011-08-18Refactoring of repeat-codeFrank Fischer
2011-08-16Fix `evil-repeat-pop'Vegard Øye
2011-08-16Let Motion state switch to Visual stateVegard Øye
2011-08-16Add user-defined repeat recording functionFrank Fischer
2011-08-16Replace `evil-repeat-marker' with `evil-repeat-pos', a plain buffer position.Frank Fischer
2011-07-26Move `evil-read-key' into evil-common.elVegard Øye
2011-07-26Make repeat work in the minibufferVegard Øye
2011-07-21Remove `evil-repeating-command' variableVegard Øye