Skip to content

Commit

Permalink
Mark evil-shift-width safe as a local variable
Browse files Browse the repository at this point in the history
  • Loading branch information
amnore authored and tomdl89 committed Jan 8, 2025
1 parent 6afd86b commit 6bed0e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions evil-vars.el
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ The number of columns by which a line is shifted.
This applies to the shifting operators \\[evil-shift-right] and \
\\[evil-shift-left]."
:type 'integer
:safe #'integerp
:group 'evil)

(defcustom evil-shift-round t
Expand Down

0 comments on commit 6bed0e5

Please sign in to comment.