neovim/runtime/pack/dist/opt
Kwon-Young Choi 3a699a790c runtime/termdebug.vim #8364
* commit 36257d0f97b396467bef7a5937befd894fb23e31
Author: Kwon-Young Choi <kwon-young.choi@hotmail.fr>
Date:   Sat May 5 16:57:45 2018 +0200

    Port of the termdebug.vim plugin to neovim terminal feature.
    For neovim compatibility,
    The vim specific calls were replaced with neovim specific calls:
      term_start -> term_open
      term_sendkeys -> jobsend
      term_getline -> getbufline
      job_info && term_getjob -> using linux command ps to get the tty

    fix1: forgot to port EndDebug callback to neovim

    fix2: use nvim_get_chan_info to get pty of job
          remove the use of communication buffer by using jobstart instead
          of termopen

    fix3: get gdbbuf using nvim_get_chan_info

* cleaned up if has('nvim') to remove vim support.
added neovim floating window support for expression evaluation

* improvred documentation, cleaned up vim menu code, fixed bug when
floating window feature is not available
2019-05-16 11:21:05 +02:00
..
cfilter/plugin vim-patch:8.1.0311: filtering entries in a quickfix list is not easy 2018-11-13 21:32:00 -05:00
justify/plugin vim-patch:7.4.1673 (#5141) 2016-08-03 08:07:28 -04:00
shellmenu/plugin vim-patch:7.4.1676 #5143 2016-08-01 03:25:03 -04:00
swapmouse/plugin vim-patch:7.4.1675 #5142 2016-08-01 03:23:21 -04:00
termdebug/plugin runtime/termdebug.vim #8364 2019-05-16 11:21:05 +02:00
vimball vim-patch:3e496b0ea319 2017-04-28 23:39:24 +02:00