aboutsummaryrefslogtreecommitdiff
path: root/evil-types.el
AgeCommit message (Expand)Author
2015-04-08update version to 1.1.01.1.0Frank Fischer
2015-04-08add `evilupdate.el` scriptFrank Fischer
2014-10-25replace `error` with `user-error` where appropriateFrank Fischer
2014-04-11merge stable-1.0Frank Fischer
2014-04-11version 1.0.91.0.9Frank Fischer
2013-11-26Merge stable-1.0Frank Fischer
2013-11-26Version 1.0.81.0.8Frank Fischer
2013-08-02Bump version to 1.0.71.0.7Frank Fischer
2013-07-11Change development version information to 1.0-devFrank Fischer
2013-07-06Merge stable-1.0Frank Fischer
2013-07-06Bump version to 1.0.61.0.6Frank Fischer
2013-06-07Merge stable-1.0Frank Fischer
2013-06-07Bump version to 1.0.51.0.5Frank Fischer
2013-06-07Merge stable-1.0Frank Fischer
2013-06-07Bump version to 1.0.41.0.4Frank Fischer
2013-06-07Remove only one restriction in <c> interactive code (re #294).Frank Fischer
2013-05-24Merge stable-1.0Frank Fischer
2013-05-24Disable narrowing in char arguments in operator state (fix #294)Frank Fischer
2013-05-23Bump version to 1.0.31.0.3Frank Fischer
2013-05-20Bump version to 1.0.21.0.2Frank Fischer
2013-05-15Fix position of point when evaluating an <addr> argument (re #271)Frank Fischer
2013-05-15Implement :move and :copy (fix #271)Frank Fischer
2013-02-27Bump version to 1.0.11.0.1Frank Fischer
2013-02-17Fix the "r" flag for `evil-ex-substitute'.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-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