commit | 4649ded2877508fe343cbcf6f7e7fd277be0aab3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 03 14:55:55 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 03 14:55:55 2015 +0100 |
tree | 40db67ea0e028a62d9b5ac849fdc910c1a977817 | |
parent | 32a214e78df0120f92fe049eab1385c60f0cdb0b [diff] [blame] |
patch 7.4.950 Problem: v:errors is not initialized. Solution: Initialze it to an empty list. (Thinca)
diff --git a/src/version.c b/src/version.c index 90f08e9..31273fe 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 950, +/**/ 949, /**/ 948,