[haskeline] #86: Vi mode breaks compatibility with readline: special handling for 'cw'
haskeline
haskeline at projects.haskell.org
Wed Jun 3 17:39:25 EDT 2009
#86: Vi mode breaks compatibility with readline: special handling for 'cw'
----------------------+-----------------------------------------------------
Reporter: jdanbrown | Owner:
Type: defect | Status: new
Priority: major | Milestone:
Version: 0.6 | Keywords:
----------------------+-----------------------------------------------------
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.
--
Ticket URL: <http://trac.haskell.org/haskeline/ticket/86>
haskeline <http://example.org/>
My example project
More information about the Haskeline
mailing list