commit | 16b51d26fe2cc3afb09afd439069220dea74581d | [log] [tgz] |
---|---|---|
author | Sean Dewar <seandewar@users.noreply.github.com> | Mon Feb 21 17:56:33 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 21 17:56:33 2022 +0000 |
tree | 5ba1a490b41dc088457e48cfb54a3465c1cd9396 | |
parent | 83e36c86062d052fa1db48ee27709549b706b6a2 [diff] [blame] |
patch 8.2.4434: duplicate check for cmdline window Problem: Duplicate check for cmdline window. Solution: Remove the second check. (Sean Dewar, closes #9816)
diff --git a/src/version.c b/src/version.c index 751ae6b..6d75667 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4434, +/**/ 4433, /**/ 4432,