aboutsummaryrefslogtreecommitdiff
path: root/evil-types.el
AgeCommit message (Expand)Author
2013-05-20Bump version to 1.0.21.0.2Frank Fischer
2013-02-27Bump version to 1.0.11.0.1Frank 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-03Give explicit LIMITs to all calls to `looking-back`.Frank Fischer
2013-01-18Add version comments to all files.Frank Fischer
2012-07-30Add GPL 3 license information to all source filesFrank Fischer
2012-06-07Add interactive code <vc>Frank Fischer
2012-05-21Add interactive code <v> for visual regionFrank Fischer
2012-05-22Add interactive code <C> for `evil-read-key'Frank Fischer
2012-02-21Cleanup ex substitution codeFrank Fischer
2012-02-13Merge lyro-completionFrank Fischer
2012-02-13Make range exclusive at bol/eol with `evil-want-visual-char-semi-exclusive'Frank Fischer
2012-02-12Add `evil-want-visual-char-bol-exclusive' optionFrank Fischer
2012-02-09Merge with masterFrank Fischer
2012-02-07Add wrapper functions for `move-beginning-of-line'/`move-end-of-line'Vegard Øye
2012-02-04Rename `evil-ex-force' to `evil-ex-bang'Vegard Øye
2012-01-27Use `move-beginning-of-line' and `move-end-of-line'Vegard Øye
2012-01-22Add shell and file-or-shell ex argument typesFrank Fischer
2012-01-21Quote functions with `function'Vegard Øye
2012-01-13Add Ex grammarVegard Øye
2012-01-13Add the :global commandVegard Øye
2012-01-06Add `rectangle' typeVegard Øye
2012-01-06Add `evil-column' utility functionVegard Øye
2011-11-26Restructure the codeVegard Øye
2011-11-10Don't hard-code command properties in `evil-define-operator' etc.Vegard Øye
2011-11-05Fix multi-line behavior of `evil-in-comment-p'Vegard Øye
2011-09-25Remove unused overlay functionsVegard Øye
2011-09-25Add buffer-local variables for central Visual conceptsVegard Øye
2011-09-16Rewrite `evil-get-property'Vegard Øye
2011-08-12Add customization variable `evil-cross-lines'Vegard Øye
2011-07-22Don't expand ranges that are already expandedVegard Øye
2011-07-03Clean up macro declarationsVegard Øye
2011-06-28Rename propertiesVegard Øye
2011-06-23Refactor range utilitiesVegard Øye
2011-06-21Add `evil-range-p' check to range functionsVegard Øye
2011-06-19Simplify `evil-range-union'Vegard Øye
2011-06-16Add :contract function for `line' typeVegard Øye
2011-06-16Add range utilitiesVegard Øye
2011-06-16Reorder `evil-transform's argumentsVegard Øye
2011-06-12Add `evil-range' functionVegard Øye
2011-06-08Remove code duplication in selection functionsVegard Øye
2011-05-30Tidy up requirementsVegard Øye
2011-05-25Rename property variablesVegard Øye
2011-05-22Add calling conventions to macro docstringsVegard Øye
2011-04-01Use variables `key' and `arg' for keywords in macrosVegard Øye
2011-03-29Store motion type as a command propertyVegard Øye
2011-03-26Use `with-current-buffer' instead of `set-buffer'Frank Fischer
2011-03-22Define `evil-visual-block-rotate' in terms of `evil-block-rotate'Vegard Øye
2011-03-22Set overlay type with `evil-set-type'Vegard Øye