aboutsummaryrefslogtreecommitdiff
path: root/evil-macros.el
AgeCommit message (Expand)Author
2014-04-11merge stable-1.0Frank Fischer
2014-04-11version 1.0.91.0.9Frank Fischer
2014-03-14do not catch error in operator stateFrank Fischer
2014-03-14make 'beginning-of-line and 'end-of-line regular errorsFrank Fischer
2014-01-13remove unused old motion functionsFrank Fischer
2013-11-26Merge stable-1.0Frank Fischer
2013-11-26Version 1.0.81.0.8Frank Fischer
2013-10-23Fix some 'undefined function' warnings.Frank 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-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-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-01-18Add version comments to all files.Frank Fischer
2012-11-01Ensure region/visual-state is ignored in ex-stateFrank Fischer
2012-10-30Remove adjustment of point after the final newline of a bufferFrank Fischer
2012-07-30Add GPL 3 license information to all source filesFrank Fischer
2012-07-29Disable region during `evil-ex-eval'Frank Fischer
2012-05-30Comments cleanupVegard Øye
2012-05-21Add visual range parameters to text objectsFrank Fischer
2012-05-18Let `evil-define-text-object' forward interactive statementsFrank Fischer
2012-05-18Modify `evil-define-text-object' calling body only onceFrank Fischer
2012-05-31Contract range in `evil-operator-range' before setting its typeFrank Fischer
2012-05-17Fix `evil-eobp' at second last character of last lineFrank Fischer
2012-04-26Merge lyro-adjust-cursorFrank Fischer
2012-04-14Fix `evil-visual-restore' after d408f48Vegard Øye
2012-03-20Merge masterFrank Fischer
2012-03-20Wrap motions implicitly within `evil-with-adjust-cursor'Frank Fischer
2012-03-09Add NOERROR argument to movement functionsVegard Øye
2012-03-20Improve `evil-narrow-to-line' errorsVegard Øye
2012-03-09Add `evil-with-restriction' macroVegard Øye
2012-03-05Delay exiting from Visual stateVegard Øye
2012-02-14Don't use `unwind-protect' in `interactive' formVegard Øye
2012-02-09Use `goto-last-change' of the `.' markFrank Fischer
2012-02-06Add `evil-delay' functionVegard Øye
2012-02-04Add `evil-jump-hook'Vegard Øye
2012-01-29Add :suppress-operator t to a couple of commandsVegard Øye
2012-01-29Handle single ESC in operator state more accurately (fixes #89)Frank Fischer
2012-01-28Prevent the cursor from reaching the end of the bufferVegard Øye
2012-01-27Use `move-beginning-of-line' and `move-end-of-line'Vegard Øye
2012-01-26Save the mark before Visual selectionsVegard Øye
2012-01-21Quote functions with `function'Vegard Øye
2012-01-19Fix operator bug after ee597cdVegard Øye
2012-01-18Narrow motion ranges to the current fieldVegard Øye
2012-01-18Fix `evil-operator-range' for :motion nilVegard Øye