# HG changeset patch # User vimboss # Date 1213977211 0 # Node ID 4541e06d4fb9dd8b69a7ab43653c72022f95151f # Parent 1324b7b755f3b5570ce9aa7fb27c075c89a1d2df updated for version 7.1-323 diff --git a/src/testdir/test19.in b/src/testdir/test19.in --- a/src/testdir/test19.in +++ b/src/testdir/test19.in @@ -2,6 +2,8 @@ Tests for "r" 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 diff --git a/src/testdir/test38.in b/src/testdir/test38.in --- 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 --- 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,