Commit Graph

  • 06135cc215 Merge pull request #28785 from bfredl/nilversion bfredl 2024-05-16 22:04:04 +02:00
  • 50749f8df8 fix: extend the life of vim.tbl_flatten to 0.13 Lewis Russell 2024-05-16 17:42:13 +01:00
  • d90ee70897 version bump bfredl 2024-05-16 20:17:00 +02:00
  • d049752e45 fix(version): fix vim.version().prerelease bfredl 2024-05-16 20:07:45 +02:00
  • a664246171 feat: remove deprecated features dundargoc 2024-05-16 15:22:46 +02:00
  • 4b02916334 perf(treesitter): use child_containing_descendant() in has-ancestor? (#28512) vanaigr 2024-05-16 09:57:58 -05:00
  • 31dc627969 docs: news #28773 Justin M. Keyes 2024-05-16 06:28:27 -07:00
  • ecee8ef8a9 version bump Justin M. Keyes 2024-05-16 14:36:13 +02:00
  • 27fb62988e NVIM v0.10.0 v0.10.0 Justin M. Keyes 2024-05-16 14:34:32 +02:00
  • 83a32e2d98 fix(test): failure after version bump #28771 Justin M. Keyes 2024-05-16 05:33:04 -07:00
  • b5c3687b6d docs: misc (#28761) dundargoc 2024-05-16 11:37:46 +02:00
  • 668b5fc155 docs: nvim.appdata.xml, set faq to "flow" layout #28769 Justin M. Keyes 2024-05-16 01:53:33 -07:00
  • 174da7fe68 docs(gen_help_html.lua): fix broken pre text, and handle linewrap Jongwook Choi 2024-05-14 23:34:14 -04:00
  • 618e34ca09 vim-patch:5faeb60480c6 (#28768) zeertzjq 2024-05-16 14:29:56 +08:00
  • 9ca81b0259 build(release.sh): set VIMRUNTIME when regenerating docs (#28765) zeertzjq 2024-05-16 07:21:19 +08:00
  • 7c13d1a4a8 Merge #28747 from justinmk/doc Justin M. Keyes 2024-05-15 15:44:10 -07:00
  • 4399c4932d build(release.sh): use git cliff, drop old script Justin M. Keyes 2024-05-15 23:56:52 +02:00
  • 54044e6dce fix(release.sh): ze version is too big Justin M. Keyes 2024-05-15 23:28:20 +02:00
  • 007adde199 vim-patch:fed01960d2b0 (#28764) zeertzjq 2024-05-16 06:07:17 +08:00
  • acaac07b64 vim-patch:9.1.0413: smoothscroll may cause infinite loop (#28763) zeertzjq 2024-05-16 05:36:24 +08:00
  • 01b6bff7e9 docs: news Justin M. Keyes 2024-05-02 15:57:21 +02:00
  • cdd87222c8 perf(lua): avoid spairs in vim.validate happy path Lewis Russell 2024-05-15 13:13:47 +01:00
  • ffb4b50e74 docs(lua): restore missing indexing for vim.bo and vim.wo (#28751) zeertzjq 2024-05-15 19:39:35 +08:00
  • 61a0aa6c51 fix(messages): avoid passing negative length to strnlen() (#28753) zeertzjq 2024-05-15 19:38:50 +08:00
  • 14a5813c20 perf(vim.fs.normalize): use iterator Lewis Russell 2024-05-15 10:19:16 +01:00
  • dcdefd0428 perf(loader): use a quicker version of vim.fs.normalize Lewis Russell 2024-05-14 17:29:28 +01:00
  • 87a45ad9b9 build: bump uncrustify to version 0.79.0 (#28756) Christian Clason 2024-05-15 12:28:19 +02:00
  • 7acf39ddab docs: misc (#28609) dundargoc 2024-05-15 01:18:33 +02:00
  • b83d5fabc6 ci(labeler): adjust configuration dundargoc 2024-05-13 20:11:15 +02:00
  • 5eee633c97 fix(lsp): don't start additional client if attach failed (#28744) Mathias Fußenegger 2024-05-14 19:38:22 +02:00
  • 6a264e0897 fix(treesitter): allow optional directive captures (#28664) Riley Bruins 2024-05-14 07:14:43 -07:00
  • 6818ba271c fix(health): clients may not support watchfiles #28710 Maria José Solano 2024-05-14 07:08:13 -07:00
  • abd2352bd8 feat(lsp): update LSP protocol 3.18 typings to date (#28730) Jongwook Choi 2024-05-14 09:33:03 -04:00
  • ebba7ae095 docs(gen_help_html.lua): wrap legacy help at word-boundary #28678 gusain71 2024-05-14 13:23:43 +02:00
  • 2f4792943a perf(lsp): only joinpath for dirs in watchdirs Mathias Fussenegger 2024-05-12 21:09:06 +02:00
  • 8bb67d64e2 perf(fs): normalize path only once in fs.dir Mathias Fussenegger 2024-05-13 17:26:57 +02:00
  • e889f6781b vim-patch:7961210b861c Christian Clason 2024-05-13 22:46:34 +02:00
  • bb789bd872 vim-patch:86f6e2c2eed7 Christian Clason 2024-05-11 22:03:18 +02:00
  • ccc0b750b7 vim-patch:43f2edc096cb Christian Clason 2024-05-13 22:47:29 +02:00
  • 025e2e07d9 vim-patch:679f5abb9930 Christian Clason 2024-05-13 22:47:08 +02:00
  • a0a189a8ed test: fix incorrect function import (#28735) dundargoc 2024-05-14 02:39:37 +02:00
  • e3ec974324 refactor(lua): remove deprecated features #28725 Justin M. Keyes 2024-05-13 05:00:39 -07:00
  • b6fdde5224 fix(treesitter): text alignment in checkhealth vim.treesitter Jongwook Choi 2024-05-12 18:12:03 -04:00
  • c7958356be Merge #28432 nvim_win_xx_ns are EXPERIMENTAL Justin M. Keyes 2024-05-12 15:07:10 -07:00
  • 97c7646501 refactor(api): nvim_win_xx_ns are EXPERIMENTAL Justin M. Keyes 2024-05-12 23:12:25 +02:00
  • 8f0a166da4 refactor(api): rename nvim_win_remove_ns Justin M. Keyes 2024-04-20 23:21:08 +02:00
  • d8b395b10f Merge pull request #28717 from bfredl/rpcmsg bfredl 2024-05-12 19:22:45 +02:00
  • 91a4938edf fix(ui): data corruption in remote_ui_raw_line bfredl 2024-05-12 12:04:18 +02:00
  • 4e5c633ed4 fix(api): make getting explicit empty hl in virtual text work (#28697) zeertzjq 2024-05-12 05:39:33 +08:00
  • c1396afa7c ci(build): use latest over explicit image version dundargoc 2024-05-11 12:24:10 +02:00
  • e1a81c8d8b vim-patch:9.1.0407: Stuck with long line and half-page scrolling (#28704) luukvbaal 2024-05-11 12:17:57 +02:00
  • 7a03cd1dba vim-patch:1c5728e0c4a9 (#28703) zeertzjq 2024-05-11 18:14:03 +08:00
  • 14693353d5 vim-patch:9.1.0406: Divide by zero with getmousepos() and 'smoothscroll' (#28701) zeertzjq 2024-05-11 17:46:22 +08:00
  • 854c362cc8 vim-patch:b23c1fc59650 (#28702) zeertzjq 2024-05-11 17:43:23 +08:00
  • 6ec6fafd66 vim-patch:c16c4a21eb39 Christian Clason 2024-05-11 09:31:42 +02:00
  • 7f500289eb vim-patch:d3952e8cfe7b Christian Clason 2024-05-11 09:30:56 +02:00
  • a6873450b9 vim-patch:9.1.0402: filetype: mdd files detected as zsh filetype Christian Clason 2024-05-10 18:36:07 +02:00
  • a9fd17e232 vim-patch:9.1.0401: filetype: zsh module files are not recognized Christian Clason 2024-05-10 18:30:15 +02:00
  • 8c7a8be274 fix: transposed xcalloc arguments (#28695) zeertzjq 2024-05-11 08:11:15 +08:00
  • a2c158ad06 Merge pull request #28676 from luukvbaal/tuiflush bfredl 2024-05-10 20:01:17 +02:00
  • 17d8f3b32a vim-patch:06bdac158072 Christian Clason 2024-05-10 17:05:25 +02:00
  • c1a95d9653 fix(lsp): disable didChangeWatchedFiles on Linux Lewis Russell 2024-05-10 13:47:30 +01:00
  • fd50185492 fix(tui): initialize clear attrs with current terminal background Luuk van Baal 2024-05-09 18:12:44 +02:00
  • ca735c7554 vim-patch:cb3691811be9 (#28684) zeertzjq 2024-05-10 06:12:09 +08:00
  • a7a9b205b5 vim-patch:ce2ad9ffd79f Christian Clason 2024-05-09 20:31:08 +02:00
  • c18d7941ef build: allow sccache as compiler cache dundargoc 2024-05-08 21:49:57 +02:00
  • d3fa88b70f vim-patch:9.1.0396: filetype: jj files are not recognized (#28672) Gregory Anders 2024-05-08 18:39:18 -05:00
  • 9b1628da98 vim-patch:1e34b95e4402 Christian Clason 2024-05-08 19:37:48 +02:00
  • e4e230a0cd vim-patch:9.1.0397: Wrong display with 'smoothscroll' when changing quickfix list (#28674) zeertzjq 2024-05-09 06:11:56 +08:00
  • 064f3e42e8 refactor(change): check all tabpages in changed_lines_invalidate_buf() (#28666) zeertzjq 2024-05-08 14:00:45 +08:00
  • 17c89eac1a vim-patch:c5def6561d56 Christian Clason 2024-05-07 19:14:55 +02:00
  • 69bd611d2d Merge #28637 more support for vim.lsp.ListOpts.loclist Justin M. Keyes 2024-05-07 12:56:39 -07:00
  • 5c40f3e86a feat(lsp): support vim.lsp.ListOpts.loclist in location_handler() tom-anders 2024-05-04 10:13:08 +02:00
  • b0cc85c005 docs(lsp): document vim.lsp.ListOpts.loclist tom-anders 2024-05-04 10:10:44 +02:00
  • 80d108eeee refactor(lsp): use vim.cmd instead of api.nvim_command tom-anders 2024-05-04 10:04:47 +02:00
  • cdc0974063 docs(lsp): fix type annotations in response_to_list(...) tom-anders 2024-05-04 10:02:56 +02:00
  • 6ffc209a8a refactor(lsp): move repeated table construction into a variable tom-anders 2024-05-04 09:58:07 +02:00
  • e14e750998 fix(lsp): rename LspProgress data.result => data.params #28632 Jongwook Choi 2024-05-07 14:09:27 -04:00
  • 3da251efc6 refactor(lsp): use vim.is_callable() tom-anders 2024-05-04 09:56:18 +02:00
  • 4e5086a67e refactor(lsp): s/options/opts for parameters in vim.lsp.buf tom-anders 2024-04-29 19:20:31 +02:00
  • e7f50f43c8 fix(treesitter): clip end row early Jaehwang Jung 2024-04-23 00:29:14 +09:00
  • 4caf71af58 refactor(fold): avoid coverity false-positive Jaehwang Jung 2024-04-22 23:46:43 +09:00
  • 93940af1d4 docs(luacats): support backtick captured generic type James Trew 2024-05-02 23:33:22 -04:00
  • c3c673cdec fix(lsp): enable() does not activate inlay hints on open buffers #28629 Yi Ming 2024-05-07 17:30:19 +08:00
  • d8deb91819 vim-patch:8d8cb45756cb (#28657) zeertzjq 2024-05-07 17:05:55 +08:00
  • d40b0a96c4 build(deps): bump tree-sitter-query to v0.3.0 Christian Clason 2024-05-06 23:24:34 +02:00
  • bb032d952b revert: default LSP mappings (#28649) Gregory Anders 2024-05-06 08:13:50 -05:00
  • 783c1e596c refactor(snippet): rename exit() => stop() #28628 Justin M. Keyes 2024-05-06 04:42:30 -07:00
  • b024643ca7 vim-patch:53753f6a4925 (#28647) zeertzjq 2024-05-06 06:43:01 +08:00
  • 3d4eb9d544 fix(treesitter): update queries Christian Clason 2024-05-05 12:57:36 +02:00
  • 97b7ddc376 build(deps): bump tree-sitter to v0.22.6 Christian Clason 2024-05-05 11:41:24 +02:00
  • 3d3717de4e build: use libvterm commit with generated *.inc files dundargoc 2024-05-05 14:29:26 +02:00
  • 5e98439f6d fix(defaults): diagnostic mappings descriptions #28646 Evgeni Chasnovski 2024-05-05 17:45:47 +03:00
  • efb44e0cad docs: fix lua type warnings (#28633) Maria José Solano 2024-05-04 15:08:17 -07:00
  • e948d7feba vim-patch:ad4881cb3c04 (#28636) zeertzjq 2024-05-04 15:53:42 +08:00
  • 3a8265266e fix(treesitter): escape "\" in :InspectTree #28613 Riley Bruins 2024-05-03 09:34:02 -07:00
  • d50596e1e3 docs: deduplicate information in deprecated.txt dundargoc 2024-05-03 17:17:13 +02:00
  • 383018dbb8 build: simplify policy-setting for dependencies dundargoc 2024-04-27 20:57:46 +02:00
  • 52823616bc fix(lsp): replace bug-prone ternary operation #28627 Yi Ming 2024-05-03 22:18:55 +08:00
  • ca243f06dd build: remove lintdoc from lint target dundargoc 2024-05-03 13:32:43 +02:00