Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | refactor(defaults): do not use C specific default values for options (#22500) | Gregory Anders | 2023-06-06 |
| | | | | | | | | | | The options 'path', 'include', and 'define' all use C-specific default values. This may have made sense a long time ago when Vim was mostly used just for writing C, but this is no longer the case, and we have ample support for filetype specific configuration. Make the default values of these options empty and move the C-specific values into a filetype plugin where they belong. Co-authored-by: zeertzjq <zeertzjq@outlook.com> | ||
* | refactor(defaults)!: change default 'commentstring' value to empty (#22862) | zeertzjq | 2023-04-02 |