aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* refactor(treesitter): rename x_position => x_posJustin M. Keyes2022-09-25
* feat: ":write!" skips "file changed" warning #18665Louis Sven Goulet2022-09-24
* fix(input): use click number of last click for mouse drag (#20300)zeertzjq2022-09-24
* fix(mapset): remove existing abbreviation of same lhs (#20320)zeertzjq2022-09-24
* fix(lsp): create missing directory before creating file (#19835)shaunsingh2022-09-24
* test(tabpage_spec): actually test for nvim_win_hidezeertzjq2022-09-23
* test: add tests for #13549 #20285 #20290zeertzjq2022-09-23
* Merge #11967 generate :help HTML with treesitterJustin M. Keyes2022-09-22
|\
| * feat(docs): gen_help_html.luaJustin M. Keyes2022-09-22
* | Merge pull request #20103 from lewis6991/refactor/vim_optLewis Russell2022-09-22
|\ \ | |/ |/|
| * refactor(vim.opt): unify vim.bo/wo buildingLewis Russell2022-09-09
* | fix(window): close floats first when closing buffer in other tab (#20284)zeertzjq2022-09-22
* | fix(tests): indicate in test logs when nvim exit times outbfredl2022-09-22
* | fix(redraw): make redrawdebug=nodelta handle all the casesbfredl2022-09-22
* | fix(redraw): avoid unnecessary redraws and glitches with floats+messagesbfredl2022-09-22
* | vim-patch:9.0.0537: the do_set() function is much too long (#20274)zeertzjq2022-09-22
* | vim-patch:9.0.0517: when at the command line :redrawstatus does not work well...zeertzjq2022-09-21
* | fix(lsp): out of bounds error in lsp.util.apply_text_edits (#20137)ofwinterpassed2022-09-20
* | vim-patch:9.0.0511: unnecessary scrolling for message of only one line (#20261)zeertzjq2022-09-20
* | vim-patch:9.0.0512: cannot redraw the status lines when editing a commandzeertzjq2022-09-20
* | vim-patch:9.0.0507: cmdline cleared when using :redrawstatus in CmdlineChangedzeertzjq2022-09-20
* | feat(lua): move compat module from runtime to test (#20257)Lewis Russell2022-09-20
* | fix(lsp): support `false` result in handlers (#20252)Mathias Fußenegger2022-09-20
* | fix(inccommand): avoid unnecessary redraw when not showing (#20244)zeertzjq2022-09-19
* | fix: assert failure when changing 'ut' while waiting for CursorHold (#20241)zeertzjq2022-09-18
* | vim-patch:9712ff1288f9 (#20240)Christian Clason2022-09-18
* | Merge pull request #20198 from zeertzjq/cursorholdbfredl2022-09-18
|\ \
| * | fix(events): make CursorHold behave as documentedzeertzjq2022-09-17
* | | vim-patch:8.1.0941: macros for MS-Windows are inconsistent (#20215)dundargoc2022-09-18
|/ /
* | test(remote_spec): reduce flakiness in waiting for client exit (#20230)zeertzjq2022-09-17
* | fix(eval)!: make Lua Funcref work as method and in substitute() (#20217)zeertzjq2022-09-16
* | fix(lua): free vim.ui_attach callback before lua close (#20205)notomo2022-09-16
* | fix(messages): do not crash on cmdheight=0 and g< redisplaybfredl2022-09-16
* | Merge pull request #20188 from bfredl/zerocmdlinebfredl2022-09-16
|\ \
| * | feat(ui): use msg_grid based implementation for cmdheight=0bfredl2022-09-15
* | | fix(treesitter): return full metadata for get_captures_at_position (#20203)Christian Clason2022-09-16
|/ /
* | Merge pull request #20164 from bfredl/luanullbfredl2022-09-13
|\ \
| * | fix(lua): make vim.str_utfindex and vim.str_byteindex handle NUL bytesbfredl2022-09-13
* | | feat(fs): extend fs.find to accept predicate (#20193)Mathias Fußenegger2022-09-13
* | | feat(diagnostic): pass diagnostics as data to DiagnosticChanged autocmd (#20173)Gregory Anders2022-09-13
* | | vim-patch:9.0.0457: substitute prompt does not highlight an empty match (#20186)zeertzjq2022-09-13
* | | test(lsp): call clear() before bufwipe test (#20170)zeertzjq2022-09-13
|/ /
* | vim-patch:8.2.2646: Vim9: error for not using string doesn't mention argumentzeertzjq2022-09-12
* | ci: move BSD jobs from sourcehut to Cirrus CI #19616dundargoc2022-09-08
* | fix(lsp): when buffer detach remove buffer from client attached buffers (#20081)Raphael2022-09-08
|/
* feat(lsp): add range option to lsp.buf.format (#19998)Mathias Fußenegger2022-09-08
* vim-patch:9.0.0409: #{g:x} was seen as a curly-braces expressionii142022-09-08
* fix(options): mark `winhighlight` as list style (#19477)ii142022-09-07
* Use weak tables in tree-sitter code (#17117)Thomas Vigouroux2022-09-07
* fix(diagnostic): remove buf from cache on `BufWipeout` (#20099)Sean Dewar2022-09-06