lacygoill
lacygoill
> For all I know, it might be possible to disable command position highlighting after case foo in without implementing the zero-width matcher for all command positions in general. Would...
This is just a suggestion as I'm not familiar enough neither with debugging, nor with this new window, but if you think you end up with too many windows, you...
> You might also try to set every frame as an entry in the quickfix list (or the location list); this way, you could leverage all the builtin commands around...
> (Or did I misinterpret that and a popup is totally different from balloons?) A popup is different than a balloon. See this [Popup window gallery](https://github.com/vim/vim/wiki/Popup-window-gallery) page on the wiki...
[Item from the todo list](https://github.com/vim/vim/blob/1089374130862e5c19745d3ff4314f0c5690baf1/runtime/doc/todo.txt#L634-L636) which may be relevant: > Redo only remembers the last change. Could use "{count}g." to redo an older > change. How does the user know...
Backtrace: Program received signal SIGABRT, Aborted. 0x00007ffff6a9000b in raise () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1 (Thread 0x7ffff5c78a80 (LWP 3087268) "vim"): #0 0x00007ffff6a9000b in raise () from /lib/x86_64-linux-gnu/libc.so.6 No symbol table info...
The second screenshot looks more readable in part because there is more noise in the first one: - a column number is displayed on the left; you can hide it...