aboutsummaryrefslogtreecommitdiff
path: root/evil-common.el
AgeCommit message (Expand)Author
2015-07-04update version to 1.2.01.2.0Frank Fischer
2015-07-04reindent evil-common.el and evil-tests.elFrank Fischer
2015-07-02Neater accounting for newlines in elisphardenedapple
2015-07-01Account for empty lineshardenedapple
2015-06-25evil-forward-symbol accounts for whitespace like evil-forward-wordhardenedapple
2015-05-27Add new configuration variable evil-move-beyond-eolsyl20bnr
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-23evil-common: forward declare `evil-ex-p`1.1.3Frank Fischer
2015-04-21use base buffer for `%` register in ex state (fix #517)Frank Fischer
2015-04-20update version to 1.1.2Frank Fischer
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