aboutsummaryrefslogtreecommitdiff
path: root/evil-common.el
AgeCommit message (Expand)Author
2022-04-30Bump version to 1.14.21.14.2stablerelease-1.14Tom Dalziel
2022-04-30Add `evil-select-inner-unrestricted-object`Tom Dalziel
2022-04-30Revert forward-evil-word workTom Dalziel
2022-04-25Bump version to 1.14.11.14.1Tom Dalziel
2022-04-25Add `evil-word-object` & `evil-WORD-object` which stay on lineTom Dalziel
2022-04-18Simple fix for blockwise visual pasteTom Dalziel
2022-01-18Allow parsing of js arrow fn `=>` in xml tags (#1573)Tom Dalziel
2022-01-13Add C-l register to cmdlineTom Dalziel
2022-01-07Fix visual-paste-pop testsTom Dalziel
2022-01-03Fix #1557 (ensure-column fix) (#1560)Tom Dalziel
2021-12-19Replace state evil digraphsTom Dalziel
2021-11-17Fix #1518: "custom functions bound to '0' break motion parsing" in a saner wa...jmmathena
2021-10-21Fix for #1518 custom functions bound to "0" break motion parsing (#1519)jmmathena
2021-10-16Pull temporary goal column normalization into let (#1533)Tom Dalziel
2021-10-11Improve evil-ensure-column and use with evil-goto-line (#1529)Tom Dalziel
2021-10-04Fix compiler warnings (#1525)Tom Dalziel
2021-10-04Add evil-start-of-line, evil-ensure-column, and use them (#1524)Tom Dalziel
2021-07-23Revert "Scroll half of the visible screen respecting zoom level (#1490)"Tom Dalziel
2021-07-15Scroll half of the visible screen respecting zoom level (#1490)Siddhartha Kasivajhula
2021-07-12Fixes #1322: take tab-line height into account (#1323)sorawee
2021-06-24Always return text from evil-yank-rectangle (#1480)Tom Dalziel
2021-05-03Check for empty input before evaluating exprTom Dalziel
2021-04-24use `noerror` properly in `evil-get-register` (#1457)Tom Dalziel
2021-04-07Expression register should not output quoted stringsTom Dalziel
2021-04-07Evil ex put (#1449)Tom Dalziel
2021-04-05Overahaul = register (#1447)Tom Dalziel
2021-04-03Add var to store last `=` result. Paste from it if no = input (#1446)Tom Dalziel
2020-08-16Silence byte compiler warningsMiciah Masters
2020-08-16Fix multiline tag text object.El Azimov
2020-03-04Bump version to 1.14.01.14.0Eivind Fonn
2020-03-02Ignore &rest keyword in evil-define-commandpanda
2020-02-22Deprecate evil-add-to-alist, which doesn't work with lexicalEivind Fonn
2020-02-22Correct typo (COMPOUNT->COMPOUND) in symbol name in window server selection d...bassettmb
2020-02-03Clean up compilation warnings from lexical bindingEivind Fonn
2020-01-30Extract evil-append-register functionIvan Yonchovski
2020-01-29Re-enable lexical bindingEivind Fonn
2020-01-28Revert "Enable lexical binding"Eivind Fonn
2020-01-28Enable lexical bindingEivind Fonn
2020-01-13Preserve the tab-bar in `evil-read-key'Miciah Masters
2020-01-03Refactor caching/fallback logic of evil-header-line-heightEivind Fonn
2020-01-01Add a fallback codeSorawee Porncharoenwase
2019-12-31Fix behavior of evil-scroll-up and evil-scroll-down againSorawee Porncharoenwase
2019-12-19Improve some docstringsEivind Fonn
2019-12-18Bump version to 1.13.0Eivind Fonn
2019-12-11Bump version to 1.3.0-snapshotEivind 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