diff options
author | Kwon-Young Choi <kwon-young.choi@hotmail.fr> | 2019-05-16 11:21:05 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2019-05-16 11:21:05 +0200 |
commit | 3a699a790c14f5d5a4cedbd87455e8201604ecfa (patch) | |
tree | f899edd51a8fa6abc5da71f19fa869d8d58f6285 /test/unit/viml/expressions/parser_spec.lua | |
parent | 94f78ccf89a2bd536876859e33f40965b5ffb27d (diff) | |
download | rneovim-3a699a790c14f5d5a4cedbd87455e8201604ecfa.tar.gz rneovim-3a699a790c14f5d5a4cedbd87455e8201604ecfa.tar.bz2 rneovim-3a699a790c14f5d5a4cedbd87455e8201604ecfa.zip |
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
Diffstat (limited to 'test/unit/viml/expressions/parser_spec.lua')
0 files changed, 0 insertions, 0 deletions