]> git.pld-linux.org Git - packages/vim.git/blame - 7.2.028
- new
[packages/vim.git] / 7.2.028
CommitLineData
2f43f8e6
ER
1To: vim-dev@vim.org
2Subject: Patch 7.2.028
3Fcc: outbox
4From: Bram Moolenaar <Bram@moolenaar.net>
5Mime-Version: 1.0
6Content-Type: text/plain; charset=ISO-8859-1
7Content-Transfer-Encoding: 8bit
8------------
9
10Patch 7.2.028
11Problem: Confusing error message for missing ().
12Solution: Change "braces" to "parentheses". (Gary Johnson)
13Files: src/eval.c
14
15
16*** ../vim-7.2.027/src/eval.c Wed Sep 10 15:38:13 2008
17--- src/eval.c Tue Sep 30 21:43:38 2008
18***************
19*** 3287,3293 ****
20
21 if (*startarg != '(')
22 {
23! EMSG2(_("E107: Missing braces: %s"), eap->arg);
24 goto end;
25 }
26
27--- 3293,3299 ----
28
29 if (*startarg != '(')
30 {
31! EMSG2(_("E107: Missing parentheses: %s"), eap->arg);
32 goto end;
33 }
34
35*** ../vim-7.2.027/src/version.c Thu Nov 6 10:23:03 2008
36--- src/version.c Thu Nov 6 11:02:51 2008
37***************
38*** 678,679 ****
39--- 678,681 ----
40 { /* Add new patch number below this line */
41+ /**/
42+ 28,
43 /**/
44
45--
46Wizards had always known that the act of observation changed the thing that
47was observed, and sometimes forgot that it also changed the observer too.
48 Terry Pratchett - Interesting times
49
50 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
51/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
52\\\ download, build and distribute -- http://www.A-A-P.org ///
53 \\\ help me help AIDS victims -- http://ICCF-Holland.org ///
This page took 0.032747 seconds and 4 git commands to generate.