From 313c24a31b7b6c670eb1eb1d98a0d6c9f584d273 Mon Sep 17 00:00:00 2001 From: Jurica Bradaric Date: Tue, 9 Feb 2016 23:55:51 +0100 Subject: vim-patch:7.4.856 Problem: "zt" still doesn't work well with filler lines. (Gary Johnson) Solution: Check for filler lines above the cursor. (Christian Brabandt) https://github.com/vim/vim/commit/a09a2c5857ab854f0870573b5160da1964c905a2 --- 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 74b45cea53..f9aa99eb5c 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -432,7 +432,7 @@ static int included_patches[] = { // 859, 858, // 857, - // 856, + 856, // 855 NA // 854 NA 853, -- cgit