neovim/test/functional
Soham Shanbhag 054a287dbe
feat(ftplugin): change 'commentstring' to // %s for C/C++ (#29085)
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).
2024-06-03 09:48:43 +02:00
..
api refactor(tests): use more global highlight definitions 2024-05-26 09:22:20 +02:00
autocmd feat(complete): specify reason for CompleteDone 2024-05-24 11:57:46 +02:00
core refactor(tests): more global highlight definitions 2024-05-26 10:24:27 +02:00
editor refactor(tests): more global highlight definitions 2024-05-26 10:24:27 +02:00
ex_cmds test: improve test conventions 2024-04-23 18:17:04 +02:00
fixtures refactor(lsp): replace util.buf_versions with changedtick (#28943) 2024-05-30 10:46:26 +02:00
legacy vim-patch:9.1.0414: Unable to leave long line with 'smoothscroll' and 'scrolloff' 2024-05-17 20:28:14 +02:00
lua feat(ftplugin): change 'commentstring' to // %s for C/C++ (#29085) 2024-06-03 09:48:43 +02:00
options test: improve test conventions 2024-04-23 18:17:04 +02:00
plugin fix(lsp): trim trailing whitespace from completion words (#29122) 2024-06-02 09:54:15 +02:00
provider test: improve test conventions 2024-04-23 18:17:04 +02:00
script fix(luacats): allow all types inside tuples 2024-06-01 12:56:43 +01:00
shada refactor(shada): remove ShaDaReadDef secondary wrapper 2024-05-28 13:36:54 +02:00
terminal fix(tui): reset clear_region attributes during startup #28713 2024-05-26 10:54:08 -07:00
treesitter fix(treesitter): find buffer in multiple windows #28922 2024-05-27 04:20:03 -07:00
ui fix(column): crash with 'signcolumn' set to "number" (#29003) 2024-06-01 18:10:35 +08:00
vimscript feat(api): broadcast events to ALL channels #28487 2024-05-17 07:37:39 -07:00
example_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
preload.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
testnvim.lua fix(test): failure after version bump #28771 2024-05-16 05:33:04 -07:00