Patch 7.4.438
Problem: Cached values for 'cino' not reset for ":set all&".
Solution: Call parse_cino(). (Yukihiro Nakadaira)
Files: src/option.c
*** ../vim-7.4.437/src/option.c 2014-08-24 21:39:45.488526954 +0200
--- src/option.c 2014-09-09 17:29:43.216541739 +0200
***************
*** 3645,3650 ****
--- 3645,3653 ----
#else
win_comp_scroll(curwin);
#endif
+ #ifdef FEAT_CINDENT
+ parse_cino(curbuf);
+ #endif
}
/*
*** ../vim-7.4.437/src/version.c 2014-09-09 17:18:44.008540299 +0200
--- src/version.c 2014-09-09 17:32:16.108542073 +0200
***************
*** 743,744 ****
--- 743,746 ----
{ /* Add new patch number below this line */
+ /**/
+ 438,
/**/
--
hundred-and-one symptoms of being an internet addict:
112. You are amazed that anyone uses a phone without a modem on it...let
alone hear actual voices.
/// Bram Moolenaar -- [email protected] -- 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 ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.