Commit Graph

  • 351dda5e26 Merge pull request #25244 from jedrzejboczar/fix-cursor-jump-win-separators bfredl 2023-09-20 11:11:52 +02:00
  • b6ef938c66 docs: document $XDG environment variables #25227 Eduardo Rittner Coelho 2023-09-20 06:04:30 -03:00
  • ee20e9e669 refactor(grid): unused grid->line_wraps delenda est bfredl 2023-09-20 10:18:40 +02:00
  • acde86d436 Merge pull request #25096 from glepnir/float_winnew bfredl 2023-09-20 09:25:59 +02:00
  • c6cc56d69c Merge pull request #25155 from glepnir/fix_winhl bfredl 2023-09-20 09:18:59 +02:00
  • b2265bb72c test(lsp): add normalize_markdown tests Maria José Solano 2023-09-19 21:30:22 -07:00
  • 926b8f9120 Merge pull request #25250 from neovim/backport-25228-to-release-0.9 zeertzjq 2023-09-20 07:21:31 +08:00
  • 1b8132880d test(tui_spec): update cursor_address test for wrap flag zeertzjq 2023-09-18 11:55:37 +08:00
  • 3f796c5410 Merge pull request #25249 from neovim/backport-25248-to-release-0.9 zeertzjq 2023-09-20 06:54:46 +08:00
  • 82e0a6028c vim-patch:9.0.1915: r_CTRL-C works differently in visual mode zeertzjq 2023-09-20 05:59:01 +08:00
  • c4f4c7a356 vim-patch:9.0.1915: r_CTRL-C works differently in visual mode (#25248) zeertzjq 2023-09-20 06:37:29 +08:00
  • 5a363ccac8 fix(lsp)!: deprecate trim_empty_lines Maria José Solano 2023-09-18 11:04:01 -07:00
  • cfd4a9dfaf feat(lsp): use treesitter for stylize markdown Maria José Solano 2023-09-12 20:51:21 -07:00
  • 592bc831ce fix: avoid ui_grid_cursor_goto when drawing window separators Jędrzej Boczar 2023-09-19 14:15:53 +02:00
  • c5abf487f1 fix(float): make "fixed" work with relative=win (#25243) zeertzjq 2023-09-19 18:45:11 +08:00
  • 437ed3cee2 fix(float): trigger winnew event when float window create glepnir 2023-09-11 19:46:15 +08:00
  • 1db45a9c1f Merge pull request #25214 from bfredl/glyphcache bfredl 2023-09-19 12:32:41 +02:00
  • ab92575753 fix(highlight): winhl receive wrong argument glepnir 2023-09-14 21:02:30 +08:00
  • 2de5cddeb1 Merge pull request #25148 from glepnir/fixed_opt bfredl 2023-09-19 11:49:59 +02:00
  • 8da986ea87 refactor(grid): change schar_T representation to be more compact bfredl 2023-09-13 13:39:18 +02:00
  • 6405fa4b11 vim-patch:346ac1429c5a (#25239) zeertzjq 2023-09-19 07:07:24 +08:00
  • bbde37fd64 vim-patch:9.0.1908: undefined behaviour upper/lower function ptrs (#25238) zeertzjq 2023-09-19 06:41:59 +08:00
  • 46402c16c0 docs(test): add more info on debugging with gdb #25230 Sergey Slipchenko 2023-09-18 16:24:18 +04:00
  • fd08fd3de3 fix(float): add fixd option glepnir 2023-09-14 13:30:51 +08:00
  • 9cadbf1d36 test(tui_spec): update cursor_address test for wrap flag (#25228) zeertzjq 2023-09-18 12:16:32 +08:00
  • cb211e5746 Merge pull request #25226 from neovim/backport-25223-to-release-0.9 zeertzjq 2023-09-18 07:22:20 +08:00
  • 508dda0e6c test(ui/fold_spec): more testing for clicking on 'foldcolumn' (#25225) zeertzjq 2023-09-18 07:07:54 +08:00
  • 28f600337f fix: fix use after free sid-6581 2023-09-17 13:47:55 -05:00
  • 57ccd82417 fix(job-control): fix use after free (#25223) sid-6581 2023-09-17 18:07:08 -05:00
  • 9de5cb0b32 vim-patch:d8b86c937a41 Christian Clason 2023-09-17 19:20:16 +02:00
  • 1b74d2bf0a vim-patch:e30d8e4ce01d Christian Clason 2023-09-17 19:19:33 +02:00
  • ed45aa835c vim-patch:9.0.1907: No support for liquidsoap filetypes Christian Clason 2023-09-17 19:18:21 +02:00
  • 71d9b7d15c fix(treesitter): _trees may not be list-like Jaehwang Jung 2023-09-17 17:54:30 +09:00
  • f54677132b test(ui/fold_spec): click on multibyte "foldclosed" (#25216) zeertzjq 2023-09-17 21:31:51 +08:00
  • 211edceb4f vim-patch:8.2.4173: cannot use an import in 'foldexpr' (#25215) zeertzjq 2023-09-17 21:01:19 +08:00
  • 71530cc972 feat(folds): support virtual text format for 'foldtext' (#25209) zeertzjq 2023-09-17 20:29:18 +08:00
  • 677df72e40 docs: remove joke from pronounce dundargoc 2023-09-16 17:40:28 +02:00
  • 767b968647 build(deps): bump luajit to HEAD - e897c5743 Christian Clason 2023-09-17 11:26:14 +02:00
  • a0c99755b8 Merge pull request #25190 from glepnir/echo_hl bfredl 2023-09-17 12:23:22 +02:00
  • 5183651773 fix(highlight): correct hi command output glepnir 2023-09-16 19:08:40 +08:00
  • d70667a1c1 Merge pull request #25208 from zeertzjq/vim-8.2.2356 zeertzjq 2023-09-17 11:40:31 +08:00
  • a1f0f0b2bc vim-patch:9.0.1633: duplicate code for converting float to string zeertzjq 2023-09-17 11:05:36 +08:00
  • ac0fda2e46 vim-patch:8.2.2356: Vim9: ":put =expr" does not handle a list properly zeertzjq 2023-09-17 10:59:36 +08:00
  • 26c6d78a0c Merge pull request #25206 from neovim/backport-25204-to-release-0.9 zeertzjq 2023-09-17 09:06:21 +08:00
  • 249e930eaf docs(tutor): clarify the meaning of ✗ and ✓ zeertzjq 2023-09-17 08:15:05 +08:00
  • aac85b8d6b docs(tutor): clarify the meaning of ✗ and ✓ (#25204) zeertzjq 2023-09-17 08:48:13 +08:00
  • 7fd12dabcc Merge pull request #25202 from zeertzjq/backport zeertzjq 2023-09-17 07:12:42 +08:00
  • 3a5b46e6bb fix(lua): not using global value in vim.opt_global Phelipe Teles 2023-09-16 19:35:12 -03:00
  • 68ae7ea529 refactor: rename _meta.lua to _options.lua Lewis Russell 2023-07-16 09:27:39 +01:00
  • 4ab9c5fa46 fix(lua): not using global value in vim.opt_global (#25196) Phelipe Teles 2023-09-16 19:35:12 -03:00
  • 3f5f6d412b Merge pull request #25200 from neovim/backport-25199-to-release-0.9 zeertzjq 2023-09-17 06:18:20 +08:00
  • aa04090e92 test(plugin/man_spec): use pesc() on actual_file in pattern zeertzjq 2023-09-17 05:47:36 +08:00
  • 054839437e test(plugin/man_spec): use pesc() on actual_file in pattern (#25199) zeertzjq 2023-09-17 06:07:53 +08:00
  • 28f54a7878 feat(treesitter): add lang parameter to the query editor (#25181) Maria José Solano 2023-09-16 10:05:59 -07:00
  • 7e5ce42977 fix(treesitter): properly combine injection.combined regions Jaehwang Jung 2023-09-16 23:43:22 +09:00
  • f40a109716 fix(treesitter): fix trim predicate Lewis Russell 2023-09-13 10:39:34 +01:00
  • b3342171d5 fix(typing): vim.fn.execute Lewis Russell 2023-09-16 11:43:02 +01:00
  • 883e2a1409 Merge pull request #25186 from llllvvuu/fix/preserve_marktree_orderinh bfredl 2023-09-16 14:59:20 +02:00
  • 07080f67fe perf(treesitter): do not scan past given line for predicate match L Lllvvuu 2023-09-16 02:48:49 -07:00
  • 477458f7bf fix(test): more tests for marktree bfredl 2023-09-14 11:45:19 +02:00
  • 34be915f6b fix(marktree): preserve ordering in marktree_move L Lllvvuu 2023-09-16 01:08:06 -07:00
  • 091b57d766 refactor(mapping.c): reduce scope of locals Lewis Russell 2023-09-16 10:52:42 +01:00
  • 908843df61 fix(languagetree): apply resolve_lang to metadata['injection.language'] L Lllvvuu 2023-09-13 16:51:54 -07:00
  • 40bfca744d Merge pull request #25183 from llllvvuu/fix/marktree_move bfredl 2023-09-16 10:39:54 +02:00
  • 2d2cf150e1 Merge pull request #25078 from glepnir/au bfredl 2023-09-16 10:27:45 +02:00
  • 585549625d fix(marktree): off-by-one error in marktree_move L Lllvvuu 2023-09-15 21:43:49 -07:00
  • be10d65bfa vim-patch:c1f8bb37c6a8 Christian Clason 2023-09-15 16:50:03 +02:00
  • 6debb18523 refactor(treesitter): remove duplicated diagnostic code (#24976) Maria José Solano 2023-09-15 12:45:40 -07:00
  • 73c71ed95c docs(MAINTAIN): Add note about deprecation policy exceptions (#25159) Gregory Anders 2023-09-15 09:32:47 -05:00
  • 35e50d79c6 fix(extmarks): overlay virt_text position after 'showbreak' (#25175) zeertzjq 2023-09-15 20:30:50 +08:00
  • a916523574 fix(ui): doesn't trigger au event when enter is false glepnir 2023-09-10 15:09:20 +08:00
  • cdb8c46253 [Backport release-0.9] fix: invoke changed_bytes when rewriting tabs (#25174) github-actions[bot] 2023-09-15 04:12:21 -07:00
  • f5a09f1b03 fix: invoke changed_bytes when rewriting <Tab> char #25125 Ilia Choly 2023-09-15 06:45:51 -04:00
  • 28233bcb49 refactor(treesitter): rename "preview" => "edit" #25161 Maria José Solano 2023-09-15 03:10:55 -07:00
  • 2d9e7a33f4 test(windows): unskip working tests (#25153) dundargoc 2023-09-15 10:33:26 +02:00
  • f0898d438e [Backport release-0.9] fix(treesitter): language.add - only register parser if it exists L Lllvvuu 2023-09-14 18:24:53 -07:00
  • a6e4793baf fix(extmarks): draw virt_text below diff filler lines properly (#25170) zeertzjq 2023-09-15 15:56:52 +08:00
  • fe2fa98460 build(deps): bump luajit to HEAD - 7a77a3cd8 Christian Clason 2023-09-15 08:04:55 +02:00
  • b65cd7ff1a fix(extmarks): fix wrong virt_text position after wrapped TAB (#25168) zeertzjq 2023-09-15 14:54:42 +08:00
  • b52bd8a2de fix(extmarks): properly handle virt_text on next screen line (#25166) zeertzjq 2023-09-15 12:35:27 +08:00
  • 9ec0ecb222 refactor(drawline): remove unnecessary inline virt checks (#25163) zeertzjq 2023-09-15 07:17:13 +08:00
  • 2e92065686 docs: replace <pre> with ``` (#25136) Gregory Anders 2023-09-14 08:23:01 -05:00
  • 9fc321c976 refactor(treesitter): deprecate for_each_child #25118 LW 2023-09-14 03:36:16 -07:00
  • a4743487b7 fix(treesitter): language.add - only register parser if it exists L Lllvvuu 2023-09-14 00:08:43 -07:00
  • eecddd2416 build(lint): use stylua without add_glob_target dundargoc 2023-09-10 11:00:34 +02:00
  • a49924a318 feat(lsp): remove notify from vim.lsp.buf_detach_client (#25140) Mathias Fußenegger 2023-09-14 08:40:53 +02:00
  • a6e74c1f0a docs: fix typos and other small fixes (#25005) dundargoc 2023-09-14 06:05:27 +02:00
  • d1813f73b8 Merge pull request #25144 from neovim/backport-24983-to-release-0.9 zeertzjq 2023-09-14 09:34:53 +08:00
  • 9df72d3f9f fix(rpc): fix race condition Sergey Slipchenko 2023-09-09 14:47:05 +04:00
  • cd6536c140 Merge pull request #25142 from neovim/backport-25133-to-release-0.9 zeertzjq 2023-09-14 07:54:05 +08:00
  • d1cce10702 fix(float): update position of anchored windows first zeertzjq 2023-09-13 19:26:42 +08:00
  • f5953edbac fix(float): update position of anchored windows first (#25133) zeertzjq 2023-09-14 07:42:22 +08:00
  • 77df96f3fb Merge pull request #25114 from bfredl/nohl bfredl 2023-09-13 22:18:51 +02:00
  • 199cf5a526 vim-patch:8b2457a38198 Christian Clason 2023-09-12 22:36:34 +02:00
  • 2dd5e472df vim-patch:fc93594d562d Christian Clason 2023-09-12 22:30:02 +02:00
  • b1d24ca760 vim-patch:f5356bf6751f Christian Clason 2023-09-12 22:29:37 +02:00
  • 27a566f3f8 feat(vimdoc): support Markdown code blocks (#25127) Gregory Anders 2023-09-13 08:38:28 -05:00
  • a6d745865a refactor(highlight): merge redundant attr_entries and attr_entry_ids structs bfredl 2023-09-12 11:54:36 +02:00
  • 4607807f9f fix(treesitter): don't update fold if tree is unchanged Jaehwang Jung 2023-08-20 14:17:45 +09:00
  • fc8d1f7c7e Merge pull request #25122 from neovim/backport-25121-to-release-0.9 Christian Clason 2023-09-12 17:36:03 +02:00