Mercurial > vim
view src/if_perl_msvc/stdbool.h @ 9098:0d52ddff8db4 v7.4.1833
commit https://github.com/vim/vim/commit/2ff8b64679242e73248774a388d54931c9ce49bd
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue May 24 10:46:45 2016 +0200
patch 7.4.1833
Problem: Cannot use an Ex command for 'keywordprg'.
Solution: Accept an Ex command. (Nelo-Thara Wallus)
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Tue, 24 May 2016 11:00:09 +0200 |
parents | d467ca80d3c1 |
children |
line wrap: on
line source
/* A stub stdbool.h for VC2012 or earlier. * ActivePerl 5.20+ requires stdbool.h but VC2012 doesn't have it. */ #define bool char