aboutsummaryrefslogtreecommitdiff
path: root/evil-commands.el
AgeCommit message (Expand)Author
2013-07-06Bump version to 1.0.61.0.6Frank Fischer
2013-06-07Bump version to 1.0.51.0.5Frank Fischer
2013-06-07Bump version to 1.0.41.0.4Frank Fischer
2013-05-23Bump version to 1.0.31.0.3Frank 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-02-27Bump version to 1.0.11.0.1Frank Fischer
2013-02-20Ensure :global generates a single undo stepFrank Fischer
2013-02-19Make `evil-ret` go to the first non blank on the next line (fix #257)Frank Fischer
2013-02-18Make `evil-replace` insert exactly one newline (fix #253)Frank Fischer
2013-02-16`evil-jump-item` only jump if target has a matching delimiter.Frank Fischer
2013-02-16Make `evil-jump-item` jump out of a string if appropriate.Frank Fischer
2013-02-15Fix the state argument type for ex state.Frank Fischer
2013-02-16Change version tags to 1.0-devFrank Fischer
2013-02-04Bump version to 1.0.0.1.0.0Frank Fischer
2013-02-08Support the symbol text objectMarian Schubert
2013-02-03Give explicit LIMITs to all calls to `looking-back`.Frank Fischer
2013-02-02Move to correct column in block insert/append.Frank Fischer
2013-01-29Ensure `hide-ifdef-mode` is bound before calling.Frank Fischer
2013-01-29Fix the error of hif-ifx-else-endif-regexp being void when hide-ifdef-mode is...Winfred Lu
2013-01-29Fix to also jump when looking at elif and else.Winfred Lu
2013-01-27Handle indirect buffers in certain save functions.Frank Fischer
2013-01-27Merge request 39: folding of preprocessor statements.Frank Fischer
2013-01-27Remove old code for plain /* ... */ from `evil-jump-item`.Frank Fischer
2013-01-27Fix `evil-jump-item` if point is not at beginning of preprocessor statement.Frank Fischer
2013-01-27Cleanup hideif-code in foldings.Frank Fischer
2013-01-27Make `evil-jump-item` work with any block comments.Frank Fischer
2013-01-27Merge with masterFrank Fischer
2013-01-27Modify hideif regexps to match #elif in `evil-jump-item`.Frank Fischer
2013-01-27Use only hideif functions instead of regexps in `evil-jump-item`.Frank Fischer
2013-01-27Check for `count` argument first in `evil-jump-item'.Frank Fischer
2013-01-26Enhance evil-open/close-fold(s) to be able to show or hide cpp conditionals f...Winfred Lu
2013-01-26Enhance evil-jump-item to be able to jump between comment pairs and between s...Winfred Lu
2013-01-18Add version comments to all files.Frank Fischer
2013-01-18Fix auto-indenting of "o"/"O"Vegard Øye
2013-01-02Handle extension to eol in `evil-apply-on-block`.Frank Fischer
2013-01-02Make `evil-replace` handle block selections with TABS correctly.Frank Fischer
2013-01-01Make `evil-insert-line` always start insertion at first non-blank.Frank Fischer
2013-01-01Keep mouse selected visual selection after releasing the button.Frank Fischer
2012-11-25Make `evil-delete-backward-word' compatible with Vim's C-w in insert stateFrank Fischer
2012-11-25Prefix and register command to not stop `evil-execute-in-normal-state'.Frank Fischer
2012-11-23Make gq move point to last modified line.Frank Fischer
2012-11-17Make double-click mouse selection configurable.Frank Fischer
2012-11-17Remove `evil-word'.Frank Fischer
2012-09-05Simplify `evil-insert-resume'Vegard Øye
2012-09-05Comments cleanupVegard Øye
2012-09-05Add minibuffer check to `evil-execute-in-emacs-state'Vegard Øye
2012-11-02Ensure emacs-state-buffer is alive when finishing emacs-state commandFrank Fischer
2012-11-02Add `evil-kbd-macro-suppress-motion-error' customization variableFrank Fischer
2012-11-02Rethrow errors raised during execution of a keyboard macroFrank Fischer