Commit Graph

  • f7fa6d1266 refactor(messages): simplify message history Luuk van Baal 2025-02-28 20:25:58 +01:00
  • 948179cb19 vim-patch:9.1.1165: diff: regression with multi-file diff blocks (#32702) zeertzjq 2025-03-03 10:53:03 +08:00
  • 560b8a8ce0 vim-patch:9.1.1164: [security]: code execution with tar.vim and special crafted tar files (#32701) zeertzjq 2025-03-03 06:59:54 +08:00
  • c4a0c1d3b0 docs: misc #31996 Justin M. Keyes 2025-03-02 14:27:52 -08:00
  • 0a5a0efda6 feat(lua): don't complete private (_) fields after dot (.) #32690 Maria José Solano 2025-03-02 13:44:13 -08:00
  • 65c7033cbe feat(comment): allow commentstring to be determined from node metadata Riley Bruins 2024-09-24 08:41:46 -07:00
  • 59c328bc88 test: simplify ASAN detection dundargoc 2025-03-01 13:30:28 +01:00
  • b45a44dd32 test: enable more multigrid popup tests (#32470) fredizzimo 2025-03-02 14:07:46 +07:00
  • 188ec19894 build!: turn off translations by default dundargoc 2025-02-27 20:03:26 +01:00
  • 1351383579 vim-patch:9.1.1161: preinsert requires bot "menu" and "menuone" to be set zeertzjq 2025-03-02 06:40:52 +08:00
  • 26775183ff vim-patch:9.1.1160: Ctrl-Y does not work well with "preinsert" when completing items zeertzjq 2025-03-02 06:35:20 +08:00
  • 47b748af54 vim-patch:0b82054: runtime(lua): Improve 'include' and make '*expr' functions script-local brianhuster 2025-03-01 01:41:32 +07:00
  • 2b0f967b77 vim-patch:00a00f5: runtime(lua): Update lua ftplugin and documentation brianhuster 2025-03-01 01:27:40 +07:00
  • ea4a7cc616 vim-patch:8ac975d: runtime(tar): fix syntax error in tar.vim Christian Clason 2025-03-01 17:20:39 +01:00
  • ec8922978e feat(treesitter): add more metadata to language.inspect() (#32657) Lewis Russell 2025-03-01 15:51:09 +00:00
  • 48e6147e64 vim-patch:56957ed: runtime(misc): add support for bzip3 to tar, vimball and gzip plugins Christian Clason 2025-03-01 11:37:28 +01:00
  • 45d7aa3301 vim-patch:9.1.1158: :verbose set has wrong file name with :compiler! (#32682) zeertzjq 2025-03-01 07:45:47 +08:00
  • 7b4295390f docs(Open): add reference in documentation (#32678) Luca Saccarola 2025-03-01 00:14:01 +01:00
  • 86046c5a31 fix(marks): ineffective conceal_line callback optimization (#32662) luukvbaal 2025-02-28 13:36:25 +01:00
  • 77626ed7fd Merge pull request #28486 from zeertzjq/vim-8.2.4603 zeertzjq 2025-02-28 18:40:24 +08:00
  • b66f395ff4 vim-patch:8.2.4974: ":so" command may read after end of buffer zeertzjq 2024-04-24 19:54:02 +08:00
  • 4e25b1a675 vim-patch:8.2.4647: "source" can read past end of copied line zeertzjq 2024-04-24 19:52:01 +08:00
  • 7c6a9c5589 vim-patch:8.2.4607: sourcing buffer lines may lead to errors for conflicts zeertzjq 2025-02-28 14:00:30 +08:00
  • 6750d00fe9 vim-patch:8.2.4603: sourcing buffer lines is too complicated zeertzjq 2024-04-24 16:20:19 +08:00
  • a3a9f86d4a vim-patch:8.2.4594: need to write script to a file to be able to source them zeertzjq 2025-02-28 13:40:26 +08:00
  • 9b25c68db2 fix(treesitter): correctly parse queries with combined injections Riley Bruins 2025-02-27 18:38:23 -08:00
  • 8c4c9ca192 vim-patch:3d75ec7: runtime(compiler): improve svelte-check Christian Clason 2025-02-27 19:19:40 +01:00
  • da219960cb vim-patch:85a50fe: runtime(doc): fix confusing docs for 'completeitemalign' (#32671) zeertzjq 2025-02-28 08:28:24 +08:00
  • 567ab3c34f vim-patch:60bd140: runtime(vim): Update base-syntax, match Vim9 function calls after "|" (#32670) zeertzjq 2025-02-28 08:28:05 +08:00
  • 332d596959 vim-patch:9.1.1157: command completion wrong for input() (#32669) zeertzjq 2025-02-28 08:23:02 +08:00
  • ecaece926e vim-patch:9.1.1155: Mode message not cleared after :silent message (#32672) neovim-backports[bot] 2025-02-28 00:22:31 +00:00
  • 3eee6f9d63 vim-patch:9.1.1156: tests: No test for what patch 9.1.1152 fixes (#32668) zeertzjq 2025-02-28 07:11:16 +08:00
  • df0328521f vim-patch:9.1.1155: Mode message not cleared after :silent message (#32667) zeertzjq 2025-02-28 07:03:52 +08:00
  • 89d6d6f25c fix(lua): wrong script context for option set by func from nvim_exec2 (#32659) zeertzjq 2025-02-27 21:49:57 +08:00
  • f25dd7a8d5 fix(display): correctly store winline info for concealed lines (#32656) luukvbaal 2025-02-27 13:15:47 +01:00
  • ac1c5ccb2c fix(popup): reuse pum preview float win, set 'winfixbuf' #32636 glepnir 2025-02-27 18:41:29 +08:00
  • 6a9555c0fa doc: clarify window-id, tab-id, nvim_set_current_x #32528 David Briscoe 2025-02-27 02:05:00 -08:00
  • 746139fa1e refactor(do_source): remove duplicate assignments (#32654) zeertzjq 2025-02-27 17:39:25 +08:00
  • f86864f22f fix(move): 'scrolloff' cursor correction no longer handles folds properly (#32642) luukvbaal 2025-02-27 08:52:19 +01:00
  • 1e4c708033 test: option set by Lua autocommand has correct script context (#32652) zeertzjq 2025-02-27 13:48:52 +08:00
  • 877f3b7288 refactor(shada): fix coverity warning about leaking memory (#32650) zeertzjq 2025-02-27 10:38:04 +08:00
  • 189bba7c77 Merge pull request #32649 from zeertzjq/vim-9.1.1151 zeertzjq 2025-02-27 09:17:36 +08:00
  • f56d2b3c59 vim-patch:9.1.1152: Patch v9.1.1151 causes problems zeertzjq 2025-02-27 08:52:38 +08:00
  • e1a3128ec4 vim-patch:9.1.1151: too many strlen() calls in getchar.c zeertzjq 2025-02-27 08:44:42 +08:00
  • 3cce657031 refactor: old references to scripts/ dir #32647 Justin M. Keyes 2025-02-26 15:00:54 -08:00
  • 4f42b69b4a Merge #32601 vim.text.indent() Justin M. Keyes 2025-02-26 14:31:03 -08:00
  • 4a997a1732 test: unreliable swapfile_preserve_recover_spec Justin M. Keyes 2025-02-26 22:51:48 +01:00
  • be1fbe38b3 feat(lua): vim.text.indent() Justin M. Keyes 2025-02-21 02:02:32 +01:00
  • f4921e2b7d fix(shada): ":wshada/:rshada [filename]" with shadafile=NONE #32538 IpsumCapra 2025-02-26 20:03:50 +01:00
  • 0f24b0826a build: move all generator scripts to src/gen/ Lewis Russell 2025-02-26 11:38:07 +00:00
  • 85caaa70d4 refactor(gen_api_dispatch): avoid trailing spaces (#32632) zeertzjq 2025-02-26 20:23:27 +08:00
  • 28a8d59cc7 fix(vim_snprintf): special-case handling of binary format James McCoy 2025-02-25 21:58:22 -05:00
  • c619d1da61 Merge pull request #32631 from jamessan/snprintf-binary James McCoy 2025-02-26 04:23:52 -07:00
  • 7ead328a48 build(cjson): sync with upstream (#32114) Tristan Knight 2025-02-26 08:40:02 +00:00
  • b0a1d35f69 fix(eval): don't shorten $HOME in v:stacktrace (#32634) zeertzjq 2025-02-26 15:33:11 +08:00
  • f4bb7417b7 refactor: remove unnecessary allocation for "run Nvim with -V1" (#32633) zeertzjq 2025-02-26 13:55:29 +08:00
  • 453f2c52d2 fix(vim_snprintf): special-case handling of binary format James McCoy 2025-02-25 21:58:22 -05:00
  • a2b464944a refactor(options): fix coverity warning about unintialized sc_chan (#32630) zeertzjq 2025-02-26 09:47:29 +08:00
  • 93278e7720 fix(extmark): clearer error message for invalid ephemeral mark usage Riley Bruins 2025-02-24 09:58:43 -08:00
  • 23f7e5593d Merge pull request #32614 from brianhuster/vim-094494b zeertzjq 2025-02-26 07:51:10 +08:00
  • e2aca58bcc fix(lua): don't override script ID from :source (#32626) zeertzjq 2025-02-26 07:40:21 +08:00
  • 9c43e5cd4a vim-patch:580e457: runtime(vim): make VimKeywordPrg even smarter for regexes zeertzjq 2025-02-26 07:31:30 +08:00
  • 6db439ff01 vim-patch:094494b: runtime(vim): improve &keywordprg in ftplugin brianhuster 2025-02-24 22:38:46 +07:00
  • af0a2157ad fix(move): wrong cursor row on concealed line (#32629) luukvbaal 2025-02-25 23:45:52 +01:00
  • c3337e357a fix(treesitter): nil check query for has_conceal_line Luuk van Baal 2025-02-25 14:17:29 +01:00
  • 3bdc3a1689 test(ui/cursor_spec): reduce flakiness (#32627) zeertzjq 2025-02-25 21:29:10 +08:00
  • 47aaddfa0d fix(lsp): resize hover window for concealed lines Luuk van Baal 2025-02-24 09:20:55 +01:00
  • 8ba047e33f feat(treesitter): vertical conceal support for highlighter Luuk van Baal 2024-11-24 14:46:20 +01:00
  • f58e7d5fac feat(marks): add conceal_lines to nvim_buf_set_extmark() Luuk van Baal 2024-11-23 23:03:46 +01:00
  • a31ccc3b1f vim-patch:9.1.1140: filetype: m17ndb files are not detected (#32618) zeertzjq 2025-02-25 17:20:44 +08:00
  • 0c650da799 test: combined injections (#32611) Artem 2025-02-25 03:12:49 -06:00
  • c9a2b16c48 vim-patch:9.1.1145: multi-line completion has wrong indentation for last line (#32625) glepnir 2025-02-25 14:30:21 +08:00
  • 095c0876c2 fix(api): don't override Vimscript SID (#32610) zeertzjq 2025-02-25 09:17:51 +08:00
  • 614c9322d5 fix(lua): SIGSEGV in luv callback with error(nil) #32595 phanium 2025-02-25 05:34:49 +08:00
  • 56fabcadb6 vim-patch:025dc48: runtime(vim): Update base-syntax, match :CompilerSet and :SynMenu commands (#32605) zeertzjq 2025-02-24 12:16:36 +08:00
  • 01236c3bfe vim-patch:9.1.1143: illegal memory access when putting a register (#32604) zeertzjq 2025-02-24 11:20:37 +08:00
  • 268a3de0a7 feat(complete): CompleteDone reason "cancel", "discard" #32600 Evgeni Chasnovski 2025-02-24 00:08:26 +02:00
  • 07c5f41da3 fix(float): can set title/footer without setting border #32594 Evgeni Chasnovski 2025-02-23 19:08:16 +02:00
  • 6bc7979044 fix(lsp): reset the applied hints on refresh request #32446 Yi Ming 2025-02-24 00:48:08 +08:00
  • 2a733ec6cc revert "feat(ftplugin): set 'omnifunc' of Lua to 'v:lua.vim.lua_omnifunc'" #32597 Justin M. Keyes 2025-02-23 08:21:24 -08:00
  • 9304a417af Merge #32503 feat(lsp): use the meta model to generate server capability map Justin M. Keyes 2025-02-23 08:20:19 -08:00
  • 0c9c140f91 refactor(treesitter): simplify parsing coroutine logic Riley Bruins 2025-02-21 16:31:56 -08:00
  • f398e3a61a feat(ftplugin): set Lua 'omnifunc' to vim.lua_omnifunc #32491 Phạm Bình An 2025-02-23 22:57:16 +07:00
  • b283736388 fix(lua): @private => @nodoc #32587 Dan Sully 2025-02-23 07:51:12 -08:00
  • 4a0ee22e77 build: make makefile work on msys dundargoc 2025-02-22 16:46:31 +01:00
  • d2cca606a1 fix(float): ensure floating window width can fit title Maria José Solano 2025-02-22 13:19:00 -08:00
  • f932c7852e Merge pull request #32593 from zeertzjq/vim-9.1.1139 zeertzjq 2025-02-23 17:53:53 +08:00
  • 365b865d6b vim-patch:9.1.1141: Misplaced comment in readfile() zeertzjq 2025-02-23 17:13:47 +08:00
  • 0861ea6949 vim-patch:9.1.1139: [fifo] is not displayed when editing a fifo zeertzjq 2025-02-23 17:06:54 +08:00
  • 16e6f6e584 vim-patch:9.1.1137: ins_str() is inefficient by calling STRLEN() (#32591) zeertzjq 2025-02-23 16:52:44 +08:00
  • 5a41f7e69c vim-patch:9.1.1136: Match highlighting marks a buffer region as changed (#32561) luukvbaal 2025-02-23 09:35:26 +01:00
  • 3c57ee079d test(unit/strings_spec): show ctx when vim_snprintf content check fails #32570 James McCoy 2025-02-22 18:11:15 -07:00
  • 1c81734871 test(unit/strings_spec): show ctx when vim_snprintf content check fails #32570 James McCoy 2025-02-22 18:11:15 -07:00
  • 228fe50087 vim-patch:9.1.1134: filetype: Guile init file not recognized Christian Clason 2025-02-22 11:09:02 +01:00
  • 010684e024 vim-patch:9.1.1133: filetype: xkb files not recognized everywhere Christian Clason 2025-02-22 11:01:28 +01:00
  • 90958c3648 vim-patch:61af587: runtime(dockerfile): set comments in filetype plugin Christian Clason 2025-02-22 15:45:01 +01:00
  • 5f11efe423 vim-patch:d15114c: runtime(compiler): include svelte-check compiler Christian Clason 2025-02-22 15:44:33 +01:00
  • e641155b02 fix(runtime): avoid E31 in ftplugin (#32578) phanium 2025-02-22 21:17:35 +08:00
  • 2e5b560482 feat(treesitter): table of contents for checkhealth, markdown (#32282) Christian Clason 2025-02-22 13:07:21 +01:00
  • 5cead869fb vim-patch:9.1.1135: 'suffixesadd' doesn't work with multiple items (#32573) zeertzjq 2025-02-22 16:38:12 +08:00