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) {
|
||||
win_comp_scroll(wp);
|
||||
}
|
||||
|
||||
parse_cino(curbuf);
|
||||
}
|
||||
|
||||
/// Set the Vi-default value of a string option.
|
||||
|
Reference in New Issue
Block a user