Fix void-variable char error in evil-global-marker-p advice
This commit is contained in:
parent
f9dda32584
commit
c7ab4fafc6
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ directives. By default, this only recognizes C directives.")
|
|||
(save-excursion (apply orig-fn args)))
|
||||
|
||||
;; In evil, registers 2-9 are buffer-local. In vim, they're global, so...
|
||||
(defadvice! +evil--make-numbered-markers-global-a (_arg)
|
||||
(defadvice! +evil--make-numbered-markers-global-a (char)
|
||||
:after-until #'evil-global-marker-p
|
||||
(and (>= char ?2) (<= char ?9)))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue