From 853440053c3495958644cb6deabde733ede5dd56 Mon Sep 17 00:00:00 2001 From: James McCoy Date: Tue, 10 May 2016 22:47:25 -0400 Subject: vim-patch:7.4.1034 Problem: There is no test for the 'backspace' option behavior. Solution: Add a test. (Hirohito Higashi) https://github.com/vim/vim/commit/aac624bacd4be0c5a8e603dac9020f4a754c9c9c --- src/nvim/version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/nvim/version.c b/src/nvim/version.c index bd712b8ac0..fce2896ddf 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -650,7 +650,7 @@ static int included_patches[] = { 1037, 1036, 1035, - // 1034, + 1034, // 1033 NA 1032, // 1031 NA, -- cgit