| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | vim-patch:8.0.0243 | Björn Linse | 2017-04-10 |
| | | | | | | | | | | | | Problem: When making a character lower case with tolower() changes the byte cound, it is not made lower case. Solution: Add strlow_save(). (Dominique Pelle, closes vim/vim#1406) https://github.com/vim/vim/commit/cc5b22b3bfdc0e9e835cf7871166badda31447bd Join almost identical strup_save and strlow_save functions to one Function. | ||
| * | vim-patch:8.0.0482 | Justin M. Keyes | 2017-03-22 |
| Problem: The setbufvar() function may mess up the window layout. (Kay Z.) Solution: Do not check the window to be valid if it is NULL. https://github.com/vim/vim/commit/2c90d51123fba44a90e09aa4a4f2b7d972dadb94 | |||