Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | vim-patch:8.2.2207: illegal memory access if popup menu items are changed ↵ | zeertzjq | 2022-11-12 |
| | | | | | | | | | | | (#21028) Problem: Illegal memory access if popup menu items are changed while the menu is visible. (Tomáš Janoušek) Solution: Make a copy of the text. (closes vim/vim#7537) https://github.com/vim/vim/commit/38455a921395a56690790c8c1d28c1c43ca04c8a Co-authored-by: Bram Moolenaar <Bram@vim.org> | ||
* | vim-patch:8.2.4378: incsearch HL broken when calling searchcount in ↵ | zeertzjq | 2022-06-29 |
| | | | | | | | | | 'tabLine' (#19147) Problem: Incsearch highlight broken when calling searchcount() in 'tabLine' function. (Mirko Palmer) Solution: Save and restore the incsearch state. (Christian Brabandt, closes vim/vim#9763, closes vim/vim#9633) https://github.com/vim/vim/commit/6dd7424c7e6ab81998c29ca3526c41b75cfde5a1 | ||
* | test: convert some search stat screendump tests to Lua screen tests | zeertzjq | 2022-02-04 |