Commit Graph

  • 15f7ac6a04 docs(lsp): remove obsolete didChangeConfiguration explanation (#27595) Tim Pope 2024-02-24 01:19:33 -05:00
  • 99288ecc77 fix(terminal): block input when there is pending TermRequest (#27589) zeertzjq 2024-02-24 05:12:30 +08:00
  • cb5ae22eab Merge pull request #27590 from bfredl/signcolfix bfredl 2024-02-23 13:37:11 +01:00
  • b97d5038f1 fix(marktree): some marks counted twice when checking for overlap bfredl 2024-02-23 11:38:27 +01:00
  • 7e008799a8 vim-patch:315cd1fbcbba Christian Clason 2024-02-23 00:39:21 +01:00
  • eb4783fb6c refactor(defaults): use getregion() for default * and # mappings zeertzjq 2024-02-23 08:12:46 +08:00
  • df1795cd6b vim-patch:1624970d321c (#27582) zeertzjq 2024-02-23 07:13:33 +08:00
  • 564fd1cc51 Merge pull request #27578 from zeertzjq/vim-9.1.0120 zeertzjq 2024-02-23 06:57:07 +08:00
  • 1f75184b5c vim-patch:9.1.0127: Naming a non-pointer variable "oap" is strange zeertzjq 2024-02-23 06:37:19 +08:00
  • 06df895e71 vim-patch:9.1.0126: Internal error when using upper-case mark in getregion() zeertzjq 2024-02-23 06:35:40 +08:00
  • 20e4001eee vim-patch:9.1.0120: hard to get visual region using Vim script zeertzjq 2024-02-22 20:32:52 +08:00
  • bb15fa0356 feat(treesitter): add folding for InspectTree (#27518) 再生花 2024-02-23 05:58:59 +09:00
  • 85cb0b0ddc fix(defaults): make terminal autoclose not block other events (#27581) Evgeni Chasnovski 2024-02-22 21:54:21 +02:00
  • 0760d98680 vim-patch:20d61e1b94e5 Christian Clason 2024-02-22 15:43:15 +01:00
  • eef2aedff6 fix(defaults): remove tmux background detection passthrough (#27571) zeertzjq 2024-02-22 21:15:56 +08:00
  • 741a6684e0 docs(builtin): show tag at first line with multiple signatures (#27577) zeertzjq 2024-02-22 19:39:58 +08:00
  • 42f8ada59d build(deps): bump luv to v1.48.0-0 Christian Clason 2024-02-22 09:34:01 +01:00
  • bba4834ede vim-patch:e8f6af609178 Christian Clason 2024-02-22 09:33:05 +01:00
  • e2e63bd045 fix(lua): make highlight.on_yank use win-local highlight (#27349) altermo 2024-02-22 09:39:32 +01:00
  • 4ec5c58846 refactor(terminal): rename confusing variable name "rv" (#27573) zeertzjq 2024-02-22 13:18:52 +08:00
  • 711a2f5ff6 fix(api): don't leak memory with nvim_win_get_ns (#27570) zeertzjq 2024-02-22 09:13:07 +08:00
  • 2137edbd4f fix(extmarks): redraw properly with scoped inline virt_text (#27569) zeertzjq 2024-02-22 09:05:52 +08:00
  • d9e6a442f2 build(deps): bump tree-sitter to v0.21.0 Christian Clason 2024-02-21 19:37:56 +01:00
  • 8ab9966939 test(treesitter): fix obsolete predicates Christian Clason 2024-02-21 19:58:17 +01:00
  • ba0370b1d7 Merge pull request #27361 from altermo/buf-win-local-extmarks bfredl 2024-02-21 19:21:13 +01:00
  • 1c032ad703 feat(extmark): window scoped extmark altermo 2024-02-06 11:52:42 +01:00
  • 6d8bbfe19d docs: remove mention of foreground/background/special keys in nvim_set_hl (#27558) rktjmp 2024-02-22 00:25:08 +11:00
  • ac0e8323dc fix(lsp): add parentheses to generated union array types (#27560) Maria José Solano 2024-02-21 03:31:56 -08:00
  • 09651342e7 Merge pull request #27552 from bfredl/apialloc bfredl 2024-02-21 12:30:28 +01:00
  • 4fb1739e6f build: fix uncrustify dundargoc 2024-02-20 20:27:48 +01:00
  • 3cc54586be refactor(api): make freeing of return-value opt-in instead of opt out bfredl 2024-02-20 13:44:50 +01:00
  • 9bb046d1be vim-patch:f9ca139e3aa1 (#27554) zeertzjq 2024-02-21 06:30:18 +08:00
  • f25c0c1eb9 vim-patch:ef387c062bb1 (#27553) zeertzjq 2024-02-21 06:29:53 +08:00
  • 5e4a5f1aaa fix(vim.ui.open): use explorer.exe instead of wslview #26947 Vu Nhat Chuong 2024-02-21 00:14:50 +07:00
  • eb1e8c12e2 Merge pull request #27541 from bfredl/exprarena bfredl 2024-02-20 13:11:18 +01:00
  • ddda5e0a48 feat(help): hide filename of "gO" outline using conceal #27547 itchyny 2024-02-20 20:57:13 +09:00
  • a0790558c3 fix(extmarks): priority order of inline and non-inline virt_text (#27532) zeertzjq 2024-02-20 19:53:49 +08:00
  • acd9b54f08 refactor(api): use an arena for nvim_parse_expression bfredl 2024-02-19 14:54:20 +01:00
  • 69bdcc6823 Merge pull request #27536 from bfredl/bufferarena bfredl 2024-02-20 12:19:47 +01:00
  • f2c73e9ee2 refactor(api): reduce temporary allocations when replacing lines bfredl 2024-02-19 12:00:26 +01:00
  • 8952a89db5 Merge pull request #27534 from bfredl/userarena bfredl 2024-02-19 21:21:05 +01:00
  • 8fdc84d0aa build: disable conversion warnings for GCC dundargoc 2024-02-19 20:01:24 +01:00
  • 404707c760 refactor(api): use arena for nvim_put and nvim_paste bfredl 2024-02-19 12:07:16 +01:00
  • d14eefaee9 refactor(api): use arena when listing objects bfredl 2024-02-19 10:44:57 +01:00
  • abb8dcd889 refactor(api): use arena for runtime and client info bfredl 2024-02-19 12:09:07 +01:00
  • 1d95abc66b refactor(api): use an arena for user commands bfredl 2024-02-18 11:10:05 +01:00
  • cc15ba212c refactor(lsp): typings for protocol constants Maria José Solano 2024-02-18 14:52:16 -08:00
  • a9f578b7a5 docs: improve 'tabline' click label docs (#27529) zeertzjq 2024-02-19 11:22:00 +08:00
  • fa131de9ad feat(tabline): middle mouse button now closes tab (#27522) Nacho Nieva 2024-02-18 23:49:33 -03:00
  • 8f1f2a1d9f vim-patch:9.1.0115: Using freed memory with full tag stack and user data (#27525) zeertzjq 2024-02-19 06:53:13 +08:00
  • 1c520053a9 Merge pull request #27520 from bfredl/metaarena bfredl 2024-02-18 18:32:46 +01:00
  • bbf6d4a4bc refactor(api): use arena for metadata; msgpack_rpc_to_object delenda est bfredl 2024-02-18 12:51:27 +01:00
  • 93c911e52f Merge pull request #27511 from bfredl/maparena bfredl 2024-02-18 18:04:28 +01:00
  • 97531be1f7 refactor(api): use arena for autocmds bfredl 2024-02-17 20:33:58 +01:00
  • d94adff48b ci(labeler_issue): split on word boundaries casswedson 2024-02-18 06:29:07 -05:00
  • b8c34efe33 fix(eval): skip over v:lua properly (#27517) zeertzjq 2024-02-18 19:11:44 +08:00
  • 796df966f3 fix(options): don't update curswant for 'winhl' or 'winbl' (#27515) zeertzjq 2024-02-18 18:11:20 +08:00
  • 146333ca12 refactor(api): use arena for channel info and terminal info bfredl 2024-02-17 20:33:11 +01:00
  • eb8a3e0575 vim-patch:9.1.0114: Setting some options may change curswant (#27514) zeertzjq 2024-02-18 17:20:49 +08:00
  • f25fcc68a3 refactor(api): use an arena for mappings bfredl 2024-02-17 20:31:21 +01:00
  • b12d193b4a Merge pull request #27481 from bfredl/meta_revise bfredl 2024-02-17 18:42:47 +01:00
  • 2accf24805 fix(decorations): crash with revised mark with changed decoration flags bfredl 2024-02-15 19:05:01 +01:00
  • 01c15a30c0 ci(release): run universal_macos build on M1 (#27505) Christian Clason 2024-02-17 13:35:47 +01:00
  • bf830a53f5 ci: test on macOS M1 (#27276) Christian Clason 2024-02-17 13:12:39 +01:00
  • ea0737c838 ci(test.yml): explicitly set build type (#27503) zeertzjq 2024-02-17 18:35:25 +08:00
  • 848fc8ede8 test: more tests for nvim_eval_statusline "fillchar" (#27502) zeertzjq 2024-02-17 08:45:35 +08:00
  • 5fd1bac65e fix(api): don't use stl 'fillchar' for "use_statuscol_lnum" (#27501) luukvbaal 2024-02-17 00:44:31 +01:00
  • 478273a423 fix: fix iter_matches call in query linter (#27496) Gregory Anders 2024-02-16 14:00:19 -06:00
  • a75ef40f4c build: set deps default build type to Release (#27495) Gregory Anders 2024-02-16 11:56:52 -06:00
  • bd5008de07 fix(treesitter): correctly handle query quantifiers (#24738) Thomas Vigouroux 2024-02-16 18:54:47 +01:00
  • 1ba3500abd docs(tutor): include https urls where applicable (#27461) Marcus Michaels 2024-02-16 12:54:32 +00:00
  • d040b7341e build(vim-patch.sh): don't add vim/vim to issue of another repo (#27493) zeertzjq 2024-02-16 20:19:26 +08:00
  • 47eb57a4d6 Merge pull request #27464 from zeertzjq/vim-9b53c052d58f zeertzjq 2024-02-16 19:27:50 +08:00
  • 615b48aca6 fix(runtime): add more Nvim-only highlight groups to Vim syntax zeertzjq 2024-02-14 15:29:56 +08:00
  • 608f238bc6 vim-patch:1633de8c35fd zeertzjq 2024-02-16 19:00:57 +08:00
  • 18dfe175e7 vim-patch:fe6d5b0ae47e zeertzjq 2024-02-16 18:59:56 +08:00
  • 7751ff7394 vim-patch:5c3855bcab42 zeertzjq 2024-02-16 18:58:40 +08:00
  • 2a6c7d0ccc vim-patch:9b53c052d58f zeertzjq 2024-02-14 14:47:08 +08:00
  • 5de14b7206 vim-patch:ceed36873e92 zeertzjq 2024-02-14 15:01:24 +08:00
  • 422b090e0c vim-patch:79230f027a25 Christian Clason 2024-02-15 22:33:24 +01:00
  • a1d977d8eb vim-patch:103f1dfb7df3 Christian Clason 2024-02-15 22:15:10 +01:00
  • 51ea753747 fix(genvimvim): generate prefixed boolean options properly (#27487) zeertzjq 2024-02-16 13:27:42 +08:00
  • 55a4aa41bb docs: document breaking change for nvim_create_autocmd callback (#27484) Gregory Anders 2024-02-15 19:56:58 -06:00
  • 04dfa2eea9 Merge pull request #27485 from zeertzjq/vim-9.1.0112 zeertzjq 2024-02-16 07:34:02 +08:00
  • 163add40b8 vim-patch:9.1.0113: duplicate code when cleaning undo stack zeertzjq 2024-02-16 06:56:12 +08:00
  • c1fa8789c1 vim-patch:9.1.0112: Remove undo information, when cleaning quickfix buffer zeertzjq 2024-02-16 06:35:30 +08:00
  • d60eeacae4 build(deps): bump tree-sitter-c to v0.20.8 Christian Clason 2024-02-15 17:00:26 +01:00
  • 35f453f65d fix: type warnings in shared.lua Lewis Russell 2024-02-15 10:53:51 +00:00
  • c6f7419420 Merge pull request #27460 from bfredl/merarena bfredl 2024-02-15 11:10:45 +01:00
  • d60412b18e refactor(eval): use arena when converting typvals to Object bfredl 2024-02-12 20:40:27 +01:00
  • 0a51e7626a vim-patch:9.1.0111: filetype: no support for bats files Christian Clason 2024-02-15 00:35:54 +01:00
  • d0599b0ed9 vim-patch:9.1.0110: filetype: add 'Config.in' filetype detection Christian Clason 2024-02-15 00:10:53 +01:00
  • 7ed75d410a vim-patch:9.1.0109: filetype: no support for its files Christian Clason 2024-02-15 00:10:03 +01:00
  • 4f07ad7786 vim-patch:9.1.0108: filetype: no support for dtso files Christian Clason 2024-02-15 00:09:00 +01:00
  • 989312ed84 vim-patch:1da0e8581671 Christian Clason 2024-02-15 00:12:59 +01:00
  • b76a01055f Merge pull request #27474 from zeertzjq/vim-9.1.0068 zeertzjq 2024-02-15 11:17:21 +08:00
  • 31b3c62845 vim-patch:9.1.0106: Visual highlight hard to read with 'termguicolors' zeertzjq 2024-02-15 07:49:39 +08:00
  • 440ce0d246 vim-patch:9.1.0068: Visual highlighting can still be improved zeertzjq 2024-02-15 07:48:14 +08:00
  • d09957e0a0 fix(lsp): rename: load and list new buffer if attached to window (#27408) Tomasz N 2024-02-14 21:11:29 +01:00
  • a376d979bd fix(extmarks): redraw line on adding/removing conceal (#27463) zeertzjq 2024-02-14 07:51:04 +08:00