diff options
| author | Bram Moolenaar <Bram@vim.org> | 2014-03-30 16:49:09 +0200 |
|---|---|---|
| committer | Bram Moolenaar <Bram@vim.org> | 2014-03-30 16:49:09 +0200 |
| commit | a392038db5871af6f78fe4d822d9f7126f25eab6 (patch) | |
| tree | f5143b9e270cec7da7bee872f59828a1479df80c /src/testdir/test104.ok | |
| parent | 922a4664fe51662a24097b8e74e5f716beef12f4 (diff) | |
| download | vim-git-a392038db5871af6f78fe4d822d9f7126f25eab6.tar.gz | |
updated for version 7.4.229v7.4.229
Problem: Using ":let" for listing variables and the second one is a curly
braces expression may fail.
Solution: Check for an "=" in a better way. (ZyX)
Diffstat (limited to 'src/testdir/test104.ok')
| -rw-r--r-- | src/testdir/test104.ok | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/testdir/test104.ok b/src/testdir/test104.ok index 5c16509af..5fb20945c 100644 --- a/src/testdir/test104.ok +++ b/src/testdir/test104.ok @@ -1,2 +1,13 @@ Results of test104: OK: function('tr') +OK: + a #1 + b #2 +OK: + b #2 +OK: + b #2 + a #1 +OK: + a #1 + b #2 |
