commit | 820680b9ff1de8699156c7b060f97e5c0b87ad15 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 09 14:56:22 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 09 14:56:22 2019 +0200 |
tree | 5e28168a326ed4406a57fa9db958c3232375e104 | |
parent | 2514315fc2530170ad7681e45e2b6d1f0680c9eb [diff] [blame] |
patch 8.1.1832: win_execute() does not work in other tab Problem: Win_execute() does not work in other tab. (Rick Howe) Solution: Take care of the tab. (closes #4792)
diff --git a/src/version.c b/src/version.c index 8b855ce..adbf138 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1832, +/**/ 1831, /**/ 1830,