mirror of
https://github.com/neovim/neovim.git
synced 2025-09-15 15:58:17 +00:00
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:
@@ -2202,6 +2202,8 @@ set_options_default (
|
|||||||
FOR_ALL_TAB_WINDOWS(tp, wp) {
|
FOR_ALL_TAB_WINDOWS(tp, wp) {
|
||||||
win_comp_scroll(wp);
|
win_comp_scroll(wp);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
parse_cino(curbuf);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Set the Vi-default value of a string option.
|
/// Set the Vi-default value of a string option.
|
||||||
|
@@ -299,7 +299,7 @@ static int included_patches[] = {
|
|||||||
441,
|
441,
|
||||||
440,
|
440,
|
||||||
439,
|
439,
|
||||||
//438,
|
438,
|
||||||
437,
|
437,
|
||||||
436,
|
436,
|
||||||
435,
|
435,
|
||||||
|
Reference in New Issue
Block a user