aboutsummaryrefslogtreecommitdiff
path: root/runtime/ftplugin/calender.lua
Commit message (Collapse)AuthorAge
* fix(runtime): remove obsolete ftplugin/calender.luaChristian Clason2024-06-04
|
* feat(ftplugin): change 'commentstring' to `// %s` for C/C++ (#29085)Soham Shanbhag2024-06-03
| | | | | | | | | Problem: The default commentstring for C/C++ can lead to invalid code when commenting and does not match the Nvim codebase. Solution: Change commentstring to `// %s` as used by Neovim. Also set all commentstrings that derive from the default C string explicitly (and correctly).
* refactor(defaults)!: change default 'commentstring' value to empty (#22862)zeertzjq2023-04-02