| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | vim-patch:8.1.0888: the a: dict is not immutable as documented (#10819) | Abdelhakeem Osama | 2019-08-21 |
| | | | | | | | Problem: The a: dict is not immutable as documented. Solution: Make the a:dict immutable, add a test. (Ozaki Kiichi, Yasuhiro Matsumoto, closes vim/vim#3929) https://github.com/vim/vim/commit/31b816042fca879b11965ddd75287732563ba698 | ||
| * | vim-patch:8.0.0861: still many old style tests | Justin M. Keyes | 2018-02-11 |
| Problem: Still many old style tests. Solution: Convert several tests to new style. (Yegappan Lakshmanan) https://github.com/vim/vim/commit/4a137b45864310060410f34cb9c7d0f0231bb256 vim-patch:8.0.0862: file size test fails on MS-Windows Problem: File size test fails on MS-Windows. Solution: Set fileformat after opening new buffer. Strip CR. https://github.com/vim/vim/commit/07c043af5f054c7dfeb676414f8fa6aeda8f9c2b | |||