Problem: Test 19 fails without 'smartindent' and +eval.
Solution: Don't use ":exe". Source small.vim.
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
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
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 302,
/**/
301,
/**/