diff options
| author | Jurica Bradaric <jurica.bradaric@avl.com> | 2017-03-07 19:20:07 +0100 |
|---|---|---|
| committer | Jurica Bradaric <jbradaric@gmail.com> | 2017-03-20 21:40:41 +0100 |
| commit | b4cb5fa610903492f89a70d0ae2d4565ddcd1228 (patch) | |
| tree | 9544a40910656950dcde49955a676c176f12af37 /src/nvim/version.c | |
| parent | df1e7b7edaf6c2ab9435d3734488c74a278f64a1 (diff) | |
| download | rneovim-b4cb5fa610903492f89a70d0ae2d4565ddcd1228.tar.gz rneovim-b4cb5fa610903492f89a70d0ae2d4565ddcd1228.tar.bz2 rneovim-b4cb5fa610903492f89a70d0ae2d4565ddcd1228.zip | |
vim-patch:7.4.2266
Problem: printf() test fails on Windows. "-inf" is not used.
Solution: Check for Windows-specific values for "nan". Add sign to "inf"
when appropriate.
https://github.com/vim/vim/commit/9992237a3e791fbc0c1ebf743ece1b75e1488410
Diffstat (limited to 'src/nvim/version.c')
| -rw-r--r-- | src/nvim/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 8fd0fce329..5479e9f91f 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -175,7 +175,7 @@ static int included_patches[] = { // 2269, // 2268, // 2267 NA - // 2266, + 2266, 2265, 2264, // 2263, |