aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* feat(aucmd_win): allow crazy things with hidden buffers (#21250)zeertzjq2022-12-02
* test: use luv.os_uname for fast platform detection (#21157)kylo2522022-12-02
* fix(float): make closing float in another tab return to correct windowzeertzjq2022-12-02
* refactor(fs): replace vim.fn/vim.env in vim.fs (#20379)Mike2022-12-01
* vim-patch:9.0.0969: matchparen highlight is not updated when switching buffer...zeertzjq2022-11-29
* docs: fix typos (#21196)dundargoc2022-11-29
* test: adding/removing winbar should not cause win_pos events (#21226)zeertzjq2022-11-29
* Merge pull request #21224 from luukvbaal/vim-9.0.0964zeertzjq2022-11-29
|\
| * vim-patch:9.0.0964: status line not redrawn when 'splitkeep' is "screen"Luuk van Baal2022-11-28
* | refactor: rework parameter validation in vim.secure.trust() (#21223)Gregory Anders2022-11-28
* | feat(secure): add `:trust` command and vim.secure.trust() (#21107)Jlll12022-11-28
|/
* fix(tests): only get the color map once, even for multiple test filesbfredl2022-11-27
* fix(startup): support .exrc or .nvimrc with init.lua (#21181)Kristijan Husak2022-11-26
* docs: fix typos (#21168)dundargoc2022-11-26
* vim-patch:8.2.2713: folding code not sufficiently testedzeertzjq2022-11-25
* vim-patch:8.2.2684: not enough folding code is testedzeertzjq2022-11-25
* vim-patch:8.2.4062: match highlighting of tab too shortzeertzjq2022-11-24
* vim-patch:8.2.3940: match highlight disappears when doing incsearch for ":s/pat"zeertzjq2022-11-24
* vim-patch:8.2.3698: match highlighting continues over breakindentzeertzjq2022-11-24
* fix(options): fix local 'sidescrolloff' doesn't work for mouse (#21162)zeertzjq2022-11-23
* vim-patch:partial:9.0.0917: the WinScrolled autocommand event is not enough (...zeertzjq2022-11-23
* test: simplify platform detection (#21020)dundargoc2022-11-22
* feat(diagnostic): add `suffix` option to `virt_text` config (#21140)beardedsakimonkey2022-11-20
* feat(diagnostic): add `suffix` option to `open_float()` (#21130)beardedsakimonkey2022-11-20
* test: add a test for #18222zeertzjq2022-11-20
* vim-patch:9.0.0915: WinScrolled may trigger immediately when definedzeertzjq2022-11-20
* vim-patch:partial:9.0.0913: only change in current window triggers the WinScr...zeertzjq2022-11-20
* test: use isCI to simplify CI detection (#21134)dundargoc2022-11-20
* perf(diagnostic): use api variable and improve validate (#21111)Raphael2022-11-19
* test: fix failing tui_spec.lua tests (#21117)Jakub Łuczyński2022-11-19
* feat: add vim.secure.read()Gregory Anders2022-11-17
* test: add a Lua test for swap file created before bootzeertzjq2022-11-17
* fix(api): nvim_win_set_cursor redraw cursorcolumn for non-current window (#21...Jlll12022-11-17
* fix(api): nvim_buf_get_text regression (#21071)Lewis Russell2022-11-15
* vim-patch:9.0.0884: mouse shape remains in op-pending mode after failed chang...zeertzjq2022-11-15
* test: don't skip parser_spec on windows (#20294)dundargoc2022-11-15
* fix(lua): make `vim.deepcopy` work with `vim.NIL`Max2022-11-14
* feat(lua-api): avoid unnecessary allocations (#19877)Lewis Russell2022-11-14
* feat(test): add Lua forms for API methods (#20152)Lewis Russell2022-11-14
* test: remove skip for 32-bit MSVC (#21030)dundargoc2022-11-14
* test: introduce skip() #21010dundargoc2022-11-13
* Merge pull request #21033 from bfredl/winfixbfredl2022-11-13
|\
| * fix(ui): fix some cases of stale highlight definitionsbfredl2022-11-13
* | Merge pull request #20984 from notomo/fix-message-kind-on-historybfredl2022-11-13
|\ \
| * | fix(ui-ext): correct message kind in history before vim.ui_attach()notomo2022-11-07
* | | test(lua/ui_spec): fix Ctrl-C test flakiness (#21039)zeertzjq2022-11-13
* | | vim-patch:9.0.0866: no test for what patch 8.2.2207 fixes (#21034)zeertzjq2022-11-13
* | | fix: vim.ui.input always calls callback #21006Steven Arcangeli2022-11-12
* | | feat(extmarks): allow preventing spellchecking with spell = falseThomas Vigouroux2022-11-12
| |/ |/|
* | feat(checkhealth): use "help" syntax, avoid tabpage #20879Justin M. Keyes2022-11-11