commit | cacc6a5c986fbc716bf53b6916f076dd7b388142 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu May 30 15:22:43 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 30 15:22:43 2019 +0200 |
tree | 0ee5ba38b112dfb23fbf987133f8cb13c5dcd1ff | |
parent | 8c2a600f72ca930841a5f4f7eac22884238afaf3 [diff] [blame] |
patch 8.1.1423: popup windows use options from current window and buffer Problem: Popup windows use options from current window and buffer. Solution: Clear all local options when creating a popup window.
diff --git a/src/version.c b/src/version.c index 8519fd5..2d70ed5 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1423, +/**/ 1422, /**/ 1421,