aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-23replace `string-to-int` by `string-to-number`Frank Fischer
2015-04-23fix `evil-insert` and `evil-append` for block state insertionFrank Fischer
2015-04-23replace (kbd "DEL") by `deletechar` (fix #516)Frank Fischer
2015-04-23do not use prefix argument for state toggle functions (fix #518)Frank Fischer
2015-04-21use base buffer for `%` register in ex state (fix #517)Frank Fischer
2015-04-21evil-release-stable: add explicit rev to `git tag` commandFrank Fischer
2015-04-20Implement Vim's C-v in insert stateSebastian Schwarz
2015-04-20mergeFrank Fischer
2015-04-20evil-release-stable: automatically push stable branchFrank Fischer
2015-04-20update version to 1.1.2Frank Fischer
2015-04-20evul-release-stable: fix git commandFrank Fischer
2015-04-20evilupdate: use `nonews` instead of `-n` argumentFrank Fischer
2015-04-20evilupdate: automatically set summary for wiki updateFrank Fischer
2015-04-20evilupdate: add support for old `defadvice`Frank Fischer
2015-04-20add `evil-release-stable` script for automatic stable releases1.1.2Frank Fischer
2015-04-20Makefile: add `nversion` target for not posting to the newsgroupFrank Fischer
2015-04-20evilupdate: add -n option for not posting to the newsgroupFrank Fischer
2015-04-20bind <DEL> to `evil-delete-char` (fix #516)Frank Fischer
2015-04-18bind `:resize` to `evil-ex-resize` (fix #515)Frank Fischer
2015-04-18implement `evil-ex-resize` (re #515)Frank Fischer
2015-04-13add ralesi to authors listFrank Fischer
2015-04-12evil-registers for ex-moderalesi
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