Skip to content

Commit

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

# 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.
# Update editor information.
zle editor-info
}
zle -N zle-line-init

Expand Down

0 comments on commit d0eba10

Please sign in to comment.