comparison src/testdir/test81.in @ 2925:441d364773dc v7.3.235

updated for version 7.3.235 Problem: ";" gets stuck on a "t" command, it's not useful. Solution: Add the ';' flag in 'cpo'. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Sun, 26 Jun 2011 05:36:34 +0200
parents
children 7fe2c092913e
comparison
equal deleted inserted replaced
2924:199b94533764 2925:441d364773dc
1 Test for t movement command and 'cpo-;' setting
2
3 STARTTEST
4 :set nocompatible
5 :set cpo-=;
6 /firstline/
7 j0tt;D
8 $Ty;D:set cpo+=;
9 j0tt;;D
10 $Ty;;D:?firstline?+1,$w! test.out
11 :qa!
12 ENDTEST
13
14 firstline
15 aaa two three four
16 bbb yee yoo four
17 ccc two three four
18 ddd yee yoo four