comparison src/testdir/test55.in @ 294:1c1cbdc42f75 v7.0077

updated for version 7.0077
author vimboss
date Tue, 31 May 2005 22:22:17 +0000
parents a2ff714de3db
children a209672376fd
comparison
equal deleted inserted replaced
293:f811be6fa9b5 294:1c1cbdc42f75
272 :$put =string(split(' aa bb ', '\W\+', 1)) 272 :$put =string(split(' aa bb ', '\W\+', 1))
273 :$put =string(split(' aa bb ', '\W', 1)) 273 :$put =string(split(' aa bb ', '\W', 1))
274 :$put =string(split(':aa::bb:', ':', 0)) 274 :$put =string(split(':aa::bb:', ':', 0))
275 :$put =string(split(':aa::bb:', ':', 1)) 275 :$put =string(split(':aa::bb:', ':', 1))
276 :$put =string(split('aa,,bb, cc,', ',\s*', 1)) 276 :$put =string(split('aa,,bb, cc,', ',\s*', 1))
277 :$put =string(split('abc', '\zs'))
278 :$put =string(split('abc', '\zs', 1))
277 :" 279 :"
278 :endfun 280 :endfun
279 :call Test(1, 2, [3, 4], {5: 6}) " This may take a while 281 :call Test(1, 2, [3, 4], {5: 6}) " This may take a while
280 :" 282 :"
281 :/^start:/,$wq! test.out 283 :/^start:/,$wq! test.out