vim-patch:8.0.0003

Problem:    getwinvar() returns wrong Value of boolean and number options,
            especially non big endian systems. (James McCoy)
Solution:   Cast the pointer to long or int. (closes vim/vim#1060)

789a5c0e3d
This commit is contained in:
lonerover
2017-07-15 21:02:15 +08:00
parent 26124b4800
commit b98ea04226
3 changed files with 18 additions and 2 deletions

View File

@@ -726,7 +726,7 @@ static const int included_patches[] = {
6,
// 5 NA
4,
// 3,
3,
2,
1,
0