diff options
| author | Quentin Carbonneaux | 2014-09-09 11:04:19 -0400 |
|---|---|---|
| committer | Quentin Carbonneaux | 2014-09-09 11:04:19 -0400 |
| commit | 257b85904fca63c5bdfe2e3d94e043b7cda5cbea (patch) | |
| tree | b0561a32ebaf47475d232dfbf5e12987f6adceda | |
| parent | de06a641b64a5e0aadb982b9714607cc5611b231 (diff) | |
do not empty selection for >
| -rw-r--r-- | exec.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -488,7 +488,7 @@ run(W *w, EBuf *eb, unsigned p0) abort(); } r->eb->refs++; - if (ctyp != 0) + if (ctyp != 0 && ctyp != '>') if (s0 != s1) { eb_setmark(w->eb, SelBeg, -1u); /* clear selection */ eb_setmark(w->eb, SelEnd, -1u); |
