Skip to content
  • hluk's avatar
    FakeVim: Fixes for insert/change in visual mode · d90d6f40
    hluk authored
    
    
    Always limit position of marks to current document (mainly position of
    '<' and '>' marks for last selection).
    
    Command '$' selects end of selected lines in visual block mode. This
    will require editor support since visual representation of such
    selection isn't always rectangle.
    
    Command 'c' works the same as 's' in visual block mode.
    
    Corrected positions for 'I', 'A', 's' and 'c' commands in visual block
    mode after '<ESC>'.
    
    Task-number: QTCREATORBUG-11378
    Change-Id: I86582b634eb782829db48fd1b914713f87ac409f
    Reviewed-by: default avatarhjk <hjk121@nokiamail.com>
    d90d6f40