]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1729: no comma after last enum item v8.0.1729
authorBram Moolenaar <Bram@vim.org>
Tue, 17 Apr 2018 18:14:39 +0000 (20:14 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 17 Apr 2018 18:14:39 +0000 (20:14 +0200)
commitea3ece405ab55f44018257bd2f5021231af8e87f
treebc47904d3c2aef888a569816545490118d143df5
parent1feab2b9cc355edc2f24814c35b72ae5e74eb2ae
patch 8.0.1729: no comma after last enum item

Problem:    No comma after last enum item.
Solution:   Add a few commas to check if this works for all compilers.  Also
            add a few // comments.
src/structs.h
src/version.c