vim-patch:7.4.719 #2817

Problem:    Overflow when adding MAXCOL to a pointer.
Solution:   Subtract pointers instead. (James McCoy)

https://github.com/vim/vim/commit/v7-4-719
This commit is contained in:
Andrea Cedraro
2015-06-10 14:58:03 +02:00
committed by Justin M. Keyes
parent f04bc91c2f
commit 8992f8b1c7
2 changed files with 2 additions and 2 deletions

View File

@@ -90,7 +90,7 @@ static int included_patches[] = {
//722,
//721,
//720 NA
//719,
719,
//718,
//717,
//716,