854b0ac
To: vim-dev@vim.org
854b0ac
Subject: Patch 7.2.411
854b0ac
Fcc: outbox
854b0ac
From: Bram Moolenaar <Bram@moolenaar.net>
854b0ac
Mime-Version: 1.0
854b0ac
Content-Type: text/plain; charset=UTF-8
854b0ac
Content-Transfer-Encoding: 8bit
854b0ac
------------
854b0ac
854b0ac
Patch 7.2.411
854b0ac
Problem:    When parsing 'cino' a comma isn't skipped properly.
854b0ac
Solution:   Skip the comma. (Lech Lorens)
854b0ac
Files:	    src/misc1.c
854b0ac
854b0ac
854b0ac
*** ../vim-7.2.410/src/misc1.c	2010-03-02 12:37:01.000000000 +0100
854b0ac
--- src/misc1.c	2010-03-23 18:18:15.000000000 +0100
854b0ac
***************
854b0ac
*** 6270,6275 ****
854b0ac
--- 6270,6277 ----
854b0ac
  	    case 'l': ind_keep_case_label = n; break;
854b0ac
  	    case '#': ind_hash_comment = n; break;
854b0ac
  	}
854b0ac
+ 	if (*options == ',')
854b0ac
+ 	    ++options;
854b0ac
      }
854b0ac
  
854b0ac
      /* remember where the cursor was when we started */
854b0ac
*** ../vim-7.2.410/src/version.c	2010-03-23 18:06:47.000000000 +0100
854b0ac
--- src/version.c	2010-03-23 18:22:13.000000000 +0100
854b0ac
***************
854b0ac
*** 683,684 ****
854b0ac
--- 683,686 ----
854b0ac
  {   /* Add new patch number below this line */
854b0ac
+ /**/
854b0ac
+     411,
854b0ac
  /**/
854b0ac
854b0ac
-- 
854b0ac
BRIDGEKEEPER: What is your favorite editor?
854b0ac
GAWAIN:       Emacs ...  No, Viiiiiiiiiiimmmmmmm!
854b0ac
           "Monty Python and the Holy editor wars" PYTHON (MONTY) SOFTWARE LTD
854b0ac
854b0ac
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
854b0ac
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
854b0ac
\\\        download, build and distribute -- http://www.A-A-P.org        ///
854b0ac
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///