comparison src/testdir/test43.in @ 3296:5c5ca538693f

updated for version 7.3.416 Problem: Compiler warning for wrong pointer. Solution: Add type cast.
author Bram Moolenaar <bram@vim.org>
date Thu, 26 Jan 2012 18:03:07 +0100
parents 80c529a5650f
children
comparison
equal deleted inserted replaced
3295:6b0ca8492ed0 3296:5c5ca538693f
1 Tests for regexp with various magic settings. 1 Tests for regexp with various magic settings.
2 2
3 STARTTEST 3 STARTTEST
4 :so small.vim
4 :set nocompatible viminfo+=nviminfo 5 :set nocompatible viminfo+=nviminfo
5 /^1 6 /^1
6 /a*b\{2}c\+/e 7 /a*b\{2}c\+/e
7 x/\Md\*e\{2}f\+/e 8 x/\Md\*e\{2}f\+/e
8 x:set nomagic 9 x:set nomagic