aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-27Bump version to 1.0.11.0.1Frank Fischer
2013-02-27Add CHANGES.orgFrank Fischer
2013-02-20Ensure :global generates a single undo stepFrank Fischer
2013-02-20Add name of Lintaro InaFrank Fischer
2013-02-20Update list of authorsFrank Fischer
2013-02-19Make `evil-ret` go to the first non blank on the next line (fix #257)Frank Fischer
2013-02-18Guard `evil-start-undo-step` and `evil-end-undo-step` within single undoFrank Fischer
2013-02-18Guard `evil-with-single-undo` against recursive callsFrank Fischer
2013-02-18Make `evil-replace` insert exactly one newline (fix #253)Frank Fischer
2013-02-16Update version string in `evil-version`.Frank Fischer
2013-02-16Use Emacs instead of sed to update version information.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-16Improve performance of `evil-in-string-p` and friends.Frank Fischer
2013-02-15Fix the state argument type for ex state.Frank Fischer
2013-02-15Add binding of [tab] to `evil-ex-completion-map`.Frank Fischer
2013-02-12Add COPYING file to ELPA package.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-12Remove the comment header from `evil-pkg.el`.Frank 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-27Merge-request 38: make `evil-jump-item` work with comments and #if .. #endifFrank Fischer
2013-01-27Make `evil-jump-item` work with any block comments.Frank Fischer
2013-01-27Merge with masterFrank Fischer
2013-01-27Update comment-functions to use Emacs syntax information.Frank 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 `version` and `elpa` Makefile targets.Frank Fischer
2013-01-18Fix auto-indenting of "o"/"O"Vegard Øye
2013-01-02Fix highlight of block selection within TABS.Frank Fischer
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-12-21Handle keyboard macros in `evil-keypress-parser'.Frank Fischer
2012-12-20Fix alias `input-method-deactivate-hook' of `input-method-inactivate-hook'.Frank Fischer