commit | 83381f7129aca00bc2dd24527f160bc6a60d70af | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 14 14:36:08 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 14 14:36:08 2017 +0100 |
tree | 23fdd9e2ae5d8d6a964d44d827248bc150c374a4 | |
parent | 9be7c04e6cd5b0facedcb56b09a5bcfc339efe03 [diff] [blame] |
patch 8.0.0180: error E937 is used twice Problem: Error E937 is used both for duplicate key in JSON and for trying to delete a buffer that is in use. Solution: Rename the JSON error to E938. (Norio Takagi, closes #1376)
diff --git a/src/version.c b/src/version.c index dd5f700..7b576af 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 180, +/**/ 179, /**/ 178,