aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-04-11update version to 1.1.11.1.1Frank Fischer
2015-04-11fix bounds error in `evil-shift-right` (fix #512)Frank Fischer
2015-04-08update version to 1.1.01.1.0Frank Fischer
2015-04-08add `evilupdate.el` scriptFrank Fischer
2015-04-07bind `\C-p` in ex state to `previous-complete-history-element` (fix #510)Frank 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-04-01evil-vars.el: update indentationFrank 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-21support advice of `preceding-sexp` for Emacs 25Frank Fischer
2015-03-18fix undefined digraph case in `evil-read-digraph-char`Frank Fischer
2015-03-13support motion modifiers for backward ace-jumps (fix #495)Frank Fischer
2015-03-04initialize parser with current state in `evil-forward-quote` (fix #494)Frank Fischer
2015-02-19start `vc-hg-log-view-mode` in motion stateFrank 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-17Add :cfirst and :crewind commandsmalcomso
2015-02-17Added Vim's :cc Ex commandmalcomso
2015-02-17`evil-switch-to-windows-last-buffer' account for no alternate filemalcomso
2015-02-16implement `evil-switch-to-windows-last-buffer` bound to C-6 (closes #490)Matthew Malcomson
2015-02-16respect window split direction in `:new` and `:vnew` (fix #489)Matthew Malcomson
2015-02-16make `@@` call the previously executed register (fix #488)Frank Fischer
2015-02-16add Eric Siegel to authors listFrank Fischer
2015-02-15Added ability to specify window splitting direction (fix #486)Eric Siegel
2015-02-12add Matthew Malcomson to authors listFrank Fischer
2015-02-12new implementation for `evil-window-top-left` and `evil-window-bottom-right` ...Matthew Malcomson
2015-02-12change :m[ake] to :mak[e] as it is in Vim (fix #482)Frank Fischer
2015-02-06use `find-tag-default-function` instead of `thing-at-point` in `evil-jump-to-...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-02-01use `insert-buffer-substring` instead of `insert-buffer`Frank Fischer
2015-02-01implement unique option for case insensitive sort (re #473)Frank Fischer
2015-01-31evil-ex-sort: fix region when removing duplicate lines (re #473)Frank Fischer
2015-01-31support `i` and `u` options for :sort (fix #473)Frank Fischer
2015-01-31possible display shell errors in messages buffer (#476)Frank Fischer
2015-01-31do not deactivate input method without deactivator function (fix #475)Frank Fischer
2015-01-21implement basic `:sort` command (re #471)Frank Fischer
2015-01-06implement `evil-keypress-parser` using `read-key-sequence` (fix #469)Frank Fischer
2015-01-06merge hg pull request #3Frank Fischer
2015-01-04Adding support for ag.el.Wilfred Hughes
2015-01-03add Tim Harper to authors listFrank Fischer
2015-01-03use evil-word for symbol expansionTim Harper
2014-12-28merge request 74Frank Fischer
2014-12-28fix removal of first undo boundary for 'fine' mode (fix #463)Frank Fischer
2014-12-26`evil-fold-action' will stop processing at first mode matchMike Gerwitz