commit | 1d669c233c97486555a34f7d3f069068d9ebdb63 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jan 11 22:40:19 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jan 11 22:40:19 2017 +0100 |
tree | a00db0e11c3e5aca8d89e68805549401e1090270 | |
parent | ee142add229cbcd58bc76d59f23e02517df14379 [diff] [blame] |
patch 8.0.0172: command line window does not work Problem: The command selected in the command line window is not executed. (Andrey Starodubtsev) Solution: Save and restore the command line at a lower level. (closes #1370)
diff --git a/src/version.c b/src/version.c index dfbbe18..a6bbf1b 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 172, +/**/ 171, /**/ 170,