aboutsummaryrefslogtreecommitdiff
path: root/evil-commands.el
AgeCommit message (Expand)Author
2017-03-17Correct C-e and C-y in replace stateVasilij Schneidermann
2017-03-08Don't reuse scroll line countVasilij Schneidermann
2017-03-06make evil-paste-before respect evil-move-cursor-backjixiuf
2017-02-18Match C-e/C-y scrolling behavior with Vim'sJames Nguyen
2017-02-15Remove support for Emacs < 24Eivind Fonn
2016-08-25evil-commands.el, spelling corrections on 5 linesduianto
2016-08-28Fix `evil-restore-window-tree` if split has multiple windows (fix #704)Frank Fischer
2016-08-18Make `evil-execute-in-normal-state` switch in origina bufferFrank Fischer
2016-06-20Do not preserve column in first-non-blank commands (fix #677)Frank Fischer
2016-06-08Merge PR #64Frank Fischer
2016-06-08Simplify `evil-maybe-remove-spaces' (re #594)Frank Fischer
2016-06-05Undo new line insertion in evil-open-above[below]justbur
2016-06-05Clean-up previous commitjustbur
2016-06-05Tweak undo behavior to fix #594justbur
2016-06-04MergeFrank Fischer
2016-06-04Force `replace` cursor in `evil-replace` (fix #671)Frank Fischer
2016-05-25Fix docstring of `evil-save-and-quit` (fix #670)Frank Fischer
2016-05-22Generalize removing of spaces on new lines (fix #669)Frank Fischer
2016-04-20Replace "P" interactive code by "<c>"Frank Fischer
2016-04-20Do not down scroll the window if eob is visible (fix #660)Frank Fischer
2016-04-16Find characters function to not set a jump mark (fix #655)Frank Fischer
2016-04-16Implement `:delmarks` command (re #658)Frank Fischer
2016-04-06Better docs for evil-scroll-line-*JAremko
2016-04-06Make evil-scroll-line-* remember last count.JAremko
2016-04-06Rename evil-ud-scroll-* -> evil-scroll-*JAremko
2016-04-05Merge stableFrank Fischer
2016-04-05update version to 1.2.121.2.12Frank Fischer
2016-03-31Handle scroll margin in scroll-to-top/bottom functions (re #618)Frank Fischer
2016-03-31New implementation of scroll commands (fixes #618)Frank Fischer
2016-03-31Update doc string of scroll commandsFrank Fischer
2016-03-31Fix scrolling up at bob (fix #637)Frank Fischer
2016-03-30Refactor `evil-show-marks`Frank Fischer
2016-03-28Fix repeating of `:` special register (fix #647)Frank Fischer
2016-03-15Implement `:cquit` command (close #638)Frank Fischer
2016-03-12Suppress warning in call to `end-of-buffer`Frank Fischer
2016-03-11Implements vim's :enew commandRodrigo Setti
2016-03-10Make going to previous jump mark update previous mark (fix #634)Frank Fischer
2016-03-10Stay in visual state when calling `evil-insert-resume` (fix #635)Frank Fischer
2016-03-10Use `end-of-buffer` to go the bottom of buffer (fix #636)Frank Fischer
2016-03-07Merge with stableFrank Fischer
2016-03-07update version to 1.2.111.2.11Frank Fischer
2016-03-06Preserve visual region in `evil-move` (re #630)Frank Fischer
2016-02-23Fix error in evil--show-marks-select-actionjustbur
2016-02-23Respect `scroll-margin` in `evil-scroll-down` (re #618)Frank Fischer
2016-02-23Merge with stableFrank Fischer
2016-02-23Move point to eob/bob when scrolling near the end (re #618)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-10Merged in unhammer/evil (pull request #46)Frank Fischer