vim-patch:7.4.438

Problem:    Cached values for 'cino' not reset for ":set all&".
Solution:   Call parse_cino(). (Yukihiro Nakadaira)

https://code.google.com/p/vim/source/detail?r=v7-4-438
This commit is contained in:
Florian Walch 2014-12-23 11:18:35 +01:00
parent 2b9f11ac64
commit 1f73d7cb85
2 changed files with 3 additions and 1 deletions

View File

@ -2202,6 +2202,8 @@ set_options_default (
FOR_ALL_TAB_WINDOWS(tp, wp) {
win_comp_scroll(wp);
}
parse_cino(curbuf);
}
/// Set the Vi-default value of a string option.

View File

@ -299,7 +299,7 @@ static int included_patches[] = {
441,
440,
439,
//438,
438,
437,
436,
435,