commit | de7eb0a47b557eb4656c6b63d421c7e7bae1ef30 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon May 09 20:54:33 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 09 20:54:33 2016 +0200 |
tree | 8225d920c2bdfb24961c8f20cc451a0ebef63d92 | |
parent | e0f76d00979c972329f6c371463a20da61ccad65 [diff] [blame] |
patch 7.4.1829 Problem: No message on channel log when buffer was freed. Solution: Log a message.
diff --git a/src/version.c b/src/version.c index fb3b3d4..42bb079 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1829, +/**/ 1828, /**/ 1827,