Tom McDonald

Results 8 issues of Tom McDonald

Message is currently only displayed when the cursor is moved, so it does not show the message for the commit under the cursor when the blame window is initially opened....

That would be super nice. Current problem is that the natural mappings would involve `[i`, `]i`, `[a`, and `]a` -- some of which step on other plugins' feet (notably unimpaired.vim).

Not sure if I'll need to integrate with repeat.vim or if I can just make it work naturally. Investigate!

When a visual block is created using `$`, it may result in a selection where the rightmost corners are not the rightmost edge of the visual block. Example: ``` hello...

Since tracking jumps local to a window in f6a20938, there's a higher chance of clashing variable names due to `s:positions` (scoped to plugin script) changing to `w:positions` (scoped to window).

I know it's possible to drag tabs from one window to another from the Tabli menu, but it would be nice to be able to do this with the keyboard....

When switching windows where the original window remains visible, the Tabli menu stays open. For example, if I have multiple displays, and I switch to a window on a different...