aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
...
* test(vim.ui.open): opt.cmdJustin M. Keyes2024-09-16
* vim-patch:9.1.0731: inconsistent case sensitive extension matchingChristian Clason2024-09-16
* refactor: rename "process" => "proc" #30387Justin M. Keyes2024-09-15
* refactor(tests): rename terminal/testutil.lua => testterm.lua #30372Justin M. Keyes2024-09-15
* Merge pull request #30378 from zeertzjq/vim-9.1.0729zeertzjq2024-09-14
|\
| * vim-patch:9.1.0730: Crash with cursor-screenline and narrow windowzeertzjq2024-09-14
| * vim-patch:9.1.0729: Wrong cursor-screenline when resizing windowzeertzjq2024-09-14
* | vim-patch:9.1.0728: [security]: heap-use-after-free in garbage collection wit...zeertzjq2024-09-14
|/
* feat(treesitter): start moving get_parser to return nil #30313Riley Bruins2024-09-13
* vim-patch:9.1.0725: filetype: swiftinterface files are not recognized (#30350)zeertzjq2024-09-12
* feat(log): use "ui" as default name for TUI client #30345Justin M. Keyes2024-09-11
* fix: replace NVIM with Nvim in default titlestring (#30348)Gregory Anders2024-09-11
* test(health): "test_plug/health/init.lua" completes as "test_plug"Justin M. Keyes2024-09-11
* test: add termkey unit testsdundargoc2024-09-11
* Merge pull request #30295 from glepnir/nfloatbfredl2024-09-10
|\
| * fix(highlight): floating windows inherit NormalFloat from global-nsglepnir2024-09-10
* | fix(test): "tempdir not a directory" in CI logsJustin M. Keyes2024-09-09
* | refactor(test): rename alter_slashes, invert its behaviorJustin M. Keyes2024-09-09
* | fix(startup): server fails if $NVIM_APPNAME is relative dir #30310Justin M. Keyes2024-09-08
* | fix(lua): revert vim.tbl_extend behavior change and document itChristian Clason2024-09-08
* | fix(startup): ignore broken $XDG_RUNTIME_DIR #30285Justin M. Keyes2024-09-08
* | fix(lsp): handle out-of-bounds character positions #30288Tristan Knight2024-09-08
* | test(tohtml): simplify font testJustin M. Keyes2024-09-08
* | fix(tohtml): enclose font-family names in quotation marksyayoyuyu2024-09-08
* | test(lua): tbl_deep_extend "after second argument" #30297Justin M. Keyes2024-09-07
* | vim-patch:9.1.0720: Wrong breakindentopt=list:-1 with multibyte or TABs (#30293)zeertzjq2024-09-07
* | vim-patch:9.1.0719: Resetting cell widths can make 'listchars' or 'fillchars'...zeertzjq2024-09-06
* | Merge pull request #30236 from luukvbaal/invalidbfredl2024-09-06
|\ \
| * | fix(decor): exclude invalid marks from meta totalLuuk van Baal2024-09-04
| |/
* | Merge pull request #30272 from bfredl/replace_emojibfredl2024-09-06
|\ \
| * | fix(multibyte): handle backspace of wide clusters in replace modebfredl2024-09-06
* | | vim-patch:9.1.0716: resetting setcellwidth() doesn't update the screen (#30274)zeertzjq2024-09-06
* | | feat(defaults): popupmenu "Open in browser", "Go to definition" #30261Justin M. Keyes2024-09-05
* | | test: avoid noise in CI logs #30264Justin M. Keyes2024-09-05
* | | fix(lsp): handle locations exceeding line length #30253Tristan Knight2024-09-05
| |/ |/|
* | fix(lua): allows tables with integer keys to be merged in tbl_deep_extendLewis Russell2024-09-04
|/
* vim-patch:9.1.0713: Newline causes E749 in Ex mode (#30254)zeertzjq2024-09-04
* feat(lsp): support hostname in rpc.connect #30238Tristan Knight2024-09-03
* fix(api): nvim_buf_get_text() crashes with large negative column #28740vanaigr2024-09-03
* test: tmpname(create:boolean) #30242Justin M. Keyes2024-09-03
* feat(startup): validate --listen addressJustin M. Keyes2024-09-02
* test: tmpname() can skip file creationJustin M. Keyes2024-09-02
* docs: misc #28970Justin M. Keyes2024-09-01
* feat(treesitter)!: default to correct behavior for quantified captures (#30193)Gregory Anders2024-09-01
* vim-patch:9.1.0708: Recursive window update does not account for reset skipco...luukvbaal2024-09-01
* fix(completion): don't include <Lua function> in -complete= (#30209)zeertzjq2024-09-01
* vim-patch:9.1.0704: inserting with a count is inefficient (#30206)zeertzjq2024-09-01
* vim-patch:9.1.0684: completion is inserted on Enter with "noselect" (#30111)glepnir2024-08-31
* fix(completion): fix inconsistent Enter behavior (#30196)zeertzjq2024-08-31
* fix(lsp): when prefix is non word add all result into matches (#30044)glepnir2024-08-30