aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-07-04update version to 1.2.11.2.1Frank Fischer
2015-07-04evilupdate: change url to bitbucket in irc topicFrank Fischer
2015-07-04evil-release-stable: work on mercurial repoFrank Fischer
2015-07-04version 1.2.0Frank Fischer
2015-07-04update version to 1.2.01.2.0Frank Fischer
2015-07-04merge masterFrank Fischer
2015-07-04add tagsFrank Fischer
2015-07-04add Jonas Bernoulli to authors listFrank Fischer
2015-07-04merge PR #16Frank Fischer
2015-07-04merge PR #17Frank Fischer
2015-07-04reindent evil-common.el and evil-tests.elFrank Fischer
2015-07-03C-n and C-p move through search historyGordon Gustafson
2015-07-02adapt for magit v2.1.0Jonas Bernoulli
2015-07-02Neater accounting for newlines in elisphardenedapple
2015-07-01Check dao/dio behaves reasonably with empty lines and punctuation charactershardenedapple
2015-07-01Added test for empty lineshardenedapple
2015-07-01Account for empty lineshardenedapple
2015-07-01Added tests for evil-symbol text objecthardenedapple
2015-06-25evil-forward-symbol accounts for whitespace like evil-forward-wordhardenedapple
2015-06-19ex: handle commands with / in parser (fix #531)Frank Fischer
2015-06-19evil-commands.el: fix indentationFrank Fischer
2015-06-15merge stableFrank Fischer
2015-06-15add bindings for `<insert>` in normal state (fix #528)Frank Fischer
2015-06-15disable `overwrite-mode` when entering normal-state (re #528)Frank Fischer
2015-06-15evil-ex: guard regexp functions with `save-match-data` (fix #529)Frank Fischer
2015-06-07merge stableFrank Fischer
2015-06-07merge `evil-indent` improvementFrank Fischer
2015-06-07merge `evil-move-beyond-eol` customizationFrank Fischer
2015-06-07merge half-cursor optimizationFrank Fischer
2015-06-04evil-indent: also tabify or untabify leading white charactersHong Xu
2015-06-04search: catch `error` in `evil-ex-hl-update-highlights` (fix #527)Frank Fischer
2015-06-04search: raise `user-error` instead of `error`Frank Fischer
2015-06-04remove C-h/j/k/l bindings from window map (fix #524)Frank Fischer
2015-05-27Add new configuration variable evil-move-beyond-eolsyl20bnr
2015-05-27Optimize half-cursor height computation.syl20bnr
2015-05-15merge fix for #514Frank Fischer
2015-05-11update version to 1.1.61.1.6Frank Fischer
2015-05-11evilupdate: wait 5 seconds for changing irc channel topicFrank Fischer
2015-05-11evil-release-stable: ensure stable revision is a numberFrank 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-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