changeset 1610:4541e06d4fb9 v7.1.323

updated for version 7.1-323
author vimboss
date Fri, 20 Jun 2008 15:53:31 +0000
parents 1324b7b755f3
children c669f3280f59
files src/testdir/test19.in src/testdir/test38.in src/version.c
diffstat 3 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/testdir/test19.in
+++ b/src/testdir/test19.in
@@ -2,6 +2,8 @@ Tests for "r<Tab>" with 'smarttab' and '
 
 STARTTEST
 :set smarttab expandtab ts=8 sw=4
+:" make sure that backspace works, no matter what termcap is used
+:set t_kD=x7f t_kb=x08
 /some
 r	:set noexpandtab
 /other
--- a/src/testdir/test38.in
+++ b/src/testdir/test38.in
@@ -3,6 +3,8 @@ Test Virtual replace mode.
 
 STARTTEST
 :so small.vim
+:" make sure that backspace works, no matter what termcap is used
+:set t_kD=x7f t_kb=x08
 ggdGa
 abcdefghi
 jk	lmn
--- a/src/version.c
+++ b/src/version.c
@@ -667,6 +667,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    323,
+/**/
     322,
 /**/
     321,