Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | vim-patch:8.1.2045: the option.c file is too big (#19854) | zeertzjq | 2022-08-20 | |
| | | | | | | | | | | | Problem: The option.c file is too big. Solution: Split off the code dealing with strings. (Yegappan Lakshmanan, closes vim/vim#4937) https://github.com/vim/vim/commit/dac1347b4d9c1a1aef6aa73fdea08a9d1077d6ea Cherry-pick set_string_option_direct_in_win() from patch 8.1.1405. Cherry-pick shift_line() comment change from patch 8.1.2096. Move 'clipboard' default parsing to didset_string_options(). Reorder option flags to put Nvim-only flags at the end. | |||
* | vim-patch:8.2.1262: src/ex_cmds.c file is too big (#19811) | zeertzjq | 2022-08-17 | |
Problem: src/ex_cmds.c file is too big. Solution: Move help related code to src/help.c. (Yegappan Lakshmanan, closes vim/vim#6506) https://github.com/vim/vim/commit/f868ba89039045b25efe83d12ca501d657e170e8 |