aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* fix(api): fix nvim_cmd crash with filename expansion (#20397)zeertzjq2022-09-29
* fix(column): move sign sentinel after inserting/deleting lines (#20400)zeertzjq2022-09-29
* test: add a Lua test for #17501 (#20392)zeertzjq2022-09-29
* feat(gen_help_html.lua): adapt to new parserJustin M. Keyes2022-09-28
* fix(spell): correct spell move behavior without "noplainbuffer" (#20386)zeertzjq2022-09-28
* fix(lua): fix architecture-dependent behavior in usercmd "reg" (#20384)zeertzjq2022-09-28
* fix(window): fix equalization with cmdheight=0 (#20369)zeertzjq2022-09-28
* fix(api): notify dict watchers on nvim_set_var and vim.g settersmolck2022-09-27
* vim-patch:9.0.0595: extra newline in messages after a verbose shell message (...zeertzjq2022-09-27
* fix(ui): redraw end of buffer if last line is modified (#20354)zeertzjq2022-09-27
* fix(ui): allow redrawing statusline when msgsep is used (#20337)zeertzjq2022-09-26
* Merge pull request #20351 from bfredl/cmdfix2bfredl2022-09-26
|\
| * fix(cmdline): don't send invalid cursor with incsearch and cmdheight=0bfredl2022-09-26
* | docs: fix typos (#20150)dundargoc2022-09-26
|/
* fix(messages): validate msg_grid before silent! message with cmdheight=0bfredl2022-09-26
* feat(terminal): recognize underdouble and undercurlAndrey Bushev2022-09-26
* vim-patch:9.0.0586: missing change in test (#20347)zeertzjq2022-09-26
* fix!: make :undo! notify buffer update callbacks (#20344)zeertzjq2022-09-26
* fix(inccommand): deal with unsynced undo (#20041)zeertzjq2022-09-26
* fix(filetype): use :setf instead of nvim_buf_set_option (#20334)zeertzjq2022-09-25
* 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