commit | 29d20a55b645600feca1b54a13333e598336dad2 | [log] [download] |
---|---|---|
author | nicm <nicm> | Mon Aug 11 22:18:16 2014 +0000 |
committer | nicm <nicm> | Mon Aug 11 22:18:16 2014 +0000 |
tree | ea4fb9fdc5ebf7c6f7ba1899f203575668856e51 | |
parent | f518a077b176e65a30a187af21b00b0b9031dad7 [diff] |
Fix two copy mode problems: 1. In vi mode the selection doesn't include the last character if you moved the cursor up or left. 2. In emacs mode the selection includes the last character if you moved the cursor to the left. From Balazs Kezes.