Blame SOURCES/7.4.438

22c937
To: vim_dev@googlegroups.com
22c937
Subject: Patch 7.4.438
22c937
Fcc: outbox
22c937
From: Bram Moolenaar <Bram@moolenaar.net>
22c937
Mime-Version: 1.0
22c937
Content-Type: text/plain; charset=UTF-8
22c937
Content-Transfer-Encoding: 8bit
22c937
------------
22c937
22c937
Patch 7.4.438
22c937
Problem:    Cached values for 'cino' not reset for ":set all&".
22c937
Solution:   Call parse_cino(). (Yukihiro Nakadaira)
22c937
Files:	    src/option.c
22c937
22c937
22c937
*** ../vim-7.4.437/src/option.c	2014-08-24 21:39:45.488526954 +0200
22c937
--- src/option.c	2014-09-09 17:29:43.216541739 +0200
22c937
***************
22c937
*** 3645,3650 ****
22c937
--- 3645,3653 ----
22c937
  #else
22c937
  	win_comp_scroll(curwin);
22c937
  #endif
22c937
+ #ifdef FEAT_CINDENT
22c937
+     parse_cino(curbuf);
22c937
+ #endif
22c937
  }
22c937
  
22c937
  /*
22c937
*** ../vim-7.4.437/src/version.c	2014-09-09 17:18:44.008540299 +0200
22c937
--- src/version.c	2014-09-09 17:32:16.108542073 +0200
22c937
***************
22c937
*** 743,744 ****
22c937
--- 743,746 ----
22c937
  {   /* Add new patch number below this line */
22c937
+ /**/
22c937
+     438,
22c937
  /**/
22c937
22c937
-- 
22c937
hundred-and-one symptoms of being an internet addict:
22c937
112. You are amazed that anyone uses a phone without a modem on it...let
22c937
     alone hear actual voices.
22c937
22c937
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
22c937
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
22c937
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
22c937
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///