]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1837: popup test fails if clipboard is supported but not working v8.1.1837
authorBram Moolenaar <Bram@vim.org>
Sat, 10 Aug 2019 20:21:48 +0000 (22:21 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 10 Aug 2019 20:21:48 +0000 (22:21 +0200)
commit4999a7fb6585915b53888c930067b33c01674678
tree69fee85f311b24d556377226a77caa664ca2e0c6
parenta9ab391a3a5283754ef216daacbaac446f1f9077
patch 8.1.1837: popup test fails if clipboard is supported but not working

Problem:    Popup test fails if clipboard is supported but not working.
Solution:   Add the "clipboard_working" feature. Also use Check commands
            instead of "if" and "throw".  And remove stray ch_logfile().
runtime/doc/eval.txt
src/evalfunc.c
src/testdir/test_popupwin.vim
src/version.c