[haskeline] #143: Vi mode 's' key behavior incorrect at end of line

haskeline haskeline at projects.haskell.org
Mon Mar 9 00:11:09 GMT 2015


#143: Vi mode 's' key behavior incorrect at end of line
----------------------+-----------------------------------------------------
Reporter:  wilywampa  |       Owner:     
    Type:  defect     |      Status:  new
Priority:  minor      |   Milestone:     
 Version:             |    Keywords:     
----------------------+-----------------------------------------------------
 In Vi normal mode with the cursor on the last character of the line, the
 's' key deletes the last character but then enters insert mode with the
 cursor left of the new last character.

 For example, if the cursor is on the last letter of

 > replicatt

 and the user types 'se' the result is

 > replicaet

 but it should be

 > replicate

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


More information about the Haskeline mailing list