aboutsummaryrefslogtreecommitdiff
path: root/evil-repeat.el
AgeCommit message (Expand)Author
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
2011-07-03Clean up macro declarationsVegard Øye
2011-06-30Prevent buffer-switching in repeatsVegard Øye
2011-06-27Add Visual repeatVegard Øye
2011-06-24Remove periods from error messagesVegard Øye
2011-06-21Replace "mode" with "state" in commentsVegard Øye
2011-06-16Clean up commentsVegard Øye
2011-06-12Add `evil-repeat-move-cursor' customization variableVegard Øye
2011-05-30Tidy up requirementsVegard Øye
2011-05-16Ensure that string key sequences are converted properlyVegard Øye
2011-05-09Code cleanupVegard Øye
2011-05-07Store auxiliary keymaps inside the main keymapVegard Øye
2011-03-31Deal with prefix arguments in insert-state recordingFrank Fischer
2011-03-31Ignore prefix-argument functions in recording repeat informationFrank Fischer
2011-03-31Set explicit subtype of char-table in `evil-read-key'Frank Fischer
2011-03-31Save key-sequence explicitly in `evil-read-key'Frank Fischer
2011-03-30Record only if `evil-state' is enabled in the current bufferFrank Fischer
2011-03-30Make `evil-repeat' a non-repeatable command.Frank Fischer
2011-03-29Whitespace cleanupVegard Øye
2011-03-26merge with lyro-commandFrank Fischer
2011-03-26Make the repeat-system respect the 'repeatable property of commandsFrank Fischer
2011-03-25Add `evil-repeat-pop' and `evil-repeat-pop-next'.Frank Fischer
2011-03-21Introduce repeat-ringFrank Fischer
2011-03-10Add `evil-extract-count'Frank Fischer
2011-03-10Add special handling of "0" commandFrank Fischer
2011-03-08Merge compatibility patches from masterFrank Fischer
2011-03-07Support repeat-count for repeating operatorsFrank Fischer
2011-03-07Forbid exiting emacs or killing buffers during repeationFrank Fischer
2011-03-07Parse key-sequence when repeating with countFrank Fischer
2011-03-07Cleanup whitespacesFrank Fischer
2011-03-05Add change-based repeationFrank Fischer
2011-03-04Add `evil-insert-above' and `evil-insert-below'Frank Fischer
2011-03-04Implement `count' argument of insert commandFrank Fischer
2011-03-04Implement generalized repeat-infoFrank Fischer
2011-03-04Add support for count argument in `evil-repeat'Frank Fischer
2011-03-04Fix compilation errorsFrank Fischer
2011-03-04Add basic `evil-repeat' commandFrank Fischer
2011-03-03Handle activating command of insert-state in insert-state itselfFrank Fischer
2011-03-03Add basic repeat frameworkFrank Fischer