aboutsummaryrefslogtreecommitdiff
path: root/evil-repeat.el
AgeCommit message (Collapse)Author
2020-01-13Bump version to 1.12.17Eivind Fonn
2019-12-18Bump version to 1.12.16Eivind Fonn
1.2.15 was accidentally tagged as 1.12.15, which was picked up and released by MELPA Stable. So to be able to release new stable versions I guess it's easiest to just say that we're on 1.12 now.
2019-12-17Bump version to 1.2.16Eivind Fonn
2019-12-11Bump version to 1.2.151.2.15Eivind Fonn
2019-11-20Ignore mouse events for repeat infoVasilij Schneidermann
Closes #939
2019-01-04Bump version to 1.2.141.2.14Eivind Fonn
2017-10-02update version to 1.2.131.2.13Eivind Fonn
2017-05-31Fix typoVasilij Schneidermann
2017-02-09Possible fix for prefix arg change in this-command-keysJustin Burkett
Emacs 25.1 no longer records prefix-args in this-command-keys, breaking evil-repeat. This change tries to fix that by adding back the prefix arg when appropriate using evil-this-command-keys. All tests pass on my machine on Emacs 25.1 and 24.5 with this patch. See #731
2016-04-05Merge stableFrank Fischer
2016-04-05update version to 1.2.121.2.12Frank Fischer
2016-03-07Merge with stableFrank Fischer
2016-03-07update version to 1.2.111.2.11Frank Fischer
2016-02-09Second attempt at solving #613 (slow scrolling/visual in big files)Kevin Brubeck Unhammer
Now uses a wrapper around count-lines to avoid the off-by-one's (issue #615).
2016-02-09Backed out changeset 26eeb5f4f725 (fix #615)Frank Fischer
2016-01-29count-lines *much* faster than subtracting line-number-at'sunhammer
2016-01-18update version to 1.2.101.2.10Frank Fischer
2016-01-11update version to 1.2.91.2.9Frank Fischer
2015-11-09update version to 1.2.81.2.8Frank Fischer
2015-11-02update version to 1.2.71.2.7Frank Fischer
2015-10-26update version to 1.2.61.2.6Frank Fischer
2015-09-28update version to 1.2.51.2.5Frank Fischer
2015-09-13update version to 1.2.41.2.4Frank Fischer
2015-08-16update version to 1.2.31.2.3Frank Fischer
2015-08-09update version to 1.2.21.2.2Frank Fischer
2015-07-04update version to 1.2.11.2.1Frank Fischer
2015-07-04update version to 1.2.01.2.0Frank Fischer
2015-05-11update version to 1.1.61.1.6Frank Fischer
2015-05-10update version to 1.1.51.1.5Frank Fischer
2015-05-03update version to 1.1.41.1.4Frank Fischer
2015-04-26update version to 1.1.3Frank Fischer
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
Because choosing a register is a command on its own, the selecting has been recorded as single command in the repeat ring. This change inhibits this recording but modifies the subsequent command, so that the original register is replayed.
2014-05-02disable input method during repeat (fix #387)Frank Fischer
An input method translates keyboard events before they get recorded. So keyboard methods must be deactivated during the replay with keyboard macros, otherwise those keys get translated a second time.
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
This macro executes its body without triggering any hooks of the repeat system. Furthermore the current recording is aborted.
2013-06-07Bump version to 1.0.51.0.5Frank Fischer
2013-06-07Bump version to 1.0.41.0.4Frank Fischer