diff options
author | Felipe Morales <hel.sheep@gmail.com> | 2014-08-16 12:58:11 -0400 |
---|---|---|
committer | Felipe Morales <hel.sheep@gmail.com> | 2014-08-20 05:19:57 -0400 |
commit | dfdfee0260a95eb020d0b9cea2273b1f5002c184 (patch) | |
tree | f6f09ed12f8ac2512acb55dcc55659eae20e29f1 /src/nvim/version.c | |
parent | 22c782bcb24aa191163ebf80de5a75acaba823b3 (diff) | |
download | rneovim-dfdfee0260a95eb020d0b9cea2273b1f5002c184.tar.gz rneovim-dfdfee0260a95eb020d0b9cea2273b1f5002c184.tar.bz2 rneovim-dfdfee0260a95eb020d0b9cea2273b1f5002c184.zip |
vim-patch: 7.4.353
Make 'breakindent' work with the 'list' option.
Originally patched in vim patch 7.4.353, by chrisbra
(https://code.google.com/p/vim/source/detail?r=d42a1d3b74d40f580359dbd139d2d0dfa7235252)
Updated version.c.
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 6e503200f0..6ec6bc0b7e 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -242,14 +242,14 @@ static int included_patches[] = { //356 NA //355, //354, - //353, + 353, //352, //351, //350, //349, //348, //347, - //346, + 346, //345, //344, //343, @@ -257,7 +257,7 @@ static int included_patches[] = { //341, //340 NA //339, - //338, + 338, //337, //336, 335, |