]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.2080: the terminal API is limited and can't be disabled v8.1.2080
authorBram Moolenaar <Bram@vim.org>
Thu, 26 Sep 2019 21:08:54 +0000 (23:08 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 26 Sep 2019 21:08:54 +0000 (23:08 +0200)
commitd2842ea60bd608b7f9ec93c77d3f36a8e3bf5fe9
treed10208c36706ae29c65fba43fbf02aeced49eccd
parentd2c1fb476d5816db129eb428ffef6a81027eb13a
patch 8.1.2080: the terminal API is limited and can't be disabled

Problem:    The terminal API is limited and can't be disabled.
Solution:   Add term_setapi() to set the function prefix. (Ozaki Kiichi,
            closes #2907)
runtime/doc/eval.txt
runtime/doc/terminal.txt
src/channel.c
src/evalfunc.c
src/proto/terminal.pro
src/structs.h
src/terminal.c
src/testdir/term_util.vim
src/testdir/test_terminal.vim
src/version.c