mirror of
https://github.com/neovim/neovim.git
synced 2025-01-01 17:23:36 -07: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:
parent
2b9f11ac64
commit
1f73d7cb85
@ -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.
|
||||
|
@ -299,7 +299,7 @@ static int included_patches[] = {
|
||||
441,
|
||||
440,
|
||||
439,
|
||||
//438,
|
||||
438,
|
||||
437,
|
||||
436,
|
||||
435,
|
||||
|
Loading…
Reference in New Issue
Block a user