| Age | Commit message (Collapse) | Author | Files | |
|---|---|---|---|---|
| 2024-09-23 | fix(runtime): treat b:undo_ftplugin consistently in Lua ftplugins (#30473) | zeertzjq | 1 | |
| - Don't assume b:undo_ftplugin is set when first modifying it. - Don't assume b:undo_ftplugin already contains some resetting. | ||||
| 2024-06-03 | feat(ftplugin): change 'commentstring' to `// %s` for C/C++ (#29085) | Soham Shanbhag | 1 | |
| 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). | ||||
