mirror of
https://github.com/neovim/neovim.git
synced 2025-09-05 19:08:15 +00:00

Problem: No commentstring is set for D buffers after removing the
default C-style commentstring
Same solution than neovim#23039
(cherry picked from commit 222196824f
)
2 lines
32 B
Lua
2 lines
32 B
Lua
vim.bo.commentstring = '/*%s*/'
|