| Commit message (Collapse) | Author | Age |
| |
|
|
| |
- tutor: emphasize K
|
| |
|
|
|
|
|
| |
Removed by e0e41b30c61922e099a067ac5c137e745699a1aa, probably
unintentionally. Useful for ye olde redraw debugging.
TODO: Also delay redraw of statusline.
|
| | |
|
| |
|
|
|
|
|
|
|
| |
Get terminal debugging info by starting Nvim with 'verbose' level 3:
nvim -V3log
This is like Vim's `:set termcap`, which was removed in Nvim (and would
be very awkward to restore because of the decoupled UI).
|
| |
|
|
|
| |
This makes it trivial to log the callstack to, e.g., stderr, which can
simplify debug cycles.
|
| | |
|
| |
|
|
| |
Rename ui_bridge.c:UI_CALL to UI_BRIDGE_CALL.
|
| |
|
| |
Closes #6712
|
| | |
|
| |
|