comparison src/testdir/test_eval.ok @ 5796:f084024c0ddb v7.4.242

updated for version 7.4.242 Problem: getreg() does not distinguish between a NL used for a line break and a NL used for a NUL character. Solution: Add another argument to return a list. (ZyX)
author Bram Moolenaar <bram@vim.org>
date Wed, 02 Apr 2014 19:55:10 +0200
parents
children 9f8fa56f1906
comparison
equal deleted inserted replaced
5795:64e4633f0751 5796:f084024c0ddb
1 result
2 'one
3 two
4 three
5 four
6 '
7 ['one', 'two', 'three', 'four']