aboutsummaryrefslogtreecommitdiff
path: root/test/functional
Commit message (Expand)AuthorAge
...
* fix(runtime): respect 'fileignorecase' when sourcing (#24344)zeertzjq2023-07-14
* fix(runtime): respect 'rtp' order for all runtime files (#24335)zeertzjq2023-07-14
* perf(rtp): reduce rtp scans (#24191)Lewis Russell2023-07-13
* fix(ui): cursor pos with left gravity inline virt_text at eol (#24329)zeertzjq2023-07-13
* test(extmarks): add test for virt_text_win_col with cpo+=n (#24328)zeertzjq2023-07-13
* fix(mouse): copy the line before syntax matching (#24320)zeertzjq2023-07-12
* fix(drawline): fix missing Visual hl on double-width fold char (#24308)zeertzjq2023-07-11
* feat(api): add nvim_win_text_height (#24236)zeertzjq2023-07-11
* fix(completion): don't add backslashes to runtime pattern (#24296)zeertzjq2023-07-08
* test(tui): add test for overriding argv[0] (#24293)zeertzjq2023-07-08
* fix(extmarks): fix wrong highlight after "combine" virt_text (#24281)Ibby2023-07-08
* feat(lua): allow vim.wo to be double indexed (#20288)Lewis Russell2023-07-07
* fix(treesitter): update folds in all relevant windows (#24230)Jaehwang Jung2023-07-07
* fix(folds): fix missing virt_lines above when fold is hidden (#24274)zeertzjq2023-07-07
* fix(drawline): inline virt_text hl_mode inside syntax/extmark hl (#24273)zeertzjq2023-07-07
* fix(vim.system): close check handle (#24270)zeertzjq2023-07-06
* fix(column): fix wrong cursor with 'statuscolumn' and cpo+=n (#24268)zeertzjq2023-07-06
* fix(ui): delay win_viewport until screen update #24182fredizzimo2023-07-05
* Merge pull request #23228 from seandewar/cmdwin-jailzeertzjq2023-07-05
|\
| * fix(api): disallow some more functions during textlockSean Dewar2023-07-05
| * fix(api): use text_locked() to check textlockSean Dewar2023-07-05
* | fix(plines): don't return very large height on very long line (#24260)zeertzjq2023-07-05
* | Merge #23401 vim.ui.open: "gx" without netrwJustin M. Keyes2023-07-05
|\ \ | |/ |/|
| * fix(vim.ui.open): return (don't show) error messageJustin M. Keyes2023-07-05
| * fix(gx): visual selection, expand env varsJustin M. Keyes2023-07-04
* | fix(edit): fix K_EVENT interfering with 'digraph' (#24258)zeertzjq2023-07-05
|/
* fix(api): allow negative column arguments for nvim_buf_set_text (#23501)notomo2023-07-04
* perf(ui-ext): approximate scroll_delta when scrolling too much (#24234)zeertzjq2023-07-04
* fix(ui-ext): "scroll_delta" handle topfill and skipcol (#24249)zeertzjq2023-07-04
* fix(api, lua): make blank lines in a message work properly (#24244)zeertzjq2023-07-04
* fix(plines): handle inline virtual text after last char (#24241)zeertzjq2023-07-03
* test: check for ASAN properly (#24224)zeertzjq2023-07-02
* fix(startup)!: "nvim -l" message does not end with newline #24215zeertzjq2023-07-01
* fix(api): nvim_parse_cmd error message in pcall() #23297Alexandre Teoi2023-07-01
* feat(version): unverbose ":version", ":verbose version" #24195Justin M. Keyes2023-07-01
* feat(treesitter): bundle markdown parser and queries (#22481)Christian Clason2023-07-01
* fix(startup): don't truncate when printing with -l (#24216)zeertzjq2023-07-01
* Merge pull request #24147 from clason/fix/ftpluginzeertzjq2023-06-30
|\
| * test(lua/runtime_spec): add test for ftplugin orderingzeertzjq2023-06-30
* | feat(lsp): move inlay_hint() to vim.lsp (#24130)Mathias Fußenegger2023-06-30
* | fix(statusline): fill for double-width char after moving items (#24207)zeertzjq2023-06-30
* | fix(column): handle unprintable chars in 'statuscolumn' (#24198)zeertzjq2023-06-29
* | test(statusline): add test with control characters (#24197)zeertzjq2023-06-29
* | fix(api): nvim_cmd{cmd="win_getid"} parsed as :winsize #24181Justin M. Keyes2023-06-28
* | fix(treesitter): make foldexpr work without highlighting (#24167)Jaehwang Jung2023-06-27
* | vim-patch:9.0.1667: regression test doesn't fail when fix is revertedzeertzjq2023-06-27
* | vim-patch:9.0.1664: divide by zero when scrolling with 'smoothscroll' setzeertzjq2023-06-27
* | fix(startup): "nvim -l foo.lua" may not set arg0 #24161Mike2023-06-26
* | fix(charset): fix wrong display of 0xffff (#24158)zeertzjq2023-06-26
* | Merge #24116 from justinmk/docJustin M. Keyes2023-06-25
|\ \ | |/ |/|