]> granicus.if.org Git - vim/commit
patch 8.0.0130 v8.0.0130
authorBram Moolenaar <Bram@vim.org>
Fri, 9 Dec 2016 19:11:26 +0000 (20:11 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 9 Dec 2016 19:11:26 +0000 (20:11 +0100)
commit63de19e805a7df2b52ec0e705b6a668ecd8e1b64
tree8f56577dd108652bbfa4314719f23621925717d2
parent0df3c7f2a05c2a99f2fb2747ae46bd6594052997
patch 8.0.0130
Problem:    Configure uses "ushort" while the Vim code doesn't.
Solution:   Use "unsigned short" instead. (Fredrik Fornwall, closes #1314)
src/auto/configure
src/configure.ac
src/version.c