]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0373: type of term_sendkeys() is unknown v8.2.0373
authorBram Moolenaar <Bram@vim.org>
Wed, 11 Mar 2020 18:30:01 +0000 (19:30 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 11 Mar 2020 18:30:01 +0000 (19:30 +0100)
commit3a05ce63feae040cd817be289e84c2a7e653d59d
tree976298fd311d6c8f1d500f148860e5c95cd3e34f
parent66b98854d86f641db036fd1e6cf20f7b8905344e
patch 8.2.0373: type of term_sendkeys() is unknown

Problem:    Type of term_sendkeys() is unknown.
Solution:   Just return zero. (closes #5762)
src/terminal.c
src/testdir/test_terminal.vim
src/version.c