Ticket #86 (closed defect: fixed)
Vi mode breaks compatibility with readline: special handling for 'cw'
| Reported by: | jdanbrown | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Version: | 0.6 | Keywords: | |
| Cc: |
Description
Both vim and libreadline handle 'cw' specially: instead of deleting the sequence of text moved through by the 'w' movement command—the rest of the word and any trailing whitespace—it only deletes the rest of the word. So 'cw'/'ce' and 'cW'/'cE' are synonymous even though 'dw'/'de' and 'dW'/'dE' aren't.
Change History
Note: See
TracTickets for help on using
tickets.
