From 05ad5ff0ab34ed9a5296dedd420ca81698b8ce22 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 30 Nov 2019 22:48:27 +0100 Subject: patch 8.1.2371: FEAT_TEXT_PROP is a confusing name Problem: FEAT_TEXT_PROP is a confusing name. Solution: Use FEAT_PROP_POPUP. (Naruhiko Nishino, closes #5291) --- src/testdir/runtest.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/testdir/runtest.vim') diff --git a/src/testdir/runtest.vim b/src/testdir/runtest.vim index 9372d53640..f0cc1abff3 100644 --- a/src/testdir/runtest.vim +++ b/src/testdir/runtest.vim @@ -177,7 +177,7 @@ func RunTheTest(test) au SwapExists * call HandleSwapExists() " Close any stray popup windows - if has('textprop') + if has('popupwin') call popup_clear() endif -- cgit v1.2.3