]> granicus.if.org Git - vim/commitdiff
updated for version 7.1-323 v7.1.323
authorBram Moolenaar <Bram@vim.org>
Fri, 20 Jun 2008 15:53:31 +0000 (15:53 +0000)
committerBram Moolenaar <Bram@vim.org>
Fri, 20 Jun 2008 15:53:31 +0000 (15:53 +0000)
src/testdir/test19.in
src/testdir/test38.in
src/version.c

index 0d9b421a231565e8cdbda7ca59b38271b8835d9f..bdcfb77dba3b12aad1cd32f8e0ce45b944970e63 100644 (file)
@@ -2,6 +2,8 @@ Tests for "r<Tab>" 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=\16x7f t_kb=\16x08
 /some
 r      :set noexpandtab
 /other
index 885bd0967fe19e6c0156d0ad852b50358d90a11b..3e0236251bfa67dd18f14db455e25935206949ed 100644 (file)
@@ -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=\16x7f t_kb=\16x08
 ggdGa
 abcdefghi
 jk     lmn
index c8d4958cde0ff7460f0f08895e58f57f53cf1227..ab34115a14ed541ca494b00985b7b03de43c29f9 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    323,
 /**/
     322,
 /**/