aboutsummaryrefslogtreecommitdiff
path: root/evil-repeat.el
AgeCommit message (Expand)Author
2015-04-20update version to 1.1.2Frank Fischer
2015-04-11update version to 1.1.11.1.1Frank Fischer
2015-04-08update version to 1.1.01.1.0Frank Fischer
2015-04-08add `evilupdate.el` scriptFrank Fischer
2014-10-25replace `error` with `user-error` where appropriateFrank Fischer
2014-05-05automatically increment numeric register in dot command (fix #392)Frank Fischer
2014-05-05support repeating register commands (re #392)Frank Fischer
2014-05-02disable input method during repeat (fix #387)Frank Fischer
2014-04-11merge stable-1.0Frank Fischer
2014-04-11version 1.0.91.0.9Frank Fischer
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