Commit Graph

  • 68da87d2e7 Merge pull request #23742 from bfredl/neolight bfredl 2023-05-26 11:48:05 +02:00
  • ea5ebe509b Merge pull request #23765 from neovim/backport-23583-to-release-0.9 zeertzjq 2023-05-26 17:40:21 +08:00
  • fdf33d9b00 Merge pull request #23764 from neovim/backport-23523-to-release-0.9 zeertzjq 2023-05-26 17:38:59 +08:00
  • 86a1e79ee2 fix(ui-ext): send title to newly-attached UI zeertzjq 2023-05-11 10:48:48 +08:00
  • a92d78d201 Merge pull request #23583 from zeertzjq/ui-attach-title bfredl 2023-05-26 11:29:56 +02:00
  • 9e603ec3e1 fix(windows): set stdout to binary mode for --api-info Enan Ajmain 2023-05-07 20:44:03 +06:00
  • ad62bd471d Merge pull request #23523 from 3N4N/fix/api-info bfredl 2023-05-26 11:16:27 +02:00
  • 624c25a70a Merge pull request #23763 from neovim/backport-23760-to-release-0.9 zeertzjq 2023-05-26 12:26:21 +08:00
  • b6ddf72bf1 fix(mkspell): prevent Unicode character overflow Julio B 2023-05-26 03:48:04 +03:00
  • d31f7648ec fix(mkspell): prevent Unicode character overflow (#23760) julio-b 2023-05-26 04:13:00 +00:00
  • a532f7d527 Merge pull request #23761 from neovim/backport-23466-to-release-0.9 zeertzjq 2023-05-26 11:55:34 +08:00
  • d0d9662ea1 vim-patch:9.0.0240: crash when using ":mkspell" with an empty .dic file zeertzjq 2023-05-04 13:49:19 +08:00
  • d34d987070 vim-patch:9.0.0138: not enough characters accepted for 'spellfile' zeertzjq 2023-05-04 13:43:23 +08:00
  • a6dd67f5b6 fix(extmarks): fix virt_text_hide with 'nowrap' and multibyte (#23757) zeertzjq 2023-05-26 10:41:19 +08:00
  • f733595e79 vim-patch:9.0.1578: SpellCap highlight not always updated when needed (#23755) luukvbaal 2023-05-26 02:08:18 +02:00
  • 43d66c0ebb fix(ui-ext): send title to newly-attached UI zeertzjq 2023-05-11 10:48:48 +08:00
  • 455bca1ba8 fix(drawline): combine extmark highligh with area hl correctly bfredl 2023-05-24 14:33:09 +02:00
  • ee986ee044 fix(folds): combined Folded and Visual highlights (#23752) zeertzjq 2023-05-25 22:14:12 +08:00
  • aa9d46b672 Merge pull request #23744 from luukvbaal/spell zeertzjq 2023-05-25 18:01:06 +08:00
  • 50efdd6ccf vim-patch:9.0.0664: bad redrawing with spell checking, using "C" and "$" in 'cpo' Luuk van Baal 2023-05-24 20:41:58 +02:00
  • d2dc7cfa5b vim-patch:9.0.0608: with spelling, deleting a full stop does not update next line Luuk van Baal 2023-05-24 20:26:03 +02:00
  • ad7cded1f3 vim-patch:9.0.0590: after exiting Insert mode spelling not checked in next line Luuk van Baal 2023-05-24 20:13:11 +02:00
  • bff67c9fbe vim-patch:9.0.0175: spell checking for capital not working with trailing space Luuk van Baal 2023-05-24 19:50:01 +02:00
  • ebb10d6248 build: remove functionaltest-lua target dundargoc 2023-05-24 21:14:47 +02:00
  • 678548a2b4 fix(folds): show Folded highlight in Visual selection (#23741) zeertzjq 2023-05-24 21:25:39 +08:00
  • c855eee919 feat(term): enable reflow by default (#21124) Christian Clason 2023-05-24 10:04:49 +02:00
  • 6661cdf2bd vim-patch:9.0.1575: "file N of M" message is not translated (#23737) zeertzjq 2023-05-24 07:09:31 +08:00
  • 599cf6f60c ci: remove api-docs-check workflow dundargoc 2023-05-24 00:14:42 +02:00
  • d4dc884012 fix(deps): restore functionality of USE_EXISTING_SRC_DIR dundargoc 2023-05-24 00:13:03 +02:00
  • 677e02be4e refactor: fix clang/PVS warnings (#23731) zeertzjq 2023-05-23 18:11:03 +08:00
  • 30c02781ca Merge pull request #23730 from famiu/refactor/api/helpers bfredl 2023-05-23 12:01:20 +02:00
  • cfd4fdfea4 refactor(api): new helper macros Famiu Haque 2023-05-23 14:25:10 +06:00
  • 62e0e0349c fix(colorscheme): try .lua files in 'rtp' before .vim files in 'pp' (#23727) zeertzjq 2023-05-23 16:12:16 +08:00
  • 8a6716682e fix(deps): restore functionality of USE_EXISTING_SRC_DIR James McCoy 2023-05-22 19:24:36 -04:00
  • a1d885dbef ci: add check to ensure USE_EXISTING_SRC_DIR=ON builds work James McCoy 2023-05-22 08:45:11 -04:00
  • 07883940b2 Merge pull request #20130 from bfredl/inline bfredl 2023-05-22 14:16:42 +02:00
  • 6eeb28845a refactor(drawline): move inline text code to its own function bfredl 2023-05-22 12:46:12 +02:00
  • c5528e7fd8 fix(test): clean up inline virtual text tests a little bfredl 2023-05-22 12:15:41 +02:00
  • a78fd18ed9 fix(extmark): fix cursor position with both left and right gravity inline text bfredl 2023-05-09 14:26:03 +02:00
  • 29da1a9cf0 docs: update api.txt and add inline virtual text to news.txt tom-anders 2023-05-06 15:14:00 +02:00
  • 584319cb03 vim-patch:9.0.0210: 'list' mode does not work properly with virtual text Ibby 2023-04-01 15:04:49 +11:00
  • a37c990483 fix(ui): fix overflowing nowrap virtual text not displaying if tab follows Ibby 2023-04-20 02:15:49 +10:00
  • 34d862942c fix(ui): fix virtual text not displaying when two overlapping inlines (nowrap) Ibby 2023-04-19 19:02:33 +10:00
  • 5547b16c40 vim-patch:9.0.1067: in diff mode virtual text is highlighted incorrectly Ibby 2023-04-03 22:13:15 +10:00
  • 75f350aac6 fix(ui): fix incorrect highlighting when virtual text next to match Ibby 2023-04-05 00:29:05 +10:00
  • 332b70d2ed fix(ui): fix incorrect highlighting when virtual text wraps with number Ibby 2023-04-03 23:12:56 +10:00
  • ecf225df57 vim-patch:9.0.0944: 'cursorline' causes virtual text highlight to continue Ibby 2023-04-03 20:46:50 +10:00
  • 5d7afb2e9f fix(ui): fix tabs not being spaced properly after virtual text with no wrap Ibby 2023-04-12 18:21:46 +10:00
  • 7423d3479d vim-patch:9.0.0716: with 'nowrap' virtual text "after" does not scroll left Ibby 2023-04-03 01:43:06 +10:00
  • 1936285d98 fix(ui): fixes incorrect rendering when virtual text is not visable and nowrap Ibby 2023-04-03 01:05:08 +10:00
  • be273c3a23 vim-patch:9.0.0205: cursor in wrong position when inserting after virtual text Ibby 2023-03-28 01:23:21 +11:00
  • c5bf838f8a fix(ui): fix visual and search highlighting interfering with virtual text Ibby 2023-03-27 01:25:37 +11:00
  • e12b5882af vim-patch:9.0.0183: extra space after virtual text when 'linebreak' is set Ibby 2023-03-26 17:40:07 +11:00
  • dee3af2122 vim-patch:9.0.0178: cursor position wrong with virtual text before Tab Ibby 2023-03-26 16:09:09 +11:00
  • 43c2eaada2 vim-patch:9.0.0179: cursor pos wrong with wrapping virtual text in empty line Ibby 2023-03-26 14:49:09 +11:00
  • 8eaf3c4f8c vim-patch:9.0.0143: cursor positioned after virtual text in empty line Ibby 2023-03-26 00:10:28 +11:00
  • 0c7fa3bdcc fix(ui): fix multi-byte characters highlight in virtual text Ibby 2023-03-19 20:31:52 +11:00
  • 389f5ca39d fix(ui): adjust the cursor when inserting virtual text Ibby 2023-03-19 18:50:45 +11:00
  • 0e1f3b5acf vim-patch:9.0.0130: cursor position wrong when inserting around virtual text Ibby 2023-03-19 18:32:44 +11:00
  • a38d7f9984 fix(ui): fix cursor position with multiple inline virtual text Ibby 2023-03-19 17:37:28 +11:00
  • efa9b299a7 feat(ui): inline virtual text Ibby 2023-03-19 16:31:08 +11:00
  • c75cf9b64a Merge pull request #23718 from neovim/backport-23708-to-release-0.9 zeertzjq 2023-05-22 18:33:48 +08:00
  • ceba495e88 fix(redraw): overwrite double-width char with virt_text properly zeertzjq 2023-05-22 09:37:39 +08:00
  • cb34d0ddd0 fix(redraw): overwrite double-width char with virt_text properly (#23708) zeertzjq 2023-05-22 18:22:47 +08:00
  • 55138cdd8f Merge pull request #23716 from neovim/backport-23713-to-release-0.9 zeertzjq 2023-05-22 17:19:03 +08:00
  • cbe9351f8b fix(highlight): remove unnecessary assignment to char_attr for 'spell' Luuk van Baal 2023-05-22 10:22:30 +02:00
  • b11a8c1b5d fix(highlight): remove unnecessary assignment to char_attr for 'spell' (#23713) luukvbaal 2023-05-22 11:07:55 +02:00
  • 8ace26ade7 Merge pull request #23715 from neovim/backport-23702-to-release-0.9 zeertzjq 2023-05-22 16:59:33 +08:00
  • 2430e96da5 fix(api): nvim_get_hl should return default flag Null Chilly 2023-05-21 19:02:24 +07:00
  • b7708eac24 fix(api): nvim_get_hl should return default flag Null Chilly 2023-05-22 15:49:01 +07:00
  • 4f1d75daf8 ci: enable colors by default when testing dundargoc 2023-05-22 10:47:40 +02:00
  • 01ea42c32a refactor(vim.secure): move to lua/secure.c Lewis Russell 2023-05-22 09:24:36 +01:00
  • 62a80c36c1 Merge pull request #23712 from famiu/refactor/test/buf0 bfredl 2023-05-22 10:19:47 +02:00
  • 576dddb461 test: don't unnecessarily specify win/buf for nvim_(get|set)_option_value Famiu Haque 2023-05-22 12:47:10 +06:00
  • 8b8e607284 build: move luarocks and rocks installation to main build dundargoc 2023-05-21 20:57:39 +02:00
  • 384a3bc308 Merge pull request #23670 from famiu/refactor/deprecate_opt_api bfredl 2023-05-21 20:16:05 +02:00
  • edf9a897f0 fix(treesitter): update highlights for query (#23699) Christian Clason 2023-05-21 19:22:28 +02:00
  • 2625d84577 Merge pull request #23700 from neovim/backport-23696-to-release-0.9 zeertzjq 2023-05-21 19:26:42 +08:00
  • a01f8de1f0 fix(redraw): multibyte characters are wrapped at the end of a line Luuk van Baal 2023-05-21 03:13:05 +02:00
  • 60f69014a8 fix(redraw): multibyte characters are wrapped at the end of a line (#23696) luukvbaal 2023-05-21 13:00:37 +02:00
  • 387c8ceb28 Merge pull request #23697 from clason/bump-luv Christian Clason 2023-05-21 12:06:35 +02:00
  • c8d6d14f71 [Backport release-0.9] fix(treesitter): allow foldexpr without highlights (#23673) Christian Clason 2023-05-21 11:36:18 +02:00
  • 3b66f92d0e docs(luv): update to HEAD Christian Clason 2023-05-21 11:29:47 +02:00
  • 1fe1bb084d refactor(options): deprecate nvim[_buf|_win]_[gs]et_option Lewis Russell 2022-12-19 16:37:45 +00:00
  • bbedbc347f build(deps): bump luv to HEAD - c1497c0ff Christian Clason 2023-05-21 10:52:50 +02:00
  • e3e6fadfd8 feat(fs): expose join_paths as vim.fs.joinpath (#23685) Christian Clason 2023-05-20 17:30:48 +02:00
  • 2be8c29406 [Backport release-0.9] fix(lsp): don't register didChangeWatchedFiles when capability not set (#23690) github-actions[bot] 2023-05-20 08:01:52 +02:00
  • 073035a030 fix(lsp): don't register didChangeWatchedFiles when capability not set (#23689) Jon Huhn 2023-05-20 00:45:39 -05:00
  • 413d57ae71 vim-patch:partial:9.0.1570: some tests are slow (#23688) zeertzjq 2023-05-20 08:21:48 +08:00
  • d86a737df1 Merge pull request #23686 from luukvbaal/smoothscroll zeertzjq 2023-05-20 08:21:04 +08:00
  • cf0f83ebf0 vim-patch:9.0.1568: with 'smoothscroll' cursor may move below botline Luuk van Baal 2023-05-19 18:42:54 +02:00
  • 02ef104d5b vim-patch:9.0.1564: display moves up and down with 'incsearch' and 'smoothscroll' Luuk van Baal 2023-05-19 16:14:41 +02:00
  • 4c05b1a6ab build(deps): bump libuv to v1.45.0 (#23684) Christian Clason 2023-05-19 14:15:24 +02:00
  • 201f366b37 vim-patch:9.0.1565: json lines files are not recognized (#23677) Christian Clason 2023-05-19 09:11:22 +02:00
  • d5ac60c093 Merge pull request #23679 from neovim/backport-23585-to-release-0.9 zeertzjq 2023-05-19 07:44:32 +08:00
  • 3ea6c5e7ba fix(tui): make disabling title restore old title from stack zeertzjq 2023-05-11 13:04:25 +08:00
  • 3ae62c4706 fix(tui): make disabling title restore old title from stack (#23585) zeertzjq 2023-05-19 07:30:22 +08:00
  • 24b60b0f71 build: don't format deleted files dundargoc 2023-05-18 16:28:46 +02:00
  • 826b95203a build: bundle uncrustify dundargoc 2023-05-18 16:27:47 +02:00
  • c40872acbd build: remove duplicate include directories in --version output dundargoc 2023-05-18 16:27:05 +02:00