commit | 8a938af6ddefab4b4bc751d3f3545e1d95622c8a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 01 17:30:41 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 01 17:30:41 2018 +0200 |
tree | 485213ff1583351117ba8f45c451f6f5a63692de | |
parent | bc7845da935c0707e119812077cecd6cfb5a65e2 [diff] [blame] |
patch 8.0.1785: missing symbol in Win32 small build Problem: Missing symbol in Win32 small build. Solution: Define VTERM_ANSI_INDEX_NONE without the terminal feature. Also fix unused function with #ifdef.
diff --git a/src/version.c b/src/version.c index 16d0eb0..01bd9a1 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1785, +/**/ 1784, /**/ 1783,