lkundrak / rpms / vim

Forked from rpms/vim 4 years ago
Clone
8761921
To: vim_dev@googlegroups.com
8761921
Subject: Patch 7.3.350
8761921
Fcc: outbox
8761921
From: Bram Moolenaar <Bram@moolenaar.net>
8761921
Mime-Version: 1.0
8761921
Content-Type: text/plain; charset=UTF-8
8761921
Content-Transfer-Encoding: 8bit
8761921
------------
8761921
8761921
Patch 7.3.350
8761921
Problem:    Block of code after ":lua << EOF" may not work. (Paul Isambert)
8761921
Solution:   Recognize the ":lua" command, skip to EOF.
8761921
Files:	    src/eval.c
8761921
8761921
8761921
*** ../vim-7.3.349/src/eval.c	2011-09-30 18:35:49.000000000 +0200
8761921
--- src/eval.c	2011-10-26 13:12:06.000000000 +0200
8761921
***************
8761921
*** 20899,20904 ****
8761921
--- 20899,20906 ----
8761921
  				    && (!ASCII_ISALPHA(p[2]) || p[2] == 'r'))
8761921
  			|| (p[0] == 't' && p[1] == 'c'
8761921
  				    && (!ASCII_ISALPHA(p[2]) || p[2] == 'l'))
8761921
+ 			|| (p[0] == 'l' && p[1] == 'u' && p[2] == 'a'
8761921
+ 				    && !ASCII_ISALPHA(p[3]))
8761921
  			|| (p[0] == 'r' && p[1] == 'u' && p[2] == 'b'
8761921
  				    && (!ASCII_ISALPHA(p[3]) || p[3] == 'y'))
8761921
  			|| (p[0] == 'm' && p[1] == 'z'
8761921
*** ../vim-7.3.349/src/version.c	2011-10-26 11:44:15.000000000 +0200
8761921
--- src/version.c	2011-10-26 13:13:21.000000000 +0200
8761921
***************
8761921
*** 716,717 ****
8761921
--- 716,719 ----
8761921
  {   /* Add new patch number below this line */
8761921
+ /**/
8761921
+     350,
8761921
  /**/
8761921
8761921
-- 
8761921
From "know your smileys":
8761921
 :-| :-|   Deja' vu!
8761921
8761921
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
8761921
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
8761921
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
8761921
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///