commit | 815b76bff618c07226653e11f29c4d3c5640b63a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 01 14:15:52 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 01 14:15:52 2019 +0200 |
tree | fbe1ffe3d0c5d15914bf9e7aaee5bc007e9390ab | |
parent | 3a97bb3f0f8bd118ae23f1c97e55d84ff42eef20 [diff] [blame] |
patch 8.1.1438: some commands cause trouble in a popup window Problem: Some commands cause trouble in a popup window. Solution: Add NOT_IN_POPUP_WINDOW.
diff --git a/src/version.c b/src/version.c index c7c19f3..4b380d2 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1438, +/**/ 1437, /**/ 1436,