Skip to content
  • Christian Hergert's avatar
    libide: add IdeSourceView::append-to-count gsignalaction · c48348b0
    Christian Hergert authored
    This will let us pass numbers from keybindings to do multiple replay
    operations. 10dw for example. This will be 1 pushed followed by 0
    pushed. Then the `dw` operation will use a movement of w (inclusive)
    and repeated 10 times before the `d` is applied.
    c48348b0