]> git.pld-linux.org Git - packages/vim.git/blame - 7.0.030
- updated to 0.7.3
[packages/vim.git] / 7.0.030
CommitLineData
6f27073b
AG
1To: vim-dev@vim.org
2Subject: Patch 7.0.030
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.0.030
11Problem: The ":compiler" command can't be used in a FileChangedRO event.
12 (Hari Krishna Dara)
13Solution: Add the CMDWIN flag to the ":compiler" command.
14Files: src/ex_cmds.h
15
16
17*** ../vim-7.0.029/src/ex_cmds.h Fri Apr 7 23:40:07 2006
18--- src/ex_cmds.h Sun Jun 18 22:44:01 2006
19***************
20*** 262,268 ****
21 EX(CMD_comclear, "comclear", ex_comclear,
22 TRLBAR|CMDWIN),
23 EX(CMD_compiler, "compiler", ex_compiler,
24! BANG|TRLBAR|WORD1),
25 EX(CMD_continue, "continue", ex_continue,
26 TRLBAR|SBOXOK|CMDWIN),
27 EX(CMD_confirm, "confirm", ex_wrongmodifier,
28--- 262,268 ----
29 EX(CMD_comclear, "comclear", ex_comclear,
30 TRLBAR|CMDWIN),
31 EX(CMD_compiler, "compiler", ex_compiler,
32! BANG|TRLBAR|WORD1|CMDWIN),
33 EX(CMD_continue, "continue", ex_continue,
34 TRLBAR|SBOXOK|CMDWIN),
35 EX(CMD_confirm, "confirm", ex_wrongmodifier,
36*** ../vim-7.0.029/src/version.c Thu Jun 22 21:01:19 2006
37--- src/version.c Thu Jun 22 21:08:12 2006
38***************
39*** 668,669 ****
40--- 668,671 ----
41 { /* Add new patch number below this line */
42+ /**/
43+ 30,
44 /**/
45
46--
47Every person is responsible for the choices he makes.
48
49 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
50/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
51\\\ download, build and distribute -- http://www.A-A-P.org ///
52 \\\ help me help AIDS victims -- http://ICCF-Holland.org ///
This page took 0.030572 seconds and 4 git commands to generate.