aboutsummaryrefslogtreecommitdiff
path: root/evil-common.el
AgeCommit message (Expand)Author
2019-12-17Bump version to 1.2.16Eivind Fonn
2019-12-11Bump version to 1.2.151.2.15Eivind Fonn
2019-12-03evil-posn-x-y: Fix docstringEivind Fonn
2019-12-03Remove unnecessary check for emacs-major-versionBet4
2019-12-03Use window-body-height to get the number of visible linesBet4
2019-12-03Fix the asymmetry between posn-at-point and posn-at-x-y when header line is e...Bet4
2019-12-02Filter bad register names.Sanel Zukan
2019-11-20Fix evil-set-cursor when spec is a functionJustin Burkett
2019-11-19Declare documentation stringsAlexander Shukaev
2019-11-05Remove force argument from evil-adjust-cursorJustin Burkett
2019-11-05Unwed evil-move-beyond-eol and evil-move-cursor-backJustin Burkett
2019-11-05Fix evil-get-marker switching bufferspanda
2019-10-31q in evil-list-view-mode also deletes underlying bufferEivind Fonn
2019-10-31Delete window on q if created to hold evil-list-view-mode bufferChristoffer Stjernlöf
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