diff options
author | Felipe Morales <hel.sheep@gmail.com> | 2014-08-16 15:20:04 -0400 |
---|---|---|
committer | Felipe Morales <hel.sheep@gmail.com> | 2014-08-20 05:19:57 -0400 |
commit | 244ea637244369e2b17496233096813ddf975f2f (patch) | |
tree | 7eedc902319987734e752811947237431e4d6314 /src/nvim/version.c | |
parent | dfdfee0260a95eb020d0b9cea2273b1f5002c184 (diff) | |
download | rneovim-244ea637244369e2b17496233096813ddf975f2f.tar.gz rneovim-244ea637244369e2b17496233096813ddf975f2f.tar.bz2 rneovim-244ea637244369e2b17496233096813ddf975f2f.zip |
vim-patch:7.4.371
Problem: When 'linebreak' is set control characters are not correctly
displayed. (Kimmy Lindvall)
Solution: Set n_extra. (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 6ec6bc0b7e..2c4172d6e0 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -224,7 +224,7 @@ static int included_patches[] = { //374, //373, //372, - //371, + 371, //370, //369, //368, |