aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/README.md
Commit message (Collapse)AuthorAge
* doc: xdg, MAINTAIN.md, channel-id, job controlJustin M. Keyes2018-10-11
| | | | - tutor: emphasize K
* UI: restore 'writedelay' feature.Justin M. Keyes2018-02-07
| | | | | | | Removed by e0e41b30c61922e099a067ac5c137e745699a1aa, probably unintentionally. Useful for ye olde redraw debugging. TODO: Also delay redraw of statusline.
* api: nvim_command_output: direct implJustin M. Keyes2018-01-10
|
* tui: dump termcap info if -V3 ('verbose' >= 3)Justin M. Keyes2017-12-05
| | | | | | | | | 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).
* log: Add log_callstack_to_file()James McCoy2017-08-09
| | | | | This makes it trivial to log the callstack to, e.g., stderr, which can simplify debug cycles.
* log: log_callstack()Justin M. Keyes2017-07-23
|
* log: all UI events, not just UI-bridgeJustin M. Keyes2017-07-22
| | | | Rename ui_bridge.c:UI_CALL to UI_BRIDGE_CALL.
* doc (#6719)Justin M. Keyes2017-05-11
| | | Closes #6712
* doc: Add whitespace before parens. #4202Diego Viola2016-02-08
|
* Start documenting codeThiago de Arruda2015-10-26