mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 06:28:35 +00:00
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:
@@ -726,7 +726,7 @@ static const int included_patches[] = {
|
||||
6,
|
||||
// 5 NA
|
||||
4,
|
||||
// 3,
|
||||
3,
|
||||
2,
|
||||
1,
|
||||
0
|
||||
|
Reference in New Issue
Block a user