diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2014-08-20 12:24:34 -0400 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2014-08-20 12:24:34 -0400 |
commit | 118a31c24c7ce76da909026cd10a94feb88803bc (patch) | |
tree | 8bbd708d924ef68017949e4bf9b773d5d833b82d /src/nvim/version.c | |
parent | bbefc73c553d681f78f40df9d97ec89ae9b06520 (diff) | |
parent | 3b0f7fe59392138c886063b09e3cf41b25d53056 (diff) | |
download | rneovim-118a31c24c7ce76da909026cd10a94feb88803bc.tar.gz rneovim-118a31c24c7ce76da909026cd10a94feb88803bc.tar.bz2 rneovim-118a31c24c7ce76da909026cd10a94feb88803bc.zip |
Merge pull request #691 from fmoralesc/master
Port vim's breakindent patch to neovim's codebase. (vim patches 7.4.338, 7.4.346, 7.4.352, 7.4.353, 7.4.370, 7.4.371, 7.4.388)
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 6e503200f0..5684a3f8d8 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -207,7 +207,7 @@ static int included_patches[] = { //391, //390, //389, - //388, + 388, //387, //386, //385, @@ -224,8 +224,8 @@ static int included_patches[] = { //374, //373, //372, - //371, - //370, + 371, + 370, //369, //368, //367, @@ -242,14 +242,14 @@ static int included_patches[] = { //356 NA //355, //354, - //353, - //352, + 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, |