aboutsummaryrefslogtreecommitdiff
path: root/runtime/ftplugin/d.lua
Commit message (Collapse)AuthorAge
* fix(runtime): add commentstring for D ftplugin (#25362)ricardaxel2023-09-26
Problem: No commentstring is set for D buffers after removing the default C-style commentstring Same solution than neovim#23039 Co-authored-by: Axel Ricard <axel.ricard@allegrodvt.com>