]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - vim/patches/vim-7.3.488.patch0
vim: Import latest patches from upstream.
[people/ms/ipfire-3.x.git] / vim / patches / vim-7.3.488.patch0
CommitLineData
c6060300
MT
1To: vim_dev@googlegroups.com
2Subject: Patch 7.3.488
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.488
11Problem: ":help!" in a help file does not work as document.
12Solution: When in a help file don't give an error message. (thinca)
13Files: src/ex_cmds.c
14
15
16*** ../vim-7.3.487/src/ex_cmds.c 2012-03-16 14:32:10.000000000 +0100
17--- src/ex_cmds.c 2012-04-01 14:25:35.000000000 +0200
18***************
19*** 5546,5552 ****
20 }
21 arg = eap->arg;
22
23! if (eap->forceit && *arg == NUL)
24 {
25 EMSG(_("E478: Don't panic!"));
26 return;
27--- 5546,5552 ----
28 }
29 arg = eap->arg;
30
31! if (eap->forceit && *arg == NUL && !curbuf->b_help)
32 {
33 EMSG(_("E478: Don't panic!"));
34 return;
35*** ../vim-7.3.487/src/version.c 2012-03-28 19:58:34.000000000 +0200
36--- src/version.c 2012-04-05 16:04:13.000000000 +0200
37***************
38*** 716,717 ****
39--- 716,719 ----
40 { /* Add new patch number below this line */
41+ /**/
42+ 488,
43 /**/
44
45
46--
47I'd like to meet the man who invented sex and see what he's working on now.
48
49 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
50/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
51\\\ an exciting new programming language -- http://www.Zimbu.org ///
52 \\\ help me help AIDS victims -- http://ICCF-Holland.org ///