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
|
setopt shwordsplit
|
||||||
EDITOR='ed -s'
|
local EDITOR='ed -s'
|
||||||
|
|
||||||
ed() { command ed "$@" }
|
ed() { command ed "$@" }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user