diff options
author | Felipe Morales <hel.sheep@gmail.com> | 2014-08-16 15:46:30 -0400 |
---|---|---|
committer | Felipe Morales <hel.sheep@gmail.com> | 2014-08-20 08:27:11 -0400 |
commit | 91aabcb75b2ff8fa3b718e2f08b5f723f5900d0f (patch) | |
tree | 4f83f50f457bfab0004b67bf498740293b21d1ee /src/nvim/version.c | |
parent | 244ea637244369e2b17496233096813ddf975f2f (diff) | |
download | rneovim-91aabcb75b2ff8fa3b718e2f08b5f723f5900d0f.tar.gz rneovim-91aabcb75b2ff8fa3b718e2f08b5f723f5900d0f.tar.bz2 rneovim-91aabcb75b2ff8fa3b718e2f08b5f723f5900d0f.zip |
vim-patch:7.4.370
Problem: Linebreak test fails when encoding is not utf-8. (Danek
Duvall)
Solution: Split the test in a single byte one and a utf-8 one.
(Christian Brabandt)
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 2c4172d6e0..f72c4d6de4 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -225,7 +225,7 @@ static int included_patches[] = { //373, //372, 371, - //370, + 370, //369, //368, //367, |