mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
main: Declare variable local to fix WARN_CREATE_GLOBAL error
This commit is contained in:
parent
41d90cb5ed
commit
b85e313bc9
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@
|
|||
# -------------------------------------------------------------------------------------------------
|
||||
|
||||
setopt shwordsplit
|
||||
EDITOR='ed -s'
|
||||
local EDITOR='ed -s'
|
||||
|
||||
ed() { command ed "$@" }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue