summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/ftplugin/jsonc.vim
AgeCommit message (Collapse)AuthorFiles
2024-06-04vim-patch:9.1.0464: no whitespace padding in commentstring option in ftpluginsChristian Clason1
Problem: no whitespace padding in commentstring option in ftplugins Solution: Change default to include whitespace padding, update existing filetype plugins with the new default value (Riley Bruins) closes: vim/vim#14843 https://github.com/vim/vim/commit/0a0830624a260660c7fa692ecb7e6e5de09114ba Co-authored-by: Riley Bruins <ribru17@hotmail.com>
2021-11-27vim-patch:6304be625ce4 (#16450)Christian Clason1
Update runtime files. https://github.com/vim/vim/commit/6304be625ce44dcfedc6735164d0b853578581c8 skip doc/sign.txt (needs 8.2.3664)
2021-09-04vim-patch:90df4b9 (#15494)Izhak Jakov1
Add JSONC runtime files Co-authored-by: Izhak Jakov <izhakjakov>