Commit Graph

  • 099bd35a7d docs(luvref): update to version bump Christian Clason 2024-01-06 11:45:25 +01:00
  • 2eb74bff0e build(deps): bump luv to 1.47.0-0 Christian Clason 2024-01-06 11:41:03 +01:00
  • 28c183b38c vim-patch:9.1.0014: incorrect use of W_WINROW in edit.c (#26910) zeertzjq 2024-01-06 06:49:21 +08:00
  • a18b4af759 Merge pull request #26909 from zeertzjq/vim-9.1.0007 zeertzjq 2024-01-06 06:45:11 +08:00
  • 14918118e8 vim-patch:9.1.0012: regression with empty inner blocks introduced zeertzjq 2024-01-06 06:24:15 +08:00
  • f38f86b1ad vim-patch:9.1.0007: can select empty inner text blocks zeertzjq 2024-01-06 06:19:19 +08:00
  • 0aab111c6c Merge pull request #26907 from jamessan/backport-26905-to-release-0.9 James McCoy 2024-01-05 14:49:59 -05:00
  • 77ecdb7ec9 fix(test): call separate_arguments() correctly to honor $BUSTED_ARGS (#26905) James McCoy 2024-01-05 14:07:34 -05:00
  • 52e6059415 fix(test): call separate_arguments() correctly to honor $BUSTED_ARGS (#26905) James McCoy 2024-01-05 14:07:34 -05:00
  • 583c1de175 refactor: move structs from regexp_defs.h to regexp.c (#26899) zeertzjq 2024-01-05 22:26:07 +08:00
  • c509f4907b fix(column): fill 'statuscolumn' clickdefs with evaluated width (#26891) luukvbaal 2024-01-05 14:34:54 +01:00
  • 24edeec6d8 Merge pull request #26896 from neovim/backport-25602-to-release-0.9 bfredl 2024-01-05 09:25:21 +01:00
  • 5d89da962d refactor(lang): reduce scope of HAVE_WORKING_LIBINTL #ifdefs bfredl 2023-10-11 22:16:25 +02:00
  • bb5359bf75 Merge pull request #26893 from neovim/backport-26892-to-release-0.9 zeertzjq 2024-01-05 11:20:33 +08:00
  • 97eed79846 fix(terminal): check if mouse on statusline/tabline/winbar/vsep (#26892) zeertzjq 2024-01-05 10:59:52 +08:00
  • e09adfdcff fix(terminal): check if mouse on statusline/tabline/winbar/vsep (#26892) zeertzjq 2024-01-05 10:59:52 +08:00
  • dab5844082 vim-patch:9.1.0010: Keymap completion is not available (#26888) zeertzjq 2024-01-05 08:23:51 +08:00
  • b587aff176 fix(health): fix tmux RGB capability detection (#26886) (#26887) Gregory Anders 2024-01-04 18:15:04 -06:00
  • 88eb0ad149 fix(health): fix tmux RGB capability detection (#26886) Tristan Partin 2024-01-04 15:51:52 -06:00
  • 6635ec113f Merge pull request #26791 from wookayin/gendoc Lewis Russell 2024-01-04 12:03:12 +00:00
  • fa61e0c047 refactor(column): define and use maximum 'statuscolumn' width Luuk van Baal 2024-01-01 14:24:48 +01:00
  • 444f37fe51 fix(decorations): incompletely displayed line should also get decorations Jaehwang Jung 2024-01-02 19:55:02 +09:00
  • dc48a98f9a fix(decorations): validate botline for on_win Jaehwang Jung 2023-12-25 02:31:47 +09:00
  • 9b90657376 vim-patch:d94ca966ca6d Christian Clason 2024-01-03 19:58:46 +01:00
  • 166b4284c8 vim-patch:b1392bee701d Christian Clason 2024-01-03 18:05:04 +01:00
  • 39ea076f2f vim-patch:80beeef0c6a4 Christian Clason 2024-01-03 18:03:31 +01:00
  • 8a6317e70a vim-patch:d4634a26cdcd Christian Clason 2024-01-03 18:03:04 +01:00
  • bdfea2a891 vim-patch:9.1.0001: when closing window, wincmd p may fail Christian Clason 2024-01-03 19:09:43 +01:00
  • 5dbf6ab9b1 vim-patch:9.1.0004: reloading colorscheme when not changing 'background' (#26877) zeertzjq 2024-01-04 05:45:26 +08:00
  • 12cdee7245 vim-patch:9.1.0002: a closing fold expr, may start a new fold (#26876) zeertzjq 2024-01-04 05:36:38 +08:00
  • 3734519e3b feat(lua): add noref to deepcopy Lewis Russell 2024-01-02 15:47:55 +00:00
  • ea3966aac9 fix: checkhealth warning even if init.lua exists #25306 Tom Blake 2023-09-24 18:43:55 +01:00
  • 3a535ff496 feat(vim.deprecate): only issue warning if neovim version is high enough dundargoc 2023-12-25 16:31:38 +01:00
  • a064ed6229 Merge #26398 lintlua for test/ dir Justin M. Keyes 2024-01-03 03:05:22 -08:00
  • 04f2f864e2 refactor: format test/* Justin M. Keyes 2024-01-03 02:09:18 +01:00
  • 59d117ec99 build: enable lintlua for test/ dir Justin M. Keyes 2023-12-07 12:19:35 +01:00
  • ee21273634 Merge pull request #26860 from sus-domesticus/fix/clangd zeertzjq 2024-01-03 06:57:23 +08:00
  • cdd8017469 fix(clangd): set block pointer to null in case map is empty sus-domesticus 2024-01-02 23:53:15 +02:00
  • 1027ccac6d fix(clangd): check size of array before applying qsort on it sus-domesticus 2024-01-02 22:43:55 +02:00
  • b3eda5e73f docs: small fixes dundargoc 2023-12-28 13:49:44 +01:00
  • 735aa4c4c8 refactor: remove redundant struct names dundargoc 2023-12-31 01:54:34 +01:00
  • 3f35c69b23 refactor(api): redundant ml_mfp check #26059 Justin M. Keyes 2024-01-02 12:33:41 -08:00
  • 91d76ac941 docs(lsp): add supports_method to vim.lsp.client docs (#26852) Mathias Fußenegger 2024-01-02 18:52:29 +01:00
  • 765729a145 fix(gen_vimdoc): INCLUDE_DEPRECATED not generating docs for deprecateds Jongwook Choi 2023-12-29 06:32:37 -05:00
  • f74f52a1a5 refactor(gen_vimdoc): refactor section and defgroup doc generation Jongwook Choi 2023-12-29 05:52:31 -05:00
  • 4e9298ecdf refactor(gen_vimdoc): generate function doc from metadata, not from xml Jongwook Choi 2023-12-28 17:50:05 -05:00
  • 67f5332344 fix(docs): clean up non-docstring comments for vimdoc gen Jongwook Choi 2023-12-28 18:00:30 -05:00
  • 1a31d4cf2b refactor(gen_vimdoc): use typing for function API vimdoc generation Jongwook Choi 2023-12-28 14:11:13 -05:00
  • 5e2d4b3c4d refactor(gen_vimdoc): use stronger typing for CONFIG, avoid dict Jongwook Choi 2023-12-28 13:04:34 -05:00
  • 5dc0bdfe98 docs(glob): add glob module (#26853) Mathias Fußenegger 2024-01-02 14:32:43 +01:00
  • 2bf68df289 vim-patch:10b4f75d4c03 (#26846) zeertzjq 2024-01-02 19:06:43 +08:00
  • e98bef259a vim-patch:34d15155fc45 Christian Clason 2024-01-01 22:11:57 +01:00
  • b8df4b2dff vim-patch:b16fc9805535 Christian Clason 2024-01-01 19:33:52 +01:00
  • 99f1530a4f vim-patch:d08059ab48b8 Christian Clason 2024-01-01 19:33:16 +01:00
  • 3299797150 fix(drawline): consider position in linebuf for foldcolumn (#26803) luukvbaal 2024-01-02 10:59:23 +01:00
  • e0112aa1d2 refactor(lsp): fix remaining luals warnings in lsp.rpc Mathias Fussenegger 2024-01-02 10:19:22 +01:00
  • 3f788e73b3 feat(lsp): support connect via named pipes/unix domain sockets (#26032) TheLeoP 2024-01-02 04:08:36 -05:00
  • 4ee656e4f3 feature(diagnostic): add vim.diagnostic.count() (#26807) Evgeni Chasnovski 2024-01-01 23:03:50 +02:00
  • 164f1ea06d refactor(health): refactor provider healthchecks Gregory Anders 2023-04-10 16:48:58 -06:00
  • b49d4e18a6 refactor: remove redundant NOLINT comments dundargoc 2024-01-01 15:56:00 +01:00
  • f69658bc35 feat(treesitter): highlight Lua files by default (#26824) Christian Clason 2024-01-01 15:37:07 +01:00
  • bcd111bd12 ci: write the correct cherry-picked commit id when backporting Jongwook Choi 2024-01-01 08:35:35 -05:00
  • 7d17ab5b6f fix(l10n): update Ukrainian translations (#26819) Anatolii Sakhnik 2024-01-01 13:22:11 +02:00
  • 3faace1995 docs: clarify on_bytes arguments Jaehwang Jung 2023-12-07 21:01:50 +09:00
  • 3a80c6ad18 ci(lintcommit): allow colon not followed by space in description zeertzjq 2023-04-12 09:05:52 +08:00
  • 7cb29a572b build: ensure make clean doesn't remove source files dundargoc 2023-12-31 16:54:09 +01:00
  • 6fa0f303d7 fix(builtin): parameter mismatch between winsaveview and winrestview altermo 2023-12-31 14:08:16 +01:00
  • 6f6abd8c02 refactor(tui): remove code that is no longer necessary zeertzjq 2023-12-30 19:04:29 +08:00
  • b4ef913400 Handle mouse buttons 6/7 (often used for horizontal scrolling) Paul "LeoNerd" Evans 2023-07-31 13:32:55 +01:00
  • ffe96c6c1c Ignore key_mouse unless it is exactly \e[M because some terminfos relate to different encoding modes (thanks Ninji) Paul "LeoNerd" Evans 2019-06-27 21:45:23 +01:00
  • 95bead71b3 build: remove LOG_LIST_ACTIONS option and related code dundargoc 2023-05-26 14:55:34 +02:00
  • 89ae281365 build: enable ASAN for MSVC dundargoc 2023-10-07 15:07:45 +02:00
  • 9bce28ab79 test(functional): remove faulty pending check Christian Clason 2023-12-30 12:48:05 +01:00
  • bba1d6dd79 build: use -O3 optimization for release builds dundargoc 2023-04-11 20:52:09 +02:00
  • b9cf388045 test(functional): remove faulty pending check Christian Clason 2023-12-30 12:48:05 +01:00
  • 33bbde1bc6 build: add more runtime files to test dependencies dundargoc 2023-12-30 18:05:25 +01:00
  • d51b615747 refactor: fix luals warnings dundargoc 2023-12-13 14:04:24 +01:00
  • bf0be0f63e build: various improvements dundargoc 2023-12-17 15:40:09 +01:00
  • b84ede36ba version bump bfredl 2023-12-30 14:22:05 +01:00
  • 8744ee8783 NVIM 0.9.5 v0.9.5 bfredl 2023-12-30 14:18:40 +01:00
  • c89292fcb7 refactor: follow style guide dundargoc 2023-12-28 13:42:24 +01:00
  • d634cd5b0b vim-patch:d96f25bd69c1 Christian Clason 2023-12-29 17:35:07 +01:00
  • dd00b6b442 refactor(drawline): remove maybe_wlv argument for foldcolumn (#26798) luukvbaal 2023-12-30 02:57:57 +01:00
  • c5e9acca64 Merge pull request #26758 from luukvbaal/drawline bfredl 2023-12-29 22:13:39 +01:00
  • 7348cc3a5b ci: add workflow_dispatch to optional.yml workflow dundargoc 2023-12-29 19:19:58 +01:00
  • 9aed26079c ci: add workflow_dispatch to optional.yml workflow dundargoc 2023-12-29 19:19:58 +01:00
  • fe2ca7eabf refactor(drawline): avoid writing foldopen before writing foldclosed Luuk van Baal 2023-12-29 10:44:37 +01:00
  • 1ef60ea651 vim-patch:715a8058895f Christian Clason 2023-12-29 00:30:07 +01:00
  • 51c22b9321 vim-patch:244f01658f9c Christian Clason 2023-12-29 00:29:38 +01:00
  • 7709597a1d vim-patch:a907c9199216 Christian Clason 2023-12-29 00:29:16 +01:00
  • 419f038727 vim-patch:fda02d03c0cf Christian Clason 2023-12-29 00:28:54 +01:00
  • 1d71e1d987 vim-patch:757714c0cba7 Christian Clason 2023-12-29 00:28:28 +01:00
  • ffb97af887 vim-patch:48ddc6a6f86f Christian Clason 2023-12-29 00:27:40 +01:00
  • aecbc3f832 vim-patch:9.0.2189: Wrong display with 'briopt=sbr' and 'nobreakindent' (#26785) zeertzjq 2023-12-29 06:44:14 +08:00
  • 31d7007bf7 docs: convert BACKERS.md to backers.txt dundargoc 2023-12-27 13:43:48 +01:00
  • 2b9d3869f8 fix(drawline): don't use temporary "v" variable when not needed (#26777) zeertzjq 2023-12-28 19:26:59 +08:00
  • 53a3e6ac87 docs(eval): add parameter type for vim.fn.mode() (#26776) xvzc 2023-12-28 20:13:46 +09:00
  • 320c77fa52 vim-patch:d1cea036467c Christian Clason 2023-12-27 19:34:28 +01:00
  • ecbfff7306 vim-patch:7e2741100737 Christian Clason 2023-12-27 19:06:20 +01:00
  • 44c7833193 vim-patch:a03647acc313 Christian Clason 2023-12-27 19:03:37 +01:00