commit | 8cdbd5b3c4225b04536dea7523718695306b16b5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 16 15:50:45 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 16 15:50:45 2019 +0200 |
tree | d7cd76c65d4489a9c76ec848c358f0876cc0c71c | |
parent | 1c196e7b1742c1a50ce0d74190721acaad087f81 [diff] [blame] |
patch 8.1.1555: NOT_IN_POPUP_WINDOW is confusing Problem: NOT_IN_POPUP_WINDOW is confusing. (Andy Massimino) Solution: Rename to ERROR_IF_POPUP_WINDOW().
diff --git a/src/popupwin.c b/src/popupwin.c index 99ef290..ea1a1e1 100644 --- a/src/popupwin.c +++ b/src/popupwin.c
@@ -1336,7 +1336,7 @@ } int -not_in_popup_window() +error_if_popup_window() { if (bt_popup(curwin->w_buffer)) {