summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/ftplugin/groff.vim
AgeCommit message (Collapse)AuthorFiles
2025-06-19vim-patch:e4c157b: runtime(nroff,groff): update commentstyle in filetype pluginsChristian Clason1
closes: vim/vim#17516 https://github.com/vim/vim/commit/e4c157b9c1225a733a5ff73a5325a35996c07559 Co-authored-by: jtmr05 <62111562+jtmr05@users.noreply.github.com>
2025-04-25vim-patch:e36a931: runtime(groff,nroff): improve ftpluginChristian Clason1
- set options in ftplugin but not in syntax - implement ftplugin/groff.vim (wrapper of ftplugin/nroff.vim) closes: vim/vim#17174 https://github.com/vim/vim/commit/e36a931d9b67110b918604d4e2ebe8aa643ecc03 Co-authored-by: Eisuke Kawashima <e-kwsm@users.noreply.github.com>