Commit Graph

  • 7508f1e607 vim-patch:f7a38650eaf6 (#28465) zeertzjq 2024-04-23 08:20:36 +08:00
  • d0ab67410c vim-patch:9.1.0365: Crash when typing many keys with D- modifier (#28464) zeertzjq 2024-04-23 08:18:42 +08:00
  • cb2b5e2780 fix(tui): disable DECRQM and DECRQSS queries for Terminal.app (#28453) Yoshimasa Niwa 2024-04-22 17:17:43 -07:00
  • 39fc340276 fix(lsp): avoid assertion when client_hints do not exist (#28461) Yi Ming 2024-04-23 02:18:49 +08:00
  • ea1c9f60e0 vim-patch:9.1.0357: Page scrolling should place cursor at window boundaries (#28429) luukvbaal 2024-04-22 15:24:32 +02:00
  • 783b0aba41 fix(completion): check that healthcheck name is string (#28458) zeertzjq 2024-04-22 19:35:02 +08:00
  • f2db5521eb Merge pull request #28434 from glepnir/23120 bfredl 2024-04-22 13:31:41 +02:00
  • fb5e2db4c7 refactor(api): deprecate nvim_call_atomic #28433 Justin M. Keyes 2024-04-22 04:28:16 -07:00
  • 013afc6863 refactor(lua): deprecate tbl_flatten #28457 Justin M. Keyes 2024-04-22 04:27:57 -07:00
  • 2cbfa4b9af fix(window): don't go to unfocusable float when closing (#28455) zeertzjq 2024-04-22 17:57:49 +08:00
  • 2088521263 Merge #28450 deprecate tbl_flatten Justin M. Keyes 2024-04-21 18:04:21 -07:00
  • f112ac73bd fix: unreliable "checkhealth completions" test Justin M. Keyes 2024-04-22 02:43:24 +02:00
  • 9912a4c81b refactor(lua): deprecate tbl_flatten Justin M. Keyes 2024-04-22 00:58:48 +02:00
  • 35e38833c5 vim-patch:9.1.0363: tests: test_winfixbuf is a bit slow (#28446) zeertzjq 2024-04-22 06:24:22 +08:00
  • 7b8e582f1c vim-patch:d3ff129ce8c6 Christian Clason 2024-04-21 16:06:29 +02:00
  • f694d020c5 Merge #28440 rename tbl_islist, tbl_isarray Justin M. Keyes 2024-04-21 09:16:16 -07:00
  • 5c8dfb0e37 refactor(lua): rename tbl_isarray => isarray Justin M. Keyes 2024-04-21 17:29:10 +02:00
  • d9d890562e refactor(lua): rename tbl_islist => islist Justin M. Keyes 2024-04-21 15:19:43 +02:00
  • 032df963bb refactor(treesitter): language loading Lewis Russell 2024-04-21 13:39:08 +01:00
  • 6d732ad3c9 refactor: add function attributes to xmemcpyz() (#28435) zeertzjq 2024-04-21 16:44:40 +08:00
  • 2b6c9bbe7f perf(treesitter): incremental foldupdate Jaehwang Jung 2024-04-20 02:33:44 +09:00
  • f42ab1dc48 Merge pull request #27872 from luukvbaal/cmdheight bfredl 2024-04-21 09:31:24 +02:00
  • 5f18dd3013 fix(float): wrong position when bufpos is set glepnir 2024-04-20 12:01:28 +08:00
  • 344906a08f fix(api): do not update grid position in nvim_win_set_cursor (#28235) luukvbaal 2024-04-21 02:15:18 +02:00
  • 9e1bbb9813 vim-patch:564166f68184 Christian Clason 2024-04-20 18:07:52 +02:00
  • 5e6240ffc2 feat(treesitter): handle quantified fold captures Riley Bruins 2024-04-20 10:36:17 -07:00
  • 8886b1807c refactor(lua): "module" => "M" #28426 Justin M. Keyes 2024-04-20 09:06:49 -07:00
  • b5a38530ba fix(ui): don't force 'cmdheight' to zero with ext_messages Luuk van Baal 2024-03-15 12:54:39 +01:00
  • f190f758ac feat(lsp): add vim.lsp.buf.subtypes(), vim.lsp.buf.supertypes() (#28388) Yinzuo Jiang 2024-04-20 21:40:01 +08:00
  • fd085d9082 fix(vim.ui.open): try wslview before explorer.exe #28424 Justin M. Keyes 2024-04-20 05:47:08 -07:00
  • 0ea38c9a53 refactor: add xmemcpyz() and use it in place of some xstrlcpy() (#28422) zeertzjq 2024-04-20 19:31:00 +08:00
  • 4d52b0cf67 fix(showcmd): clear the rest properly (#28420) zeertzjq 2024-04-20 08:12:45 +08:00
  • 52d2851ca4 vim-patch:9.1.0355: filetype: flake.lock files are not recognized Christian Clason 2024-04-19 15:35:25 +02:00
  • 57c8f68e3b vim-patch:cee034112d41 Christian Clason 2024-04-19 15:37:16 +02:00
  • 18da6964cc refactor(vim.iter)!: remove vim.iter.map/filter/totable #26138 Justin M. Keyes 2024-04-19 06:22:41 -07:00
  • 9319d97679 build(deps): bump luajit to HEAD - 75e927779 Christian Clason 2024-04-19 08:29:22 +02:00
  • 8d77061051 vim-patch:9.1.0354: runtime(uci): No support for uci file types (#28409) zeertzjq 2024-04-19 14:50:12 +08:00
  • 3e6a9fb599 vim-patch:36e667ab837c (#28407) zeertzjq 2024-04-19 14:49:33 +08:00
  • 13ebfafc95 vim-patch:9.1.0351: No test that completing a partial mapping clears 'showcmd' (#28406) zeertzjq 2024-04-19 05:45:25 +08:00
  • c791aa8aae docs: update supported platforms dundargoc 2024-04-18 15:06:24 +02:00
  • 97c0a52416 fix(lsp): correct deprecation message #28403 Maria José Solano 2024-04-18 12:06:52 -07:00
  • f1dfe32bf5 feat(lua): enable(enable:boolean, filter:table) #28374 Justin M. Keyes 2024-04-18 07:57:58 -07:00
  • 97323d821b refactor(lsp): merge rpc.domain_socket_connect into rpc.connect (#28398) Mathias Fußenegger 2024-04-18 15:34:10 +02:00
  • 206475d791 build(nix): update flake to prevent build errors #28394 Riley Bruins 2024-04-18 04:48:07 -07:00
  • 345dcba629 build(windows): set longPathAware in manifest #28389 Luna Saphie Mittelbach 2024-04-18 13:28:36 +02:00
  • e1ca7a7bfc test: 'showcmd' with ext_messages and Visual selection (#28393) zeertzjq 2024-04-18 08:33:08 +08:00
  • 562719033e vim-patch:9.1.0343: 'showcmd' wrong for partial mapping with multibyte (#28392) zeertzjq 2024-04-18 06:23:11 +08:00
  • de6eb96fc9 vim-patch:9.1.0344: Cursor wrong after using setcellwidth() in terminal (#28391) zeertzjq 2024-04-18 05:41:19 +08:00
  • 6488a9268a Merge pull request #28355 from theofabilous/msgpack-crash-fix bfredl 2024-04-17 19:12:52 +02:00
  • b0f9228179 docs: remove mentions of scan-build dundargoc 2023-10-24 17:44:02 +02:00
  • 96d0c709b6 fix(healthcheck): expand vimrc variable (#28379) Michael 2024-04-17 09:31:13 +03:00
  • 2f371ad7d0 vim-patch:9.1.0341: Problem: a few memory leaks are found (#28382) zeertzjq 2024-04-17 06:52:29 +08:00
  • 0b2b1b0185 vim-patch:9.1.0340: Problem: Error with matchaddpos() and empty list (#28381) zeertzjq 2024-04-17 06:49:23 +08:00
  • 329fc0e5b7 test: API can return Lua function to Lua code (#28380) zeertzjq 2024-04-17 06:34:10 +08:00
  • f150b62423 fix(lua): only free luarefs when returning from API (#28373) zeertzjq 2024-04-17 05:44:06 +08:00
  • 60d1e3e471 fix(msgpack): store grid line event as a value Theo Fabi 2024-04-16 16:41:13 -04:00
  • 8e5c48b08d feat(lua): vim.fs.normalize() resolves ".", ".." #28203 Famiu Haque 2024-04-17 01:13:44 +06:00
  • 20b38677c2 feat(defaults): use ripgrep (rg) for 'grepprg' if available Luna Saphie Mittelbach 2024-04-14 12:54:10 +02:00
  • fe4583127f fix: vim.validate() order is not deterministic #28377 Justin M. Keyes 2024-04-16 07:31:43 -07:00
  • 5cfdaaaeac fix(api): ignore 'autochdir' when renaming other buf (#28376) zeertzjq 2024-04-16 20:57:01 +08:00
  • 2fc2343728 fix(api): ignore 'autochdir' when setting buf in other win (#28371) Raphael 2024-04-16 19:49:56 +08:00
  • 3065e2fa5d Merge #28227 feat(diagnostic): is_enabled, enable(…, enable:boolean) Justin M. Keyes 2024-04-16 04:37:54 -07:00
  • 7fa24948a9 test: make mapping tests more consistent (#28368) zeertzjq 2024-04-16 14:05:09 +08:00
  • 47ba96a6b3 test: getting autocmd Lua callback in Vimscript (#28367) zeertzjq 2024-04-16 11:59:55 +08:00
  • 60fb8a6a8b fix(messages): avoid crash with :intro and ch=0 (#28343) zeertzjq 2024-04-16 10:38:17 +08:00
  • e3c083832c vim-patch:9.1.0335: String interpolation fails for List type (#28364) zeertzjq 2024-04-16 10:18:24 +08:00
  • b1e8b799a5 vim-patch:9.1.0332: tests: some assert_equal() calls have wrong order of args (#28363) zeertzjq 2024-04-16 10:00:48 +08:00
  • 9b485e3f42 vim-patch:8a31de6dd275 (#28361) zeertzjq 2024-04-16 09:33:51 +08:00
  • fb7ffac69f vim-patch:9.1.0326: filetype: some requirements files are not recognized (#28360) zeertzjq 2024-04-16 09:33:33 +08:00
  • 07661009c5 vim-patch:9.1.0325: CMakeCache.txt files not recognized (#28359) zeertzjq 2024-04-16 09:33:16 +08:00
  • 537ba34953 vim-patch:4052474a1bd2 (#28358) zeertzjq 2024-04-16 09:32:55 +08:00
  • 14fb2ef4fb vim-patch:8.2.3415: Vim9: not all function argument types are properly checked (#28362) zeertzjq 2024-04-16 09:32:36 +08:00
  • 3ce85b7c8a Merge pull request #28357 from zeertzjq/vim-9.1.0322 zeertzjq 2024-04-16 08:50:02 +08:00
  • ca2f24cbbd vim-patch:9.1.0324: filetype: some json files are not recognized zeertzjq 2024-04-16 08:22:51 +08:00
  • fcf17c8859 vim-patch:9.1.0323: filetype: cabal config files may not be recognized zeertzjq 2024-04-16 08:19:42 +08:00
  • 6717cc5b41 vim-patch:9.1.0322: filetype: some mail tools not recognized zeertzjq 2024-04-16 08:16:15 +08:00
  • b4ddee1116 vim-patch:fb8f31ea7d7f (#28356) zeertzjq 2024-04-16 08:13:21 +08:00
  • 8c970d3403 vim-patch:dd83b63eb5b7 (#28351) Josef Litoš 2024-04-16 01:48:15 +02:00
  • b35f08ddb1 vim-patch:9.1.0334: No test for highlight behavior with 'ambiwidth' (#28354) zeertzjq 2024-04-16 06:50:23 +08:00
  • 5ed9916a28 feat(diagnostic): enable(…, opts) Justin M. Keyes 2024-04-15 18:35:59 +02:00
  • 603f3b36a4 fix(checkhealth): error in node.js check #28348 Ivan Georgiev 2024-04-15 19:23:22 +03:00
  • 533e01a75b fix(base64): properly handle embedded NULLs when decoding (#28349) Gregory Anders 2024-04-15 11:06:54 -05:00
  • 26765e8461 feat(diagnostic): is_enabled, enable(…, enable:boolean) Justin M. Keyes 2024-04-08 00:41:41 +02:00
  • 57adf8c6e0 fix(vim.ui): open() may wait indefinitely #28325 Justin M. Keyes 2024-04-15 04:33:09 -07:00
  • 4ec8fd43bf fix(api): make width/height for split by nvim_open_win work (#28341) zeertzjq 2024-04-15 17:55:57 +08:00
  • 5371ed36b7 Merge pull request #28339 from zeertzjq/vim-9.1.0321 zeertzjq 2024-04-15 08:30:27 +08:00
  • ba24dab8d6 vim-patch:9.1.0328: CI fails with t_?? test zeertzjq 2024-04-15 07:59:56 +08:00
  • dea0d50f7f vim-patch:9.1.0321: Garbled output on serial terminals with XON/XOFF flow control zeertzjq 2024-04-15 07:59:12 +08:00
  • 0f5c94c04b vim-patch:4ba70cab37d2 (#28338) zeertzjq 2024-04-15 07:46:14 +08:00
  • bcfad7fe62 vim-patch:e92ed1b45c54 (#28337) zeertzjq 2024-04-15 07:39:32 +08:00
  • 43f8d7e3ef vim-patch:9.1.0329: String interpolation fails for Dict type (#28335) zeertzjq 2024-04-15 07:11:39 +08:00
  • 7180ef6901 feat(api)!: nvim_open_win: noautocmd blocks all autocmds #28192 Sean Dewar 2024-04-15 00:10:16 +01:00
  • e3fb937545 build(deps): bump tree-sitter to v0.22.5 Christian Clason 2024-04-15 00:42:19 +02:00
  • 6685481dfa vim-patch:9.1.0320: Wrong cursor position after using setcellwidths() (#28334) zeertzjq 2024-04-15 06:11:30 +08:00
  • 1d73ecda7f vim-patch:9.1.0319: Using heredoc in string not tested with :execute (#28333) zeertzjq 2024-04-15 04:15:43 +08:00
  • aa1d0ac095 fix(defaults): only repeat macro for each selected line if linewise (#28289) zeertzjq 2024-04-15 03:43:33 +08:00
  • f6a3fdd684 refactor: fix clang NonNullParamChecker warnings (#28327) zeertzjq 2024-04-14 21:48:32 +08:00
  • c34c31af73 ci: enable unittests on macos-14 Joey Gouly 2024-04-14 14:27:04 +01:00
  • 4ca6e08327 vim-patch:9.1.0318: filetype: translate shell config files are not recognized Christian Clason 2024-04-13 18:49:36 +02:00
  • 391200f198 vim-patch:9.1.0317: filetype: matplotlibrc files are not recognized Christian Clason 2024-04-13 18:47:51 +02:00