aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
...
* feat(editorconfig): allow editorconfig to be toggled dynamicallyGregory Anders2023-01-07
* feat(lua): store "nvim -l" scriptname in _G.arg[0]Justin M. Keyes2023-01-07
* fix(tui): do not invoke loop recursively for pad()bfredl2023-01-06
* feat(lua): execute stdin ("-") as LuaJustin M. Keyes2023-01-05
* feat(lua): exit 1 on Lua "-l" script errorJustin M. Keyes2023-01-05
* feat(lua): send "--" literally to Lua "-l" scriptJustin M. Keyes2023-01-05
* feat(lua)!: execute Lua with "nvim -l"Justin M. Keyes2023-01-05
* dist: generated version of ccomplete.vim (#21623)TJ DeVries2023-01-05
* fix(diff): avoid restoring invalid 'foldcolumn' value (#21650)zeertzjq2023-01-05
* fix(tui): make a copy of data->params before unibi_format() (#21643)zeertzjq2023-01-05
* test(tui_spec): avoid race between nvim_paste and nvim_input (#21639)zeertzjq2023-01-04
* docs: fix typos (#21427)dundargoc2023-01-04
* fix(clipboard): show provider warning when not during batch changes #21451zeertzjq2023-01-03
* Merge pull request #21633 from gpanders/editorconfigGregory Anders2023-01-03
|\
| * test(editorconfig): add editorconfig testsGregory Anders2023-01-03
* | fix(fs): duplicate path separator #21509Eric Haynes2023-01-03
* | Merge #21580 cmdline issues with cmdheight=0Justin M. Keyes2023-01-03
|\ \ | |/ |/|
| * test: add test cases for command line issuesLuuk van Baal2022-12-31
* | feat(lsp): add function to clear codelens (#21504)Mathias Fußenegger2022-12-31
* | fix(tui): more work in the TUIbfredl2022-12-31
* | feat(tui): run TUI as external processhlpr982022-12-31
* | test: add test for setting &columns from modeline with tabpageszeertzjq2022-12-30
* | test(tui_spec): don't use nested terminal for resize at startup (#21583)zeertzjq2022-12-29
|/
* test(lsp): add a screen:expect() between insert() and feed_command() (#21577)zeertzjq2022-12-29
* test: remove unused variable (#21552)Raphael2022-12-29
* feat(highlight): add DiagnosticOk (and associated) highlight groups (#21286)Oliver Marriott2022-12-28
* fix(statusline): make nvim_eval_statusline() work with %S (#21553)zeertzjq2022-12-27
* fix(win_close): remove float grid after closing buffer (#21551)zeertzjq2022-12-27
* fix(statusline): don't show showcmd when not enough space (#21550)zeertzjq2022-12-27
* fix(showcmd): assert failure with cmdheight=0 (#21536)zeertzjq2022-12-26
* vim-patch:9.0.1061: cannot display 'showcmd' somewhere elseLuuk van Baal2022-12-26
* fix(mappings): use all buckets in second round of unmap (#21534)zeertzjq2022-12-26
* vim-patch:9.0.1092: search error message doesn't show used pattern (#21518)zeertzjq2022-12-24
* fix(options): restore exists() behavior for options (#21510)zeertzjq2022-12-23
* test(lua/fs_spec): fix vim.fs.dir() test (#21503)zeertzjq2022-12-22
* fix(ci): skip test on windows (#21502)Lewis Russell2022-12-22
* test(unit): use file:close() properly (#21505)zeertzjq2022-12-22
* Merge pull request #21402 from lewis6991/feat/fs_lsLewis Russell2022-12-22
|\
| * feat(fs): add opts argument to vim.fs.dir()Lewis Russell2022-12-20
* | refactor(tui): use nvim_echo() for verbose terminfobfredl2022-12-20
* | test(exrc): add tests for .nvimrc and .nvim.lua (#21478)Munif Tanjim2022-12-20
* | fix(lsp): token_edit.data might be null on deletion (#21462)tiagovla2022-12-19
* | fix(diagnostic): clear stale cache on reset (#21454)Mathias Fußenegger2022-12-17
* | Merge pull request #21393 from folke/highlight_showChristian Clason2022-12-17
|\ \
| * | feat: `vim.inspect_pos`, `vim.show_pos`, `:Inspect`Folke Lemaitre2022-12-17
| |/
* | fix(api): "emsg_silent" should imply "silent" in nvim_cmd (#21438)zeertzjq2022-12-16
* | fix(lua): always return nil values in vim.tbl_get when no resultsWilliam Boman2022-12-15
* | fix(terminal): fix 'mousescroll' not respected in terminal mode (#21415)zeertzjq2022-12-14
|/
* Merge pull request #21375 from nojnhuh/highlight-testbfredl2022-12-12
|\
| * fix(tests): initialize Screen.colors in API highlight testsJon Huhn2022-12-10