aboutsummaryrefslogtreecommitdiff
path: root/evil-tests.el
AgeCommit message (Expand)Author
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
2013-11-28Start word search with word at point, not symbol (fix #356)Frank Fischer
2013-11-27Merge pastable registers (mr 51)Frank Fischer
2013-11-26Replace symbol search by word search (fix #354)Frank Fischer
2013-11-26Merge stable-1.0Frank Fischer
2013-11-26Version 1.0.81.0.8Frank Fischer
2013-11-26Fixes registers containing the escape keypress not being pasteable to the buf...Frank Fischer
2013-08-16Support character marker ranges in ex (fix #322, re #239).Frank Fischer
2013-08-16Do not bind to undo-tree functions explicitly.Frank Fischer
2013-08-10Support \=@<char> to replace by register content (fix #302).Frank Fischer
2013-08-02Bump version to 1.0.71.0.7Frank Fischer
2013-08-02Make ; and , skip adjacent characters when repeating t or T (fix #312).Lukasz Wrzosek
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-06-07Merge stable-1.0Frank Fischer
2013-06-07Bump version to 1.0.51.0.5Frank Fischer
2013-06-07Merge stable-1.0Frank Fischer
2013-06-07Bump version to 1.0.41.0.4Frank Fischer
2013-06-01Fix safe-guard for last-insertion tracker.Frank Fischer
2013-05-24Support empty replacement in `evil-ex-substitute` (fix #291)Frank Fischer
2013-05-23Bump version to 1.0.31.0.3Frank Fischer
2013-05-23Add option `evil-backspace-join-lines'Frank Fischer
2013-05-23Ensure `evil-delete-backward-word` only deletes newline at bolFrank Fischer
2013-05-23Ensure `evil-delete-backward-word` only deletes newline at bolFrank Fischer
2013-05-20Bump version to 1.0.21.0.2Frank Fischer
2013-05-16Support paste-pop after visual paste (fix #283)Frank Fischer
2013-05-15Fix position of point when evaluating an <addr> argument (re #271)Frank Fischer
2013-05-15Implement :move and :copy (fix #271)Frank Fischer
2013-05-15Add tags to some test casesFrank Fischer
2013-05-14Make `evil-insert-digraph` repeat by change (fix #282)Frank Fischer
2013-02-27Bump version to 1.0.11.0.1Frank Fischer
2013-02-27Handle ESC -> escape translation in `input-decode-map` (fix #264)Frank Fischer
2013-02-25Fix yanking to black hole register (fix #265)Expez
2013-02-25Add `evil-ex-substitute-global` optionFrank Fischer
2013-02-20Merge stableFrank Fischer
2013-02-20Ensure :global generates a single undo stepFrank Fischer
2013-02-20Implement left and right shift in insert state (fix #258)Frank Fischer
2013-02-19Make test of register / work with isearch moduleFrank Fischer
2013-02-19Bind `g*` and `g#` to unbounded symbol search commands (fix #256)Frank Fischer
2013-02-18Ensure `evil-ex-normal` generates a single undo step (re #251)Frank Fischer
2013-02-18Merge implementation of :normal command (fix #251)Frank Fischer
2013-02-18Make `evil-read-key` support digraphsFrank Fischer
2013-02-18Merge stable-1.0Frank Fischer
2013-02-18Make `evil-replace` insert exactly one newline (fix #253)Frank Fischer
2013-02-17Fix the "r" flag for `evil-ex-substitute'.Frank Fischer
2013-02-17Implement :normal command.Frank Fischer
2013-02-16`evil-jump-item` only jump if target has a matching delimiter.Frank Fischer