Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | test: support upvalues in exec_lua | Lewis Russell | 2024-09-21 |
| | |||
* | feat(editorconfig): add support for spelling_language (#28638) | sus-domesticus | 2024-06-06 |
| | |||
* | test: improve test conventions | dundargoc | 2024-04-23 |
| | | | | | | | | | Specifically, functions that are run in the context of the test runner are put in module `test/testutil.lua` while the functions that are run in the context of the test session are put in `test/functional/testnvim.lua`. Closes https://github.com/neovim/neovim/issues/27004. | ||
* | refactor(test): inject after_each differently | Lewis Russell | 2024-04-10 |
| | |||
* | test: improve test conventions | dundargoc | 2024-04-08 |
| | | | | Work on https://github.com/neovim/neovim/issues/27004. | ||
* | fix(test): typing | Lewis Russell | 2024-03-25 |
| | |||
* | test: rename (meths, funcs) -> (api, fn) | Lewis Russell | 2024-01-12 |
| | |||
* | test: typing for helpers.meths | Lewis Russell | 2024-01-12 |
| | |||
* | refactor: format test/* | Justin M. Keyes | 2024-01-03 |
| | |||
* | fix(editorconfig): do not set 'endofline' | Lewis Russell | 2023-08-27 |
| | | | | | | | | | | | Problem: 'endofline' can be used to detect if a file ends of <EOL>, however editorconfig can break this. Solution: Set 'endofline' during BufWritePre Fixes: #24869 | ||
* | fix(editorconfig): check that buffer is valid (#23922) | Gregory Anders | 2023-06-05 |
| | | | Fixes: https://github.com/neovim/neovim/issues/23921 | ||
* | refactor(options): deprecate nvim[_buf|_win]_[gs]et_option | Lewis Russell | 2023-05-21 |
| | | | | | Co-authored-by: zeertzjq <zeertzjq@outlook.com> Co-authored-by: famiu <famiuhaque@protonmail.com> | ||
* | refactor(editorconfig)!: change editorconfig_enable to editorconfig | Gregory Anders | 2023-01-07 |
| | |||
* | feat(editorconfig): allow editorconfig to be toggled dynamically | Gregory Anders | 2023-01-07 |
| | | | | | | | | | Rather than only check `editorconfig_enable` when the plugin is loaded, check it each time the autocommand fires, so that users may enable or disable it dynamically. Also check for a buffer local version of the variable, so that editorconfig can be enabled or disabled per-buffer. | ||
* | test(editorconfig): add editorconfig tests | Gregory Anders | 2023-01-03 |