summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/ftplugin/sbt.vim
AgeCommit message (Collapse)AuthorFiles
2023-12-15vim-patch:5a68cdf14915Christian Clason1
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>
2017-11-07vim-patch:b4d6c3ea4a59Justin M. Keyes1
Update runtime files. https://github.com/vim/vim/commit/b4d6c3ea4a59c6d8d4e0e52120596866f0edd510