commit | a046b37c22bcabdea5f0fd6d21ca4bd0aa4c768e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 15 17:26:07 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 15 17:26:07 2019 +0200 |
tree | 3ec383d5a61f2d46b4a354e9ecbc0aa065663e03 | |
parent | 1ac90b4fa63414d56750559506a3e076df6923b0 [diff] [blame] |
patch 8.1.2037: can call win_gotoid() in cmdline window Problem: Can call win_gotoid() in cmdline window. Solution: Disallow switching windows. (Yasuhiro Matsumoto, closes #4940)
diff --git a/src/version.c b/src/version.c index b258eea..94ae34a 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2037, +/**/ 2036, /**/ 2035,