]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blame - vim/patches/vim-7.3.412.patch0
vim: Update configuration file.
[people/arne_f/ipfire-3.x.git] / vim / patches / vim-7.3.412.patch0
CommitLineData
c6060300
MT
1To: vim_dev@googlegroups.com
2Subject: Patch 7.3.412
3Fcc: outbox
4From: Bram Moolenaar <Bram@moolenaar.net>
5Mime-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8------------
9
10Patch 7.3.412
11Problem: Storing a float in a session file has an additional '&'.
12Solution: Remove the '&'. (Yasuhiro Matsumoto)
13Files: src/eval.c
14
15
16*** ../vim-7.3.411/src/eval.c 2012-01-20 20:44:38.000000000 +0100
17--- src/eval.c 2012-01-26 11:39:39.000000000 +0100
18***************
19*** 22929,22935 ****
20 f = -f;
21 sign = '-';
22 }
23! if ((fprintf(fd, "let %s = %c&%f",
24 this_var->di_key, sign, f) < 0)
25 || put_eol(fd) == FAIL)
26 return FAIL;
27--- 22929,22935 ----
28 f = -f;
29 sign = '-';
30 }
31! if ((fprintf(fd, "let %s = %c%f",
32 this_var->di_key, sign, f) < 0)
33 || put_eol(fd) == FAIL)
34 return FAIL;
35*** ../vim-7.3.411/src/version.c 2012-01-26 11:43:04.000000000 +0100
36--- src/version.c 2012-01-26 11:44:56.000000000 +0100
37***************
38*** 716,717 ****
39--- 716,719 ----
40 { /* Add new patch number below this line */
41+ /**/
42+ 412,
43 /**/
44
45--
46Imagine a world without hypothetical situations.
47
48 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
49/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
50\\\ an exciting new programming language -- http://www.Zimbu.org ///
51 \\\ help me help AIDS victims -- http://ICCF-Holland.org ///