Mercurial > vim
annotate src/testdir/test17.ok @ 9157:e316b83892c1 v7.4.1862
commit https://github.com/vim/vim/commit/18dfb4404a618c52ee7138630a2381aed4d66eaf
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue May 31 22:31:23 2016 +0200
patch 7.4.1862
Problem: string() with repeated argument does not give a result usable by
eval().
Solution: Refactor echo_striong and tv2string(), moving the common part to
echo_string_core(). (Ken Takata)
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Tue, 31 May 2016 22:45:06 +0200 |
parents | 5569d11ef585 |
children |
rev | line source |
---|---|
7 | 1 This file is just to test "gf" in test 17. |
2485
5edcd4ef88df
Small changes to the test files. (John Beckett)
Bram Moolenaar <bram@vim.org>
parents:
7
diff
changeset
|
2 The contents is not important. |
7 | 3 Just testing! |
3699 | 4 |
5 | |
6 --- Included files in path --- | |
7 Xdir1/dir2/foo.a | |
8 Xdir1/dir2/foo.a --> | |
9 Xdir1/dir2/bar.a | |
10 Xdir1/dir2/bar.a --> | |
11 Xdir1/dir2/baz.a | |
12 Xdir1/dir2/baz.a --> | |
13 "foo.a" (Already listed) | |
14 | |
15 | |
16 --- Included files in path --- | |
17 Xdir1/dir2/foo.b | |
18 Xdir1/dir2/foo.b --> | |
19 Xdir1/dir2/bar.b | |
20 Xdir1/dir2/bar.b --> | |
21 Xdir1/dir2/baz.b | |
22 Xdir1/dir2/baz.b --> | |
23 foo (Already listed) | |
24 | |
25 | |
26 --- Included files in path --- | |
27 Xdir1/dir2/foo.c | |
28 Xdir1/dir2/foo.c --> | |
29 Xdir1/dir2/bar.c | |
30 Xdir1/dir2/bar.c --> | |
31 Xdir1/dir2/baz.c | |
32 Xdir1/dir2/baz.c --> | |
5118
5569d11ef585
updated for version 7.3.1302
Bram Moolenaar <bram@vim.org>
parents:
3699
diff
changeset
|
33 foo.c (Already listed) |