Skip to content

Commit

Permalink
Merge pull request sorin-ionescu#40 from zsh-users/parser_status
Browse files Browse the repository at this point in the history
Restore the parser status to PS2
  • Loading branch information
paulmelnikow authored Mar 4, 2017
2 parents f17847c + b2403a4 commit dcae0c5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions modules/editor/init.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,9 @@ function zle-line-init {
echoti smkx
fi

# Update editor information.
zle editor-info
# https://github.com/zsh-users/prezto/issues/4
# Don't update editor info as it causes %_ (the parser status) not to be
# correctly rendered in prompts.
}
zle -N zle-line-init

Expand Down

0 comments on commit dcae0c5

Please sign in to comment.