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/version.c b/src/version.c index fcdf562..bf1a1f2 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1555, +/**/ 1554, /**/ 1553,