aboutsummaryrefslogtreecommitdiff
path: root/evil-vars.el
diff options
context:
space:
mode:
authorVasilij Schneidermann <v.schneidermann@gmail.com>2017-03-08 20:45:08 +0100
committerVasilij Schneidermann <v.schneidermann@gmail.com>2017-03-08 20:53:05 +0100
commit4ec09a294c055f68fc97cb3183da626df747aabd (patch)
tree63eedcca367ada344c6b46550b57a9782b4e9b0c /evil-vars.el
parent56e92f7cb4e04e665670460093b41f58446b7a2b (diff)
Don't reuse scroll line count
This change has been applied to get closer to Vim. While C-u and C-d in Vim remember the last scroll amount, the Vim manual mentions nothing of this sort about C-y and C-e. Closes #790.
Diffstat (limited to 'evil-vars.el')
-rw-r--r--evil-vars.el6
1 files changed, 0 insertions, 6 deletions
diff --git a/evil-vars.el b/evil-vars.el
index 1d2c606..5047b1d 100644
--- a/evil-vars.el
+++ b/evil-vars.el
@@ -1199,12 +1199,6 @@ and `evil-scroll-down'.
Determines how many lines should be scrolled.
Default value is 0 - scroll half the screen.")
-(evil-define-local-var evil-scroll-line-count 1
- "Holds last used prefix for `evil-scroll-line-up'
-and `evil-scroll-line-down'.
-Determines how many lines should be scrolled.
-Default value is 1 line.")
-
(evil-define-local-var evil-state nil
"The current Evil state.
To change the state, use `evil-change-state'