Mercurial > vim
view src/if_perl_msvc/stdbool.h @ 10823:a7da553980ee v8.0.0301
patch 8.0.0301: not enough testing for setting options
commit https://github.com/vim/vim/commit/698f8b207bbfefa1cbbd7361caf5412cb3416534
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Feb 4 15:53:32 2017 +0100
patch 8.0.0301: not enough testing for setting options
Problem: No tests for ":set completion" and various errors of the :set
command.
Solution: Add more :set tests. (Dominique Pelle, closes #1440)
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sat, 04 Feb 2017 16:00:04 +0100 |
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