commit | bd75b5333d10e63f7a667d4b65e80d309435629e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jun 14 23:41:55 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 14 23:41:55 2019 +0200 |
tree | 0eb77d04d98823e3b5e17a2f0ab3320ab750d73b | |
parent | 2fc39aeeb5ff5101530a89838049e09e2959ad0e [diff] [blame] |
patch 8.1.1534: modeless selection in popup window selects too much Problem: Modeless selection in popup window selects too much. Solution: Restrict the selection to insde of the popup window.
diff --git a/src/version.c b/src/version.c index 18ef97e..851cd5f 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1534, +/**/ 1533, /**/ 1532,