aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
...
* | | | | | fix(lsp): handle negative activeSignature in signatureHelp (#17064)Mathias Fußenegger2022-01-13
* | | | | | fix(lsp): fix applying multiple out-of-range TextEdits (#17037)hrsh7th2022-01-13
* | | | | | Merge pull request #16945 from theHamsta/cached-queriesThomas Vigouroux2022-01-13
|\ \ \ \ \ \
| * | | | | | perf(treesitter): cache query parsingStephan Seitz2022-01-06
* | | | | | | fix(keywordprg): retain terminal buffer after K (#17046)Daniel Steinberg2022-01-12
| |_|/ / / / |/| | | | |
* | | | | | refactor(lsp): debounce timer per buf and unify with non-debounce (#17016)Mathias Fußenegger2022-01-11
| |/ / / / |/| | | |
* | | | | fix(completion): prevent K_LUA from closing pumzeertzjq2022-01-10
* | | | | test: use old style test for testing filetype.lua (#17003)Gregory Anders2022-01-09
* | | | | Merge pull request #16983 from dundargoc/test/add-vimruntime-variableJames McCoy2022-01-08
|\ \ \ \ \
| * | | | | test: add VIMRUNTIME variable to the clear functionDundar Göc2022-01-08
* | | | | | test: remove redundant feed_command('terminal') (#16993)zeertzjq2022-01-08
|/ / / / /
* | / / / fix: make mode() return correct value in ex modebrian m. carlson2022-01-08
| |/ / / |/| | |
* | | | vim-patch:8.2.4014: git and gitcommit file types not properly recognized (#16...Christian Clason2022-01-07
* | | | fix(lua): print multiple return values with =expr (#16933)Shadman2022-01-06
* | | | feat(lua): add notify_once() (#16956)Gregory Anders2022-01-06
* | | | Merge pull request #16591 from shadmansaleh/feat/lua_keymaps2Björn Linse2022-01-06
|\ \ \ \ | |/ / / |/| | |
| * | | feat(lua): add vim.keymapshadmansaleh2022-01-04
* | | | test(filetype): port test_filetype to LuaGregory Anders2022-01-05
* | | | fix(filetype): match on <afile> rather than <abuf> (#16943)Gregory Anders2022-01-05
* | | | feat(lsp): enable default debounce of 150 ms (#16908)Michael Lingelbach2022-01-05
* | | | feat(autocmd): populate v:event in RecordingLeave (#16828)Axel Dahlberg2022-01-04
* | | | test: fix absolute paths in filetype_spec (#16920)Gregory Anders2022-01-04
* | | | chore: fix typos (#16816)dundargoc2022-01-04
|/ / /
* | | feat: filetype.lua (#16600)Gregory Anders2022-01-04
* | | test: make test for #14040 more stable (#16911)Daniel Steinberg2022-01-04
* | | feat(lua): make =expr print result of exprshadmansaleh2022-01-04
| |/ |/|
* | fix(lua): stricter type check when calling API function (#16745)dundargoc2022-01-03
* | fix(diagnostic): improve validation for list arguments (#16855)Gregory Anders2022-01-01
* | feat(lua): add support for multiple optional types in vim.validate (#16864)Shadman2022-01-01
* | test: make some tests more stable (#16860)zeertzjq2022-01-01
* | feat(api): add support for lua function & description in keymapshadmansaleh2022-01-01
* | vim-patch:8.2.3952: first line not redrawn when adding lines to an empty bufferzeertzjq2021-12-31
* | Merge pull request #16373 from zeertzjq/terminal-mouse-release-forwardBjörn Linse2021-12-28
|\ \
| * | fix(terminal): correctly forward mouse eventszeertzjq2021-12-27
* | | Merge pull request #16752 from gpanders/lua-user-commandsBjörn Linse2021-12-28
|\ \ \
| * | | feat(api): implement nvim_{add,del}_user_commandGregory Anders2021-12-28
| |/ /
* / / chore: fix typos (#16506)dundargoc2021-12-28
|/ /
* | fix(uri): change scheme pattern to not include the comma character (#16797)Dmytro Meleshko2021-12-26
* | Merge pull request #16596 from dm1try/do_not_leave_terminal_mode_after_mouse_...Björn Linse2021-12-26
|\ \
| * | fix(terminal): ignore left-release mouse actiondm1try2021-12-10
* | | fix: do not save K_EVENT as lastc in Insert modezeertzjq2021-12-26
* | | feat(lua): add vim.spell (#16620)Lewis Russell2021-12-25
* | | Merge pull request #16762 from zeertzjq/grid-truncate-pum-double-widthBjörn Linse2021-12-25
|\ \ \
| * | | fix(pum_redraw): use grid_puts_len() to truncate the textzeertzjq2021-12-24
* | | | fix(options): disallow empty 'fdc' and 'scl' (#16765)Sean Dewar2021-12-24
|/ / /
* | | fix(api): make nil value in nvim_set_option_value clear local value (#16710)Gregory Anders2021-12-21
* | | feat(lsp): add buf_detach_client (#16250)Michael Lingelbach2021-12-21
* | | fix: update last cursor on first CursorMoved (#16698)Michael Lingelbach2021-12-18
* | | Merge pull request #16294 from zeertzjq/test-fewest-iterationJames McCoy2021-12-18
|\ \ \
| * | | test: require fewest number of main loop iterations possiblezeertzjq2021-11-15