Commit Graph

  • 017afa2fcf Merge pull request #23452 from neovim/backport-23442-to-release-0.9 zeertzjq 2023-05-03 06:29:20 +08:00
  • 61351adee8 fix(pum): don't position too far with resized parent grid zeertzjq 2023-05-02 16:46:53 +08:00
  • 540941ef83 fix(pum): don't position too far with resized parent grid (#23442) zeertzjq 2023-05-03 06:17:53 +08:00
  • 7dfddb3e43 Merge pull request #23449 from neovim/backport-23448-to-release-0.9 zeertzjq 2023-05-03 06:14:35 +08:00
  • 3ba930844c perf(treesitter): insert/remove items efficiently (#23443) Lewis Russell 2023-05-02 22:27:14 +01:00
  • 5fbe8409b5 fix(pum): fix missing scrollbar with 'rightleft' zeertzjq 2023-05-03 00:43:55 +08:00
  • 8bc973c6f5 fix(pum): fix missing scrollbar with 'rightleft' (#23448) zeertzjq 2023-05-03 01:13:03 +08:00
  • 4d1d9472fe Merge pull request #23447 from neovim/backport-23445-to-release-0.9 zeertzjq 2023-05-03 00:06:09 +08:00
  • bff3f4fa8b vim-patch:9.0.1505: error when heredoc content looks like heredoc (#23446) zeertzjq 2023-05-03 00:05:46 +08:00
  • bbf600b7b5 fix(pum): fix missing rightmost column with 'rightleft' zeertzjq 2023-05-02 22:30:35 +08:00
  • f186224dfc fix(pum): fix missing rightmost column with 'rightleft' (#23445) zeertzjq 2023-05-02 23:55:14 +08:00
  • 808752f1b0 Merge pull request #23320 from luukvbaal/smoothscroll zeertzjq 2023-05-02 19:42:31 +08:00
  • 5b111a8f00 fix(ui): adjust 'smoothscroll' for inner dimensions Luuk van Baal 2023-05-02 12:00:42 +02:00
  • 3b906af27f test: 'smoothscroll' <<< marker shows with tabline, winbar and splits Luuk van Baal 2023-05-01 14:42:30 +02:00
  • 3b1d31197c vim-patch:9.0.1502: no test for deleting the end of a long wrapped line Luuk van Baal 2023-04-30 22:04:35 +02:00
  • f78130b2d8 test: 'smoothscroll' works with virt_lines above and below Luuk van Baal 2023-04-29 23:02:29 +02:00
  • 35ed79a915 vim-patch:9.0.1435: scrolling too many lines when 'wrap' and 'diff' are set Luuk van Baal 2023-04-29 00:34:09 +02:00
  • 7d5673b18b vim-patch:9.0.1367: divide by zero in zero-width window Luuk van Baal 2023-04-29 00:16:37 +02:00
  • 4e4383ffa2 vim-patch:9.0.1247: divide by zero with 'smoothscroll' set and a narrow window Luuk van Baal 2023-04-28 16:22:42 +02:00
  • 9b9ccac625 vim-patch:9.0.1121: cursor positioning and display problems with 'smoothscroll' Luuk van Baal 2023-04-28 13:34:07 +02:00
  • 6fd7e3bea4 vim-patch:9.0.1000: with 'smoothscroll' skipcol may be reset unnecessarily Luuk van Baal 2023-04-28 12:36:11 +02:00
  • c25fd85c2e vim-patch:9.0.0998: "gk" may reset skipcol when not needed Luuk van Baal 2023-04-28 12:32:39 +02:00
  • 5ba11087b6 vim-patch:9.0.0911: with 'smoothscroll' set mouse click position may be wrong Luuk van Baal 2023-04-28 03:59:53 +02:00
  • 46646a9bb8 vim-patch:9.0.0908: with 'smoothscroll' cursor may end up in wrong position Luuk van Baal 2023-04-27 19:40:00 +02:00
  • 26a9f0e94e vim-patch:9.0.0901: setting w_leftcol and handling side effects is confusing Luuk van Baal 2023-04-27 19:08:20 +02:00
  • 3621604029 vim-patch:9.0.0900: cursor moves too far with 'smoothscroll' Luuk van Baal 2023-04-27 18:35:25 +02:00
  • 0bcf2a6382 vim-patch:9.0.0898: with 'smoothscroll' cursor is one screen line too far down Luuk van Baal 2023-04-27 18:20:34 +02:00
  • a2f3855291 vim-patch:9.0.0893: 'smoothscroll' cursor calculations wrong when 'number' is set Luuk van Baal 2023-04-27 17:51:47 +02:00
  • 5e4df766f6 vim-patch:9.0.0892: may redraw when not needed Luuk van Baal 2023-04-27 05:27:31 +02:00
  • 88d13d2778 vim-patch:9.0.0807: with 'smoothscroll' typing "0" may not go to the first column Luuk van Baal 2023-04-27 03:36:31 +02:00
  • 0588329c85 vim-patch:9.0.0760: display test for 'listchars' "precedes" fails Luuk van Baal 2023-04-27 03:15:46 +02:00
  • 72c525d567 vim-patch:9.0.0758: "precedes" from 'listchars' overwritten by <<< Luuk van Baal 2023-04-27 02:54:51 +02:00
  • 6146400605 vim-patch:9.0.0757: line number not visisble with 'smoothscroll', 'nu' and 'rnu' Luuk van Baal 2023-04-27 00:57:48 +02:00
  • c426f7a622 vim-patch:9.0.0751: 'scrolloff' does not work well with 'smoothscroll' Luuk van Baal 2023-04-27 00:03:46 +02:00
  • 223c7173ee vim-patch:9.0.0746: breakindent test cases are commented out Luuk van Baal 2023-04-26 23:36:59 +02:00
  • e8dfff5f28 vim-patch:9.0.0745: wrong cursor position when using "gj" and "gk" in a long line Luuk van Baal 2023-04-26 23:23:50 +02:00
  • 9189c2d162 vim-patch:9.0.0735: breakindent and scrolloff tests fail Luuk van Baal 2023-04-26 23:12:28 +02:00
  • bf12a85a69 vim-patch:9.0.0734: cursor position invalid when scrolling with 'smoothscroll' Luuk van Baal 2023-04-26 22:32:38 +02:00
  • 36c98b47a3 vim-patch:9.0.0707: with 'smoothscroll' cursor position not adjusted in long line Luuk van Baal 2023-04-26 22:15:25 +02:00
  • f3de7f4468 vim-patch:9.0.0701: with 'smoothscroll' cursor position not adjusted in long line Luuk van Baal 2023-04-26 21:56:31 +02:00
  • 2918720add vim-patch:9.0.0681: "<<<" shows for 'smoothscroll' even when 'showbreak is set Luuk van Baal 2023-04-26 20:30:39 +02:00
  • 34a4f3729c vim-patch:9.0.0680: tests failing with 'breakindent', 'number' and "n" in 'cpo' Luuk van Baal 2023-04-26 19:40:22 +02:00
  • 1757ffad4b vim-patch:9.0.0679: tests failing with 'smoothscroll', 'number' and "n" in 'cpo' Luuk van Baal 2023-04-26 19:35:16 +02:00
  • 7dc2c087e7 vim-patch:9.0.0677: breakindent test accepts wrong result Luuk van Baal 2023-04-26 18:08:55 +02:00
  • d95697d6d4 vim-patch:9.0.0673: first line wong with 'smoothscroll' and 'scrolloff' zero Luuk van Baal 2023-04-26 17:23:42 +02:00
  • 3a1973debc vim-patch:9.0.0672: line partly shows with 'smoothscroll' and 'scrolloff' zero Luuk van Baal 2023-04-26 17:08:35 +02:00
  • 8e4a4629ca vim-patch:9.0.0671: negative topline using CTRL-Y with 'smoothscroll' and 'diff' Luuk van Baal 2023-04-26 16:54:23 +02:00
  • 181097e443 vim-patch:9.0.0654: breakindent test fails Luuk van Baal 2023-04-26 16:46:51 +02:00
  • f3b44cf23d vim-patch:9.0.0652: 'smoothscroll' not tested with 'number' and "n" in 'cpo' Luuk van Baal 2023-04-27 04:54:50 +02:00
  • e9b1df21bc vim-patch:9.0.0650: some tests are failing Luuk van Baal 2023-04-27 04:52:52 +02:00
  • a43b28a34c vim-patch:9.0.0649: no indication the first line is broken for 'smoothscroll' Luuk van Baal 2023-04-26 13:11:33 +02:00
  • d6050e9bda vim-patch:9.0.0646: with 'smoothscroll' CTRL-E is wrong when 'foldmethod' set Luuk van Baal 2023-04-26 04:32:50 +02:00
  • 69af5e8782 vim-patch:9.0.0645: CTRL-Y does not stop at line 1 Luuk van Baal 2023-04-26 04:00:38 +02:00
  • 9128fc79f0 vim-patch:9.0.0644: 'smoothscroll' is not copied to a new window on :split Luuk van Baal 2023-04-26 03:57:23 +02:00
  • e51e63c9ba vim-patch:9.0.0643: smoothscroll test fails Luuk van Baal 2023-04-26 03:48:02 +02:00
  • 7cc3062e9c vim-patch:9.0.0642: breakindent test fails Luuk van Baal 2023-04-26 03:45:10 +02:00
  • be11f80d01 vim-patch:9.0.0640: cannot scroll by screen line if a line wraps Luuk van Baal 2023-04-26 01:55:00 +02:00
  • 76dd0f81b0 [Backport release-0.9] fix(treesitter): do not calc folds on unloaded buffers (#23440) github-actions[bot] 2023-05-02 11:23:45 +01:00
  • fba18a3b62 fix(treesitter): do not calc folds on unloaded buffers Lewis Russell 2023-05-02 10:07:18 +01:00
  • bfb19a110d docs(html): right-align inline tags (#23403) Christian Clason 2023-05-02 09:45:44 +02:00
  • 607237a20a Merge pull request #23438 from neovim/backport-23436-to-release-0.9 zeertzjq 2023-05-02 15:36:20 +08:00
  • 5267e7b07a fix(mouse): fix popup_setpos position check with ext_multigrid zeertzjq 2023-05-02 14:11:42 +08:00
  • 7c1921e9d6 fix(mouse): fix popup_setpos position check with ext_multigrid (#23436) zeertzjq 2023-05-02 15:25:41 +08:00
  • 86c9d8b53c fix(gen_vimvim): correctly add aliases to vimAutoEvent (#23429) Eisuke Kawashima 2023-05-02 16:16:52 +09:00
  • 49092de818 Merge pull request #23435 from neovim/backport-23430-to-release-0.9 zeertzjq 2023-05-02 12:38:53 +08:00
  • 20f5f4e916 fix(normal): make "g$" work properly with resized grid zeertzjq 2023-05-02 11:09:27 +08:00
  • 5b158b9375 fix(drawline): make cursorlineopt=screenline work with resized grid zeertzjq 2023-05-02 10:36:41 +08:00
  • c693df02b3 fix(float): make bufpos work properly with resized parent grid zeertzjq 2023-05-02 10:00:34 +08:00
  • 22170efb47 Merge pull request #23430 from zeertzjq/multigrid-resized zeertzjq 2023-05-02 12:28:26 +08:00
  • beaa29d70e Merge pull request #23434 from neovim/backport-23352-to-release-0.9 zeertzjq 2023-05-02 12:13:26 +08:00
  • 088cdf69e3 fix(normal): make "g$" work properly with resized grid zeertzjq 2023-05-02 11:09:27 +08:00
  • 37b73cf14b fix(drawline): make cursorlineopt=screenline work with resized grid zeertzjq 2023-05-02 10:36:41 +08:00
  • 03e8b5fc91 fix(float): make bufpos work properly with resized parent grid zeertzjq 2023-05-02 10:00:34 +08:00
  • 11a0fc9644 vim-patch:9.0.1493: popup menu position wrong in window with toolbar zeertzjq 2023-04-28 05:50:08 +08:00
  • 756b74758d fix(pum): make :popup position correctly with float border zeertzjq 2023-04-27 23:40:39 +08:00
  • 3563f4b623 Merge pull request #23433 from neovim/backport-23336-to-release-0.9 zeertzjq 2023-05-02 11:57:56 +08:00
  • f5cf033314 fix(pum): position properly with ext_multigrid zeertzjq 2023-04-25 14:59:34 +08:00
  • 7a9624f035 Merge pull request #23432 from neovim/backport-23298-to-release-0.9 zeertzjq 2023-05-02 11:45:55 +08:00
  • 5c30930fec fix(pum): show right-click menu above cmdline area zeertzjq 2023-04-24 08:39:19 +08:00
  • 3754d833ec Merge pull request #23431 from neovim/backport-23265-to-release-0.9 zeertzjq 2023-05-02 11:33:26 +08:00
  • b8b1221e58 vim-patch:9.0.1476: lines put in non-current window are not displayed zeertzjq 2023-04-22 22:56:24 +08:00
  • f77b2740ee [Backport release-0.9] docs(lsp): remove vim.lsp.sync (#23419) github-actions[bot] 2023-05-01 11:51:30 +02:00
  • 26cc946226 fix(treesitter): foldexpr tweaks Lewis Russell 2023-05-01 10:32:29 +01:00
  • 37dd818722 vim-patch:9.0.1503: Luau files are not recognized (#23412) Christian Clason 2023-05-01 10:55:51 +02:00
  • 5e31f53457 docs(lsp): remove vim.lsp.sync (#23416) Mathias Fußenegger 2023-05-01 10:54:37 +02:00
  • 37bc73e9bc build: change dependency URLs to cache variables dundargoc 2023-05-01 07:52:23 +02:00
  • e7da49d5bf ci: don't install unnecessary dependencies dundargoc 2023-05-01 07:39:27 +02:00
  • 98a90abca9 [Backport release-0.9] perf(lsp): process semantic tokens response in a coroutine that yields every 5ms (#23414) github-actions[bot] 2023-05-01 07:27:44 +02:00
  • 0f1b511f23 fix(tui): redraw on SIGWINCH even if size didn't change zeertzjq 2023-05-01 12:20:07 +08:00
  • edf05b005f perf(lsp): process semantic tokens response in a coroutine that yields every 5ms (#23375) jdrouhard 2023-05-01 00:15:32 -05:00
  • fc2822a819 Merge pull request #23413 from neovim/backport-23400-to-release-0.9 zeertzjq 2023-05-01 12:41:06 +08:00
  • b8d0a2d2b2 fix(spell): extmark with spell=false should disable spell zeertzjq 2023-04-30 08:45:52 +08:00
  • a803bff89c fix(spell): extmark with spell=false should disable spell (#23400) zeertzjq 2023-05-01 12:30:55 +08:00
  • 9f9cef1b56 build: make lpeg an imported library dundargoc 2023-04-30 23:57:15 +02:00
  • 066db5e7cd vim-patch:9.0.1500: The falsy operator is not tested properly (#23407) zeertzjq 2023-04-30 23:24:16 +08:00
  • 19a793545f fix(treesitter): redraw added/removed injections properly (#23287) Lewis Russell 2023-04-30 16:11:38 +01:00
  • 7e3d6ff405 build(deps): bump LuaJIT to HEAD - 224129a8e (#23405) Christian Clason 2023-04-30 15:36:17 +02:00
  • 064bf39c46 docs: fix erroneous nvim_buf_set_extmark example (#23404) luukvbaal 2023-04-30 14:36:54 +02:00
  • 4f3f81ed86 docs(api): document nvim_buf_add_highlight vs nvim_buf_set_extmark (#23310) JP 2023-04-30 06:02:38 -03:00
  • 668f16bac7 feat(treesitter): upstream query omnifunc from playground (#23394) Christian Clason 2023-04-30 11:01:54 +02:00