]> git.pld-linux.org Git - packages/vim.git/blame - 7.3.714
- add patches 7.3.619-743
[packages/vim.git] / 7.3.714
CommitLineData
5a088057
KK
1To: vim_dev@googlegroups.com
2Subject: Patch 7.3.714
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.714
11Problem: Inconsistency: :set can be used in the sandbox, but :setlocal and
12 :setglobal cannot. (Michael Henry)
13Solution: Fix the flags for :setlocal and :setglobal. (Christian Brabandt)
14Files: src/ex_cmds.h
15
16
17*** ../vim-7.3.713/src/ex_cmds.h 2012-08-08 17:31:36.000000000 +0200
18--- src/ex_cmds.h 2012-11-14 20:41:28.000000000 +0100
19***************
20*** 832,840 ****
21 EX(CMD_setfiletype, "setfiletype", ex_setfiletype,
22 TRLBAR|EXTRA|NEEDARG|CMDWIN),
23 EX(CMD_setglobal, "setglobal", ex_set,
24! TRLBAR|EXTRA|CMDWIN),
25 EX(CMD_setlocal, "setlocal", ex_set,
26! TRLBAR|EXTRA|CMDWIN),
27 EX(CMD_sfind, "sfind", ex_splitview,
28 BANG|FILE1|RANGE|NOTADR|EDITCMD|ARGOPT|TRLBAR),
29 EX(CMD_sfirst, "sfirst", ex_rewind,
30--- 832,840 ----
31 EX(CMD_setfiletype, "setfiletype", ex_setfiletype,
32 TRLBAR|EXTRA|NEEDARG|CMDWIN),
33 EX(CMD_setglobal, "setglobal", ex_set,
34! TRLBAR|EXTRA|CMDWIN|SBOXOK),
35 EX(CMD_setlocal, "setlocal", ex_set,
36! TRLBAR|EXTRA|CMDWIN|SBOXOK),
37 EX(CMD_sfind, "sfind", ex_splitview,
38 BANG|FILE1|RANGE|NOTADR|EDITCMD|ARGOPT|TRLBAR),
39 EX(CMD_sfirst, "sfirst", ex_rewind,
40*** ../vim-7.3.713/src/version.c 2012-11-14 18:10:49.000000000 +0100
41--- src/version.c 2012-11-14 20:43:01.000000000 +0100
42***************
43*** 727,728 ****
44--- 727,730 ----
45 { /* Add new patch number below this line */
46+ /**/
47+ 714,
48 /**/
49
50--
51"So this is it," said Arthur, "we are going to die."
52"Yes," said Ford, "except...no! Wait a minute!" He suddenly lunged across
53the chamber at something behind Arthur's line of vision. "What's this
54switch?" he cried.
55"What? Where?" cried Arthur, twisting around.
56"No, I was only fooling," said Ford, "we are going to die after all."
57 -- Douglas Adams, "The Hitchhiker's Guide to the Galaxy"
58
59 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
60/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
61\\\ an exciting new programming language -- http://www.Zimbu.org ///
62 \\\ help me help AIDS victims -- http://ICCF-Holland.org ///
This page took 0.077288 seconds and 4 git commands to generate.