1
0
forked from aniani/vim

updated for version 7.4.026

Problem:    Clang warning for int shift overflow.
Solution:   Use unsigned and cast back to int. (Dominique Pelle)
This commit is contained in:
Bram Moolenaar
2013-09-08 16:07:07 +02:00
parent 0300e465aa
commit 95235e64d8
2 changed files with 10 additions and 6 deletions

View File

@@ -738,6 +738,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
26,
/**/
25,
/**/