aboutsummaryrefslogtreecommitdiff
path: root/runtime/autoload/haskellcomplete.vim
Commit message (Collapse)AuthorAge
* runtime/haskell: 8fe1000e9c3438d0ff36cf2340f0f0e48f8fb89fSaad Parwaiz2021-03-03
| | | | port haskellcomplete file only
* vim-patch:fc65cabb15d0Justin M. Keyes2018-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)