Skip to content

Commit

Permalink
Restore the parser status to PS2
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmelnikow committed Mar 4, 2017
1 parent 593438c commit b2403a4
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 b2403a4

Please sign in to comment.