commit | 1824f45883ef7cc236d2bba89811989a1ccb853c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Oct 02 23:06:46 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 02 23:06:46 2019 +0200 |
tree | fc0547cbda7308aa2878abfefb23a6890a1cf850 | |
parent | 23324a0b35d18c5caac20b1d543ed2d1f762f5b5 [diff] [blame] |
patch 8.1.2109: popup_getoptions() hangs with tab-local popup Problem: popup_getoptions() hangs with tab-local popup. Solution: Correct pointer name. (Marko Mahnič, closes #5006)
diff --git a/src/version.c b/src/version.c index 469b759..00374c2 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2109, +/**/ 2108, /**/ 2107,