aboutsummaryrefslogtreecommitdiff
path: root/contrib/neovim_gdb/neovim_gdb.vim
Commit message (Collapse)AuthorAge
* contrib: Implement gdb pretty printer for UGridThiago de Arruda2015-09-06
|
* runtime: Add vimexpect library and example gdb pluginThiago de Arruda2015-04-02
This library makes it easier to script communication with interactive programs. It is similar to what the "expect" tcl extension does, but uses an object oriented API and is designed to integrate nicely with Neovim job control.