diff options
author | Scott Prager <splinterofchaos@gmail.com> | 2014-10-22 17:15:20 -0400 |
---|---|---|
committer | Scott Prager <splinterofchaos@gmail.com> | 2014-10-23 13:18:02 -0400 |
commit | 46c610c9fe57912ae5605d06b04aa6a122794a0d (patch) | |
tree | a66b3b63d0e28c201d43ee16d92bb421c34a93fe /src/nvim/version.c | |
parent | d11fd1950fc6425da72185ee67278496db987eae (diff) | |
download | rneovim-46c610c9fe57912ae5605d06b04aa6a122794a0d.tar.gz rneovim-46c610c9fe57912ae5605d06b04aa6a122794a0d.tar.bz2 rneovim-46c610c9fe57912ae5605d06b04aa6a122794a0d.zip |
vim-patch:7.4.406
Problem: Test 72 and 100 fail on MS-Windows.
Solution: Set fileformat to unix in the tests. (Taro Muraoka)
https://code.google.com/p/vim/source/detail?r=v7-4-406
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 fbb2b081dd..6d01c8b2e4 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -226,7 +226,7 @@ static int included_patches[] = { //409 NA 408, 407, - //406, + 406, 405, //404 NA //403 NA |