diff options
author | Oliver Kiddle <okiddle@yahoo.co.uk> | 2014-02-05 23:18:26 +0100 |
---|---|---|
committer | Oliver Kiddle <okiddle@yahoo.co.uk> | 2014-02-05 23:18:26 +0100 |
commit | 137b15a44704917ff2d765d574714accc7e3d5b1 (patch) | |
tree | fe8187d23eb385c7159eb0a50a7009e6e4b842ee /Test/comptest | |
parent | e1bc9d0a44da9c27c5558767cdb75da1a3424a4b (diff) | |
download | zsh-137b15a44704917ff2d765d574714accc7e3d5b1.tar.gz zsh-137b15a44704917ff2d765d574714accc7e3d5b1.tar.xz zsh-137b15a44704917ff2d765d574714accc7e3d5b1.zip |
32355: document and test vi mode undo changes
Diffstat (limited to 'Test/comptest')
-rw-r--r-- | Test/comptest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/comptest b/Test/comptest index 10814d635..f1c5af01f 100644 --- a/Test/comptest +++ b/Test/comptest @@ -72,8 +72,8 @@ zle-finish () { print -lr "<WIDGET><finish>" "BUFFER: $BUFFER" "CURSOR: $CURSOR" (( region_active )) && print -lr "MARK: $MARK" zle -K main - zle kill-whole-line zle clear-screen + zle send-break zle -R } zle -N expand-or-complete-with-report |