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