Skip to content

Commit

Permalink
add emulate -L zsh
Browse files Browse the repository at this point in the history
  • Loading branch information
MenkeTechnologies committed Dec 28, 2021
1 parent 4377a39 commit 0782a57
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions zpwrExpandLib.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,9 @@ function zpwrExpandRegexMatchOnCommandPosition() {
#**************************************************************
function zpwrExpandSupernaturalSpace() {

'builtin' emulate -L zsh
setopt rcquotes extended_glob zle

local tempBuffer mywords badWords word nextWord i shouldStopExpansionDueToFailedRegex words ary res1 aliasOut

if [[ $ZPWR_TRACE == true ]]; then
Expand Down

0 comments on commit 0782a57

Please sign in to comment.