karsten pushed to vim (master). "- patchlevel 697"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed Jun 10 08:18:57 UTC 2015


From af034f471761d66853cb43b57576cc7e454f48ed Mon Sep 17 00:00:00 2001
From: Karsten Hopp <karsten at redhat.com>
Date: Mon, 13 Apr 2015 18:00:04 +0200
Subject: - patchlevel 697


diff --git a/7.4.697 b/7.4.697
new file mode 100644
index 0000000..da314f3
--- /dev/null
+++ b/7.4.697
@@ -0,0 +1,54 @@
+To: vim_dev at googlegroups.com
+Subject: Patch 7.4.697
+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.4.697
+Problem:    The filename used for ":profile" must be given literally.
+Solution:   Expand "~" and environment variables. (Marco Hinz)
+Files:      src/ex_cmds2.c
+
+
+*** ../vim-7.4.696/src/ex_cmds2.c	2015-02-27 20:33:27.448780691 +0100
+--- src/ex_cmds2.c	2015-04-13 15:31:48.505997750 +0200
+***************
+*** 1108,1114 ****
+      if (len == 5 && STRNCMP(eap->arg, "start", 5) == 0 && *e != NUL)
+      {
+  	vim_free(profile_fname);
+! 	profile_fname = vim_strsave(e);
+  	do_profiling = PROF_YES;
+  	profile_zero(&prof_wait_time);
+  	set_vim_var_nr(VV_PROFILING, 1L);
+--- 1108,1114 ----
+      if (len == 5 && STRNCMP(eap->arg, "start", 5) == 0 && *e != NUL)
+      {
+  	vim_free(profile_fname);
+! 	profile_fname = expand_env_save_opt(e, TRUE);
+  	do_profiling = PROF_YES;
+  	profile_zero(&prof_wait_time);
+  	set_vim_var_nr(VV_PROFILING, 1L);
+*** ../vim-7.4.696/src/version.c	2015-04-13 15:28:00.108492965 +0200
+--- src/version.c	2015-04-13 15:36:20.975024394 +0200
+***************
+*** 743,744 ****
+--- 743,746 ----
+  {   /* Add new patch number below this line */
++ /**/
++     697,
+  /**/
+
+-- 
+I am always surprised in the Linux world how quickly solutions can be
+obtained.  (Imagine sending an email to Bill Gates, asking why Windows
+crashed, and how to fix it...  and then getting an answer that fixed the
+problem... <0>_<0> !)		              -- Mark Langdon
+
+ /// 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    ///
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/vim.git/commit/?h=master&id=af034f471761d66853cb43b57576cc7e454f48ed


More information about the scm-commits mailing list