aboutsummaryrefslogtreecommitdiff
path: root/runtime/ftplugin/sbt.vim
Commit message (Collapse)AuthorAge
* vim-patch:5a68cdf14915Christian Clason2023-12-15
| | | | | | | | | | runtime(sbt): do not set b:did_ftplugin before sourcing scala ftplugin(vim/vim#13657) The `b:did_ftplugin` guard was set and prevented us from actually sourcing `ftplugin/scala.vim`. Since the latter script also sets the guard properly, we can simply remove the guard here. https://github.com/vim/vim/commit/5a68cdf14915f20a1a6889cd0a76d29ecd374f24 Co-authored-by: Karl Yngve LervÄg <karl.yngve@lervag.net>
* vim-patch:b4d6c3ea4a59Justin M. Keyes2017-11-07
Update runtime files. https://github.com/vim/vim/commit/b4d6c3ea4a59c6d8d4e0e52120596866f0edd510