mirror of
https://github.com/zsh-users/zsh-syntax-highlighting
synced 2025-01-08 19:59:33 +00:00
main: Declare variable local to fix WARN_CREATE_GLOBAL error
This commit is contained in:
parent
41d90cb5ed
commit
b85e313bc9
@ -29,7 +29,7 @@
|
||||
# -------------------------------------------------------------------------------------------------
|
||||
|
||||
setopt shwordsplit
|
||||
EDITOR='ed -s'
|
||||
local EDITOR='ed -s'
|
||||
|
||||
ed() { command ed "$@" }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user