diff options
author | Jurica Bradaric <jbradaric@gmail.com> | 2016-05-14 22:35:51 +0200 |
---|---|---|
committer | Jurica Bradaric <jbradaric@gmail.com> | 2016-06-09 20:34:43 +0200 |
commit | 82da7eed343151e11bb281ea37136812a0a93712 (patch) | |
tree | 4018fa0beabe23ed566fb0138cbe8643720422ca /src | |
parent | 81b9b37e01ba4ef30dc196990a0bfa3de514b5ad (diff) | |
download | rneovim-82da7eed343151e11bb281ea37136812a0a93712.tar.gz rneovim-82da7eed343151e11bb281ea37136812a0a93712.tar.bz2 rneovim-82da7eed343151e11bb281ea37136812a0a93712.zip |
vim-patch:7.4.1397
Problem: Sort test fails on MS-Windows.
Solution: Correct the compare function.
https://github.com/vim/vim/commit/0bb6108eb4e1ecaed437bc507f514f5da7816d9e
Diffstat (limited to 'src')
-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 1e2a6abbb0..6479690a53 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -296,7 +296,7 @@ static int included_patches[] = { // 1400 NA // 1399 NA // 1398 NA - // 1397, + 1397, // 1396, // 1395 NA 1394, |