aboutsummaryrefslogtreecommitdiff
path: root/evil-common.el
AgeCommit message (Expand)Author
2019-01-04Bump version to 1.2.141.2.14Eivind Fonn
2018-04-13Better protect against modes that disable undoJoão Távora
2018-04-08Use local-variable-p instead of assqAaron Jensen
2018-03-07Use string-match-p when possibleRudi Grinberg
2018-03-05Avoid using newline to respect use-hard-newlinesRichard Lawrence
2018-03-05Respect use-hard-newlines in evil-insert-newline-{above/below}Richard Lawrence
2017-11-22Remove dependency on clJustin Burkett
2017-11-19Fix compile warning for deprecated x-set-selection, x-get-selectionEvgeni Kolev
2017-10-28Preserve undo history when the execution of a keyboard macro is stopped by an...Joaquim Monserrat
2017-10-15Remove reference to missing arguments FORWARD and BACKWARD from docMichael Walker
2017-10-12Fixed evil-yank-line-handler and evil-yank-block-handler when yank-excluded-p...Joaquim Monserrat
2017-10-03Escape parentheses and space characters properlyVasilij Schneidermann
2017-10-02update version to 1.2.131.2.13Eivind Fonn
2017-09-02Eliminate a few byte compiler warningsYork Zhao
2017-08-12Teach evil-redirect-digit-argument about command remappingJustin Burkett
2017-08-01fix pipe text-object macroWilliam G Hatch
2017-07-10Truncate temporary-goal-column which might be a floating numberEvgeni Kolev
2017-06-22Keep Emacs from clearing text properties on yankVasilij Schneidermann
2017-06-12Merge pull request #747 from willghatch/fix-up-blockVasilij Schneidermann
2017-06-08fix evil up block -- make it symmetrical forward and backwardWilliam G Hatch
2017-05-10Merge pull request #808 from emacs-evil/bugfix-ppss-useVasilij Schneidermann
2017-05-08Don't allow changing read-only or invalid registersEvgeni Kolev
2017-04-10Use `save-excursion` to preserve pointVasilij Schneidermann
2017-03-23Look up bound key status correctlyVasilij Schneidermann
2017-02-19Re-add compatibility functions with deprecation warningsEivind Fonn
2017-02-15Remove support for Emacs < 24Eivind Fonn
2017-02-15Require cl-lib instead of clVasilij Schneidermann
2016-06-05Tweak undo behavior to fix #594justbur
2016-06-04Add forcing default cursor of current state.Frank Fischer
2016-05-22Forward declare `evil-set-jump` in evil-commonFrank Fischer
2016-05-06Setting mark `'` adds a new jump target (fix #664)Frank Fischer
2016-05-06Fix doc string of `evil-select-xml-tag`Frank Fischer
2016-04-05Merge stableFrank Fischer
2016-04-05update version to 1.2.121.2.12Frank Fischer
2016-03-28Handle block text objects ending in complete lines (re #645)Frank Fischer
2016-03-28Block objects of exclusive-line type may return linewise selection (fix #645)Frank Fischer
2016-03-24Change exclusive selection type of paren blocks to `exclusive-line` (fix #643)Frank Fischer
2016-03-24Support exclusion of whitespace in block text-objects (re #643)Frank Fischer
2016-03-07Merge with stableFrank Fischer
2016-03-07update version to 1.2.111.2.11Frank Fischer
2016-02-27Fix block text object selection on edges of an objects (fix #625)Frank Fischer
2016-02-15create unified evil list view and refactor existing jumps/marks/registers/dig...Bailey Ling
2016-02-14Merged in 'devel'Bailey Ling
2016-02-13run 'make indent', move evil-jump-hook into evil-jumps.el; delegate jump comm...Bailey Ling
2016-02-10use bolp instead of (= (point) (line-beginning-position))Kevin Brubeck Unhammer
2016-02-09Second attempt at solving #613 (slow scrolling/visual in big files)Kevin Brubeck Unhammer
2016-02-08replace existing jump list functionality with evil-jumperBailey Ling
2016-01-30evil-scroll-down/up changed to not use evil-max-scroll-down/upunhammer
2016-01-29whitespaceunhammer
2016-01-29count-lines *much* faster than subtracting line-number-at'sunhammer