Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | vim-patch:6c391a74fe90 (#15654) | Christian Clason | 2021-09-13 |
| | | | | | | | | | | | Update runtime files https://github.com/vim/vim/commit/6c391a74fe90190796ca0b0c010112948a6e75d7 omit autoload/getscript.vim skip doc/eval.txt (needs 8.2.2468) skip doc/various.txt (needs 8.2.3400) (typofixes courtesy of @dundargoc) | ||
* | runtime/haskell: 8fe1000e9c3438d0ff36cf2340f0f0e48f8fb89f | Saad Parwaiz | 2021-03-03 |
| | | | | port haskellcomplete file only | ||
* | vim-patch:fc65cabb15d0 | Justin M. Keyes | 2018-10-29 |
Update runtime files. https://github.com/vim/vim/commit/fc65cabb15d0236bce001ad78e12a40511caf941 --- vim-patch:8.0.1279: initializing menus can be slow Problem: Initializing menus can be slow, especially when there are many keymaps, color schemes, etc. Solution: Do the globbing for runtime files lazlily. (Ken Takata) |