[vim] - patchlevel 714

Karsten Hopp karsten at fedoraproject.org
Tue Nov 20 16:31:30 UTC 2012


commit febd3051312dc2ad7cc436078272da1137b5ebbb
Author: Karsten Hopp <karsten at redhat.com>
Date:   Tue Nov 20 17:31:17 2012 +0100

    - patchlevel 714

 7.3.714 |   62 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 62 insertions(+), 0 deletions(-)
---
diff --git a/7.3.714 b/7.3.714
new file mode 100644
index 0000000..97cafb0
--- /dev/null
+++ b/7.3.714
@@ -0,0 +1,62 @@
+To: vim_dev at googlegroups.com
+Subject: Patch 7.3.714
+Fcc: outbox
+From: Bram Moolenaar <Bram at moolenaar.net>
+Mime-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+------------
+
+Patch 7.3.714
+Problem:    Inconsistency: :set can be used in the sandbox, but :setlocal and
+	    :setglobal cannot. (Michael Henry)
+Solution:   Fix the flags for :setlocal and :setglobal. (Christian Brabandt)
+Files:	    src/ex_cmds.h
+
+
+*** ../vim-7.3.713/src/ex_cmds.h	2012-08-08 17:31:36.000000000 +0200
+--- src/ex_cmds.h	2012-11-14 20:41:28.000000000 +0100
+***************
+*** 832,840 ****
+  EX(CMD_setfiletype,	"setfiletype",	ex_setfiletype,
+  			TRLBAR|EXTRA|NEEDARG|CMDWIN),
+  EX(CMD_setglobal,	"setglobal",	ex_set,
+! 			TRLBAR|EXTRA|CMDWIN),
+  EX(CMD_setlocal,	"setlocal",	ex_set,
+! 			TRLBAR|EXTRA|CMDWIN),
+  EX(CMD_sfind,		"sfind",	ex_splitview,
+  			BANG|FILE1|RANGE|NOTADR|EDITCMD|ARGOPT|TRLBAR),
+  EX(CMD_sfirst,		"sfirst",	ex_rewind,
+--- 832,840 ----
+  EX(CMD_setfiletype,	"setfiletype",	ex_setfiletype,
+  			TRLBAR|EXTRA|NEEDARG|CMDWIN),
+  EX(CMD_setglobal,	"setglobal",	ex_set,
+! 			TRLBAR|EXTRA|CMDWIN|SBOXOK),
+  EX(CMD_setlocal,	"setlocal",	ex_set,
+! 			TRLBAR|EXTRA|CMDWIN|SBOXOK),
+  EX(CMD_sfind,		"sfind",	ex_splitview,
+  			BANG|FILE1|RANGE|NOTADR|EDITCMD|ARGOPT|TRLBAR),
+  EX(CMD_sfirst,		"sfirst",	ex_rewind,
+*** ../vim-7.3.713/src/version.c	2012-11-14 18:10:49.000000000 +0100
+--- src/version.c	2012-11-14 20:43:01.000000000 +0100
+***************
+*** 727,728 ****
+--- 727,730 ----
+  {   /* Add new patch number below this line */
++ /**/
++     714,
+  /**/
+
+-- 
+"So this is it," said Arthur, "we are going to die."
+"Yes," said Ford, "except...no!  Wait a minute!"  He suddenly lunged across
+the chamber at something behind Arthur's line of vision.  "What's this
+switch?" he cried.
+"What?   Where?" cried Arthur, twisting around.
+"No, I was only fooling," said Ford, "we are going to die after all."
+		-- Douglas Adams, "The Hitchhiker's Guide to the Galaxy"
+
+ /// Bram Moolenaar -- Bram at Moolenaar.net -- http://www.Moolenaar.net   \\\
+///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
+\\\  an exciting new programming language -- http://www.Zimbu.org        ///
+ \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///


More information about the scm-commits mailing list