Mercurial > vim
view src/if_perl_msvc/stdbool.h @ 10098:72e4b7f90465 v7.4.2320
commit https://github.com/vim/vim/commit/dda933d06c06c2792bd686d059f6ad19191ad30b
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Sep 3 21:04:58 2016 +0200
patch 7.4.2320
Problem: Redraw problem when using 'incsearch'.
Solution: Save the current view when deleting characters. (Christian
Brabandt) Fix that the '" mark is set in the wrong position. Don't
change the search start when using BS.
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sat, 03 Sep 2016 21:15:06 +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