From dfdfee0260a95eb020d0b9cea2273b1f5002c184 Mon Sep 17 00:00:00 2001 From: Felipe Morales Date: Sat, 16 Aug 2014 12:58:11 -0400 Subject: 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. --- src/nvim/version.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/nvim/version.c') 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, -- cgit