]> granicus.if.org Git - vim/commitdiff
updated for version 7.3.302 v7.3.302
authorBram Moolenaar <Bram@vim.org>
Thu, 8 Sep 2011 21:22:40 +0000 (23:22 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 8 Sep 2011 21:22:40 +0000 (23:22 +0200)
Problem:    Test 19 fails without 'smartindent' and +eval.
Solution:   Don't use ":exe". Source small.vim.

src/testdir/test19.in
src/version.c

index ff6e255174f33c8c60115c0b216fb0247b45f3fe..cbb4dd2c22ff15d7291bc0e776aecef93a83f8e4 100644 (file)
@@ -1,6 +1,7 @@
 Tests for "r<Tab>" with 'smarttab' and 'expandtab' set/not set.
 
 STARTTEST
+:so small.vim
 :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
@@ -14,8 +15,8 @@ r
 0wR                    \e
 :" Test that copyindent works with expandtab set
 :set expandtab smartindent copyindent ts=8 sw=8 sts=8
-:exe "norm! o{\<cr>x"
-:?^start?,$w! test.out
+o{
+x\e:?^start?,$w! test.out
 :qa!
 ENDTEST
 
index be9f058db254cba95db886c418485f5c04030c24..d2d0d2c4a84764707a5468d8a03d574ea3f52913 100644 (file)
@@ -709,6 +709,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    302,
 /**/
     301,
 /**/