commit | bc073092254df17b282d162d8e8181e8f6a7a356 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 02 18:50:45 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 02 18:50:45 2016 +0100 |
tree | 39a96ad527ab190dd9a5d4c8c9badc682bccbc44 | |
parent | df5b27b20ec023274fb0f5347973d5abcde7ddd6 [diff] [blame] |
patch 7.4.1240 Problem: Visual studio tools are noisy. Solution: Suppress startup info. (Mike Williams)
diff --git a/src/version.c b/src/version.c index 1caaff1..712377a 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1240, +/**/ 1239, /**/ 1238,