commit | aac624bacd4be0c5a8e603dac9020f4a754c9c9c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 02 21:31:39 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 02 21:31:39 2016 +0100 |
tree | 9c081740578f9e049b514a7e014d7921e17391f7 | |
parent | ee2739787f1e996739541bb60e6003b892497e03 [diff] [blame] |
patch 7.4.1034 Problem: There is no test for the 'backspace' option behavior. Solution: Add a test. (Hirohito Higashi)
diff --git a/src/version.c b/src/version.c index e49fadb..90cfd89 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1034, +/**/ 1033, /**/ 1032,