commit | 16a6f91ccb42ebde639a4185322b07719d345e86 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 10 23:58:28 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 10 23:58:28 2021 +0100 |
tree | 89acc6f1fd097ada444003ccae9a4e71c2e819ba | |
parent | 086ae06862077ba228fcae777f2a0b41416c11bb [diff] [blame] |
patch 8.2.2327: debugging code included Problem: Debugging code included. Solution: Remove the debugging code.
diff --git a/src/version.c b/src/version.c index 63549a2..e64265f 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2327, +/**/ 2326, /**/ 2325,