]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0180: error E937 is used twice v8.0.0180
authorBram Moolenaar <Bram@vim.org>
Sat, 14 Jan 2017 13:36:08 +0000 (14:36 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 14 Jan 2017 13:36:08 +0000 (14:36 +0100)
commit83381f7129aca00bc2dd24527f160bc6a60d70af
tree23fdd9e2ae5d8d6a964d44d827248bc150c374a4
parent9be7c04e6cd5b0facedcb56b09a5bcfc339efe03
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)
src/json.c
src/testdir/test_json.vim
src/version.c