summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/ftplugin/mojo.vim
AgeCommit message (Collapse)AuthorFiles
2025-04-17vim-patch:fbbaa6e: runtime: set 'cpoptions' for line-continuation in various ↵Christian Clason1
runtime files closes: vim/vim#17121 https://github.com/vim/vim/commit/fbbaa6ebe92b938f1f9ef008571c330a8d29166a Co-authored-by: Eisuke Kawashima <e-kwsm@users.noreply.github.com>
2024-07-12vim-patch:fc533c9: runtime(mojo): include mojo ftplugin and indent scriptChristian Clason1
Taken from excerpts of the Python ftplugin and adapted, indent script simply sources the python indent script. closes: vim/vim#15171 https://github.com/vim/vim/commit/fc533c9f06aff579437f9f2348a21241a72c7967 Co-authored-by: Riley Bruins <ribru17@hotmail.com>