From ba79b4e389947a38ad80302a2923bc9b8a55e777 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Fri, 20 Jun 2008 15:53:31 +0000 Subject: updated for version 7.1-323 --- src/testdir/test19.in | 2 ++ src/testdir/test38.in | 2 ++ src/version.c | 2 ++ 3 files changed, 6 insertions(+) (limited to 'src') diff --git a/src/testdir/test19.in b/src/testdir/test19.in index 0d9b421a2..bdcfb77db 100644 --- a/src/testdir/test19.in +++ b/src/testdir/test19.in @@ -2,6 +2,8 @@ Tests for "r" with 'smarttab' and 'expandtab' set/not set. 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 diff --git a/src/testdir/test38.in b/src/testdir/test38.in index 885bd0967..3e0236251 100644 --- 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 diff --git a/src/version.c b/src/version.c index c8d4958cd..ab34115a1 100644 --- a/src/version.c +++ b/src/version.c @@ -666,6 +666,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 323, /**/ 322, /**/ -- cgit v1.2.1