comparison src/testdir/test64.in @ 4732:0798b096bab3 v7.3.1113

updated for version 7.3.1113 Problem: New regexp engine: \%'m not supported. Solution: Implement \%'m. Add tests.
author Bram Moolenaar <bram@vim.org>
date Tue, 04 Jun 2013 21:27:38 +0200
parents 749e2b2755d5
children 97560c16ca99
comparison
equal deleted inserted replaced
4731:7c1a130ad754 4732:0798b096bab3
464 jV:s/\%Va/A/g 464 jV:s/\%Va/A/g
465 jfxfxj:s/\%Vo/O/g 465 jfxfxj:s/\%Vo/O/g
466 :/^Visual/+1,/^Visual/+4yank 466 :/^Visual/+1,/^Visual/+4yank
467 Gop:" 467 Gop:"
468 :" 468 :"
469 :" Check matching marks
470 /^Marks:
471 jfSmsfEme:.-4,.+6s/.\%>'s.*\%<'e../here/
472 jfSmsj0fEme:.-4,.+6s/.\%>'s\_.*\%<'e../again/
473 :/^Marks:/+1,/^Marks:/+3yank
474 Gop:"
475 :"
469 :" Check patterns matching cursor position. 476 :" Check patterns matching cursor position.
470 :func! Postest() 477 :func! Postest()
471 new 478 new
472 call setline(1, ['ffooooo', 'boboooo', 'zoooooo', 'koooooo', 'moooooo', "\t\t\tfoo", 'abababababababfoo', 'bababababababafoo', '********_']) 479 call setline(1, ['ffooooo', 'boboooo', 'zoooooo', 'koooooo', 'moooooo', "\t\t\tfoo", 'abababababababfoo', 'bababababababafoo', '********_'])
473 call setpos('.', [0, 1, 0, 0]) 480 call setpos('.', [0, 1, 0, 0])
532 thexe the thexethe 539 thexe the thexethe
533 andaxand andaxand 540 andaxand andaxand
534 oooxofor foroxooo 541 oooxofor foroxooo
535 oooxofor foroxooo 542 oooxofor foroxooo
536 543
544 Marks:
545 asdfSasdfsadfEasdf
546 asdfSas
547 dfsadfEasdf
548
537 Results of test64: 549 Results of test64: