annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2925
441d364773dc updated for version 7.3.235
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
1 Test for t movement command and 'cpo-;' setting
441d364773dc updated for version 7.3.235
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
2
441d364773dc updated for version 7.3.235
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
3 STARTTEST
441d364773dc updated for version 7.3.235
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
4 :set nocompatible
441d364773dc updated for version 7.3.235
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
5 :set cpo-=;
441d364773dc updated for version 7.3.235
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
6 /firstline/
441d364773dc updated for version 7.3.235
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
7 j0tt;D
441d364773dc updated for version 7.3.235
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
8 $Ty;D:set cpo+=;
441d364773dc updated for version 7.3.235
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
9 j0tt;;D
441d364773dc updated for version 7.3.235
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
10 $Ty;;D:?firstline?+1,$w! test.out
441d364773dc updated for version 7.3.235
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
11 :qa!
441d364773dc updated for version 7.3.235
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
12 ENDTEST
441d364773dc updated for version 7.3.235
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
13
441d364773dc updated for version 7.3.235
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
14 firstline
441d364773dc updated for version 7.3.235
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
15 aaa two three four
441d364773dc updated for version 7.3.235
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
16 bbb yee yoo four
441d364773dc updated for version 7.3.235
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
17 ccc two three four
441d364773dc updated for version 7.3.235
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
18 ddd yee yoo four