From 24ebb018e28187c61900b1616e4f79fec9d70878 Mon Sep 17 00:00:00 2001 From: Scott Prager Date: Sat, 11 Oct 2014 19:13:35 -0400 Subject: vim-patch:7.4.416 Problem: Problem with breakindent/showbreak and tabs. Solution: Handle tabs differently. (Christian Brabandt) https://code.google.com/p/vim/source/detail?name=v7-4-416 --- src/nvim/version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nvim/version.c') diff --git a/src/nvim/version.c b/src/nvim/version.c index 9b5b995801..cf0edd8542 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -249,7 +249,7 @@ static int included_patches[] = { //419, 418, //417, - //416, + 416, 415, 414, //413 NA -- cgit From c92e649a1ef9846ec86b09acc8d92f30b1c1d5db Mon Sep 17 00:00:00 2001 From: Scott Prager Date: Sat, 11 Oct 2014 19:29:38 -0400 Subject: vim-patch:7.4.417 Problem: After splitting a window and setting 'breakindent' the default minimum with is not respected. Solution: Call briopt_check() when copying options to a new window. https://code.google.com/p/vim/source/detail?r=v7-4-417 --- src/nvim/version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nvim/version.c') diff --git a/src/nvim/version.c b/src/nvim/version.c index cf0edd8542..248332c42c 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -248,7 +248,7 @@ static int included_patches[] = { //420 NA //419, 418, - //417, + 417, 416, 415, 414, -- cgit