[haskeline] #144: Incorrect behavior of 's' key with a count in Vi mode

haskeline haskeline at projects.haskell.org
Mon Mar 9 00:18:54 GMT 2015


#144: Incorrect behavior of 's' key with a count in Vi mode
----------------------+-----------------------------------------------------
Reporter:  wilywampa  |       Owner:     
    Type:  defect     |      Status:  new
Priority:  major      |   Milestone:     
 Version:             |    Keywords:     
----------------------+-----------------------------------------------------
 In Vi, specifying a count before pressing the 's' key tells Vi how many
 characters to substitute. The count seems to be ignored in haskeline.

 For example, if the line is:

 > foo

 and the cursor is on the 'f' in normal mode, typing '3sbar' should result
 it

 > bar

 but actually results in

 > baroo

-- 
Ticket URL: <http://trac.haskell.org/haskeline/ticket/144>
haskeline <http://example.org/>
My example project


More information about the Haskeline mailing list