refactor(evil): remove evil-want-C-w-scroll
This appears to have been added accidentally in the following commit:
8b9d4a94bb
The codebase contains no references to it.
This commit is contained in:
parent
3a5e34d67b
commit
90c510caca
1 changed files with 0 additions and 1 deletions
|
@ -23,7 +23,6 @@ directives. By default, this only recognizes C directives.")
|
|||
(defvar evil-want-C-i-jump nil) ; we do this ourselves
|
||||
(defvar evil-want-C-u-scroll t) ; moved the universal arg to <leader> u
|
||||
(defvar evil-want-C-u-delete t)
|
||||
(defvar evil-want-C-w-scroll t)
|
||||
(defvar evil-want-C-w-delete t)
|
||||
(defvar evil-want-Y-yank-to-eol t)
|
||||
(defvar evil-want-abbrev-expand-on-insert-exit nil)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue