]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0455: cannot set the highlight group for a specific terminal v8.2.0455
authorBram Moolenaar <Bram@vim.org>
Thu, 26 Mar 2020 19:34:00 +0000 (20:34 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 26 Mar 2020 19:34:00 +0000 (20:34 +0100)
commit83d4790a04780328c9c7ad22d18f404a27c11601
treea8ba50932310b660b95073237ceb1c4fb104e6cf
parent3ed9efc2b15b624268bcce4e4d312fb35840a12b
patch 8.2.0455: cannot set the highlight group for a specific terminal

Problem:    Cannot set the highlight group for a specific terminal.
Solution:   Add the "highlight" option to term_start(). (closes #5818)
runtime/doc/terminal.txt
src/channel.c
src/structs.h
src/terminal.c
src/testdir/dumps/Test_terminal_popup_MyTermCol.dump [new file with mode: 0644]
src/testdir/dumps/Test_terminal_popup_Terminal.dump [new file with mode: 0644]
src/testdir/test_terminal.vim
src/version.c