commit | 581ba39aefe837298a9943b04a1dab13a7ec6772 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 03 22:08:33 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 03 22:08:33 2019 +0200 |
tree | 156f0c8dd74bd6e76c850239f753cbaa17c12924 | |
parent | 27da7de7c547dbf983ed7dd901ea59be4e7c9ab2 [diff] [blame] |
patch 8.1.1969: popup window filter is used in all modes Problem: Popup window filter is used in all modes. Solution: Add the "filtermode" property.
diff --git a/src/version.c b/src/version.c index 5dbdc9f..655b68a 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1969, +/**/ 1968, /**/ 1967,