commit | f42b45d719e03218735b3c2845a74dca9c0efd60 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 06 13:11:05 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 06 13:11:05 2019 +0100 |
tree | e5974454b590f16abc0aeafa523f4a710bdbf24e | |
parent | 4614f53e0f853b513963d1a639398348a571ecf1 [diff] [blame] |
patch 8.1.0695: internal error when using :popup Problem: Internal error when using :popup. Solution: When a menu only exists in Terminal mode give an error. (Naruhiko Nishino, closes #3765)
diff --git a/src/version.c b/src/version.c index 3450325..790c4f7 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 695, +/**/ 694, /**/ 693,