commit | 07b46af645fa7a2b95afec3f3d87c91942d9cbd0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 10 14:56:18 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 10 14:56:18 2018 +0200 |
tree | 044fb6e5687f98689756f41e910987e1b0d12d06 | |
parent | 0424958bde3d3e74c721ba39ab4d5a4744897393 [diff] [blame] |
patch 8.0.1684: ml_get errors when using terminal window for shell command Problem: ml_get errors when using terminal window for shell command. (Blay263) Solution: Do not change the size of the current window.
diff --git a/src/version.c b/src/version.c index 9f1075e..2890f71 100644 --- a/src/version.c +++ b/src/version.c
@@ -763,6 +763,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1684, +/**/ 1683, /**/ 1682,