aboutsummaryrefslogtreecommitdiff
path: root/evil-tests.el
AgeCommit message (Expand)Author
2015-08-09update version to 1.2.21.2.2Frank Fischer
2015-08-06`evil-jump-item` skips backward at eol (fix #538)Frank Fischer
2015-07-04update version to 1.2.11.2.1Frank Fischer
2015-07-04update version to 1.2.01.2.0Frank Fischer
2015-07-04reindent evil-common.el and evil-tests.elFrank Fischer
2015-07-01Check dao/dio behaves reasonably with empty lines and punctuation charactershardenedapple
2015-07-01Added test for empty lineshardenedapple
2015-07-01Added tests for evil-symbol text objecthardenedapple
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
2015-04-01fix `evil-select-block` in some edge cases (fix #506)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-02-18fix point position and empty lines in line shifts (fix #491)Frank Fischer
2015-02-18implement search base for ex addresses (closes #492)Frank Fischer
2015-02-17support , and ; separators in ex rangeFrank Fischer
2015-02-01implement unique option for case insensitive sort (re #473)Frank Fischer
2014-12-08fix quoted strings in xml tag objects (fix #457)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-04Fix normal writing with evil-writeEmanuel Evans
2014-11-03Add appending abilities to evil-write (fixes #426)Emanuel Evans
2014-10-25fix indentationFrank 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-11merge thing-at-point based text-objects (fix #364)Frank Fischer
2014-09-02Implement q/ and q? for editing searches (fixes #292)Emanuel Evans
2014-09-03Make test suite pass on OS XEmanuel Evans
2014-07-08Make q: commands go into evil-ex-historyEmanuel Evans
2014-07-04Implement q: for editing ex commands (fix #293)Emanuel Evans
2014-06-10extend text-object ranges only in visual state (fix #401)Frank Fischer
2014-05-11implement @: for repeating last ex command (fix #394)Frank 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-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-03-29"0 register behaves as in VimGordon Gustafson
2014-03-14ensure C-o returns to previous state (fix #375)Frank Fischer
2014-01-13remove unused old motion functionsFrank Fischer
2014-01-02add `evil-select-inner-object` for normal inner text object selectionFrank Fischer
2014-01-01implement sentence motions with thing-at-point helpersFrank Fischer
2013-12-27make `evil-shell-command` work as operator (fix #363)Frank Fischer
2013-12-04Make `*` and `#` search for symbols optionally (fix #360)Frank Fischer