comparison src/testdir/test62.in @ 5846:8f84e906d454 v7.4.266

updated for version 7.4.266 Problem: Test 62 fails. Solution: Set the language to C. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Tue, 29 Apr 2014 11:55:29 +0200
parents 45b2278e6f46
children 22f95a018b13
comparison
equal deleted inserted replaced
5845:01f2b7e6b33c 5846:8f84e906d454
1 Tests for tab pages 1 Tests for tab pages
2 2
3 STARTTEST 3 STARTTEST
4 :so small.vim 4 :so small.vim
5 :lang C
5 :" Simple test for opening and closing a tab page 6 :" Simple test for opening and closing a tab page
6 :tabnew 7 :tabnew
7 :let nr = tabpagenr() 8 :let nr = tabpagenr()
8 :q 9 :q
9 :call append(line('$'), 'tab page ' . nr) 10 :call append(line('$'), 'tab page ' . nr)