aboutsummaryrefslogtreecommitdiff
path: root/evil-common.el
AgeCommit message (Expand)Author
2015-04-12evil-registers for ex-moderalesi
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
2015-04-01consider empty inner blocks as always selected (re #506)Frank Fischer
2015-04-01fix `evil-select-block` in some edge cases (fix #506)Frank Fischer
2015-03-28do not move point to eob/bob in `evil-forward-quote` (re #504)Frank Fischer
2015-03-28fix zero `count` argument in `evil-select-quote-thing`Frank Fischer
2015-03-23handle special case of text objects with empty selection (fix #499)Frank Fischer
2015-03-23fix `evil-forward-not-thing` when following two things are adjacentFrank Fischer
2015-03-21handle special case of empty region in `evil-select-block` (fix #498)Frank Fischer
2015-03-18fix undefined digraph case in `evil-read-digraph-char`Frank Fischer
2015-03-04initialize parser with current state in `evil-forward-quote` (fix #494)Frank Fischer
2015-02-06handle zero-size matches in `evil-up-block` (fix #478)Frank Fischer
2015-02-01use ' instead of #' to quiet some warningFrank Fischer
2015-01-06implement `evil-keypress-parser` using `read-key-sequence` (fix #469)Frank Fischer
2015-01-06merge hg pull request #3Frank Fischer
2014-12-28fix removal of first undo boundary for 'fine' mode (fix #463)Frank Fischer
2014-12-08fix quoted strings in xml tag objects (fix #457)Frank Fischer
2014-12-03fix wrong variable name in `evil-restore-transient-mark-mode`Frank Fischer
2014-11-19add `evil-signal-at-bob-or-eob` (fix #448)Frank Fischer
2014-11-18merge thing-at-point based text objectsFrank Fischer
2014-11-13add new possible value `fine` to `evil-want-fine-undo` (fix #444)Frank Fischer
2014-11-13do not remove `evil-refresh-undo-step` from `post-command-hook`Frank Fischer
2014-11-09Stop using `post-command-hook` to refresh cursor (fix issue #441).Ken Okada
2014-11-04Fix normal writing with evil-writeEmanuel Evans
2014-11-03Add appending abilities to evil-write (fixes #426)Emanuel Evans
2014-10-25replace `error` with `user-error` where appropriateFrank Fischer
2014-10-25fix indentationFrank Fischer
2014-09-19transform \0 to \& in substitute replacements (fix #422)Frank Fischer
2014-09-13fix `evil-select-paren` if BEG or END are nil (re #364)Frank Fischer
2014-09-13fix selection of parentheses around strings (re #364)Frank Fischer
2014-09-12use default `forward-sexp-function` in `evil-up-paren` (re #364)Frank Fischer
2014-09-11merge thing-at-point based text-objects (fix #364)Frank Fischer
2014-05-29inhibit 'Mark set' message in `evil-set-jump` (fix #397)Frank Fischer
2014-04-26visual outer text objects work when at the end of the objectGordon Gustafson
2014-04-11merge stable-1.0Frank Fischer
2014-04-11version 1.0.91.0.9Frank Fischer
2014-04-11ensure `evil-with-undo` ends with exactly one boundary (fix #382)Frank Fischer
2014-04-08use `x-get-*` and `x-set-selection` for * and + registers (re #380)Frank Fischer
2014-04-08fix duplication of register 0 in `evil-register-list`Frank Fischer
2014-04-08do not modify `register-alist` in `evil-register-list`Frank Fischer
2014-03-29"0 register behaves as in VimGordon Gustafson
2014-02-09fix default cursorFrank Fischer
2014-01-13remove unused old motion functionsFrank Fischer
2014-01-13implement xml text objects with `evil-select-block`Frank Fischer
2014-01-12fix expansion in `evil-select-paren`Frank Fischer
2014-01-12add `countcurrent` parameter to `evil-select-block`Frank Fischer
2014-01-08rename some text object functionsFrank Fischer
2014-01-08add `evil-select-quote`Frank Fischer