Commit Graph

  • e8107f0748 vim-patch:8.2.4498: using <Plug> with "noremap" does not work zeertzjq 2022-03-03 21:59:28 +08:00
  • dcd03f5d9d refactor(autocmd): simplify check for freed callback bfredl 2022-03-03 14:28:27 +01:00
  • 7211d8ef21 Merge pull request #17584 from zeertzjq/test-pending-win32 zeertzjq 2022-03-03 16:39:24 +08:00
  • f8b3a1691f test: use helpers.pending_win32(pending) in buffer_updates_spec zeertzjq 2022-03-03 16:07:39 +08:00
  • f9db491a64 Merge pull request #17583 from zeertzjq/test-old-missing zeertzjq 2022-03-03 13:52:49 +08:00
  • 78bb8c4ee7 test(old): add more missing test files and run more tests alone zeertzjq 2022-03-03 11:57:25 +08:00
  • 5d6006f9bf feat(diagnostic): add "code" to the diagnostic structure (#17510) David Shen 2022-03-02 20:42:27 -05:00
  • 051a0514dc Merge pull request #17579 from zeertzjq/ci-win-fail James McCoy 2022-03-02 20:21:13 -05:00
  • f015994a42 Merge pull request #17571 from zeertzjq/pvs-autocmd zeertzjq 2022-03-03 08:25:28 +08:00
  • 1495c4d166 ci: show failed message on Windows zeertzjq 2022-03-03 08:16:31 +08:00
  • 85de9b06ed Merge pull request #17578 from zeertzjq/test-warning-poke zeertzjq 2022-03-03 06:23:10 +08:00
  • d477788cd5 fix(lsp): respect all of 'fixeol', 'eol', and 'binary' applying edits (#17574) Tim Pope 2022-03-02 14:33:02 -05:00
  • 482ea0cc17 Merge pull request #17575 from zeertzjq/pty-did-eof James McCoy 2022-03-02 11:57:19 -05:00
  • ede4eac61f test: mention poke_eventloop() instead of wait() zeertzjq 2022-03-02 22:30:35 +08:00
  • bc04c3d1ba revert: "ci(windows): skip oldtest on windows until failing tests are fixed" zeertzjq 2022-03-02 21:28:41 +08:00
  • 4154bf9b59 fix(pty_process_win/wait_eof_timer_cb): also check for proc->out.did_eof zeertzjq 2022-03-02 21:28:30 +08:00
  • 0e02a5f109 Merge pull request #17572 from bfredl/testfix bfredl 2022-03-02 10:38:37 +01:00
  • 5ecb2cb539 fix(test): only use buffer completion in popupmenu timer test bfredl 2022-03-02 09:15:49 +01:00
  • 3763d7d2d5 refactor(clang): dead assignment buflocal_nr = 0 zeertzjq 2022-03-02 15:17:50 +08:00
  • 8ba47a6457 refactor(PVS/V547): aucmd.type == CALLABLE_NONE is always false zeertzjq 2022-03-02 15:14:52 +08:00
  • 22d1b2423f refactor(PVS/V560): ap == NULL is always false zeertzjq 2022-03-02 15:14:11 +08:00
  • 4b3f920477 Merge pull request #16804 from zeertzjq/ui-aucmd-docs zeertzjq 2022-03-02 15:05:19 +08:00
  • 4c24fcb91f Merge pull request #17570 from zeertzjq/pvs-autocmd-header zeertzjq 2022-03-02 09:02:28 +08:00
  • 55a189583e chore(PVS): add PVS header to api/autocmd.c zeertzjq 2022-03-02 08:50:15 +08:00
  • 1fdf903911 Merge pull request #17569 from zeertzjq/test-mapping zeertzjq 2022-03-02 08:45:41 +08:00
  • 9a5a3c699e test: move two mapping tests to ex_cmds/map_spec.lua zeertzjq 2022-03-02 08:14:39 +08:00
  • 045422e4a0 fix: respect os_proc_children rv of pid not found Charlie Groves 2022-03-01 15:58:42 -05:00
  • ed1a9c310d fix: enable filetype detection and syntax highlighting with --clean (#17566) Gregory Anders 2022-03-01 10:47:20 -07:00
  • 770b9f3c3b Merge pull request #17542 from dundargoc/ci/skip-oldtest-on-windows James McCoy 2022-03-01 11:37:50 -05:00
  • 07d3fb6e3b ci(windows): skip oldtest on windows until failing tests are fixed Dundar Göc 2022-02-27 17:30:32 +01:00
  • 7737a273b2 ci(freebsd): remove deprecated package sha to fix warning Dundar Göc 2022-03-01 14:47:49 +01:00
  • a7bc3e0f7b Merge pull request #17556 from zeertzjq/remove-unused-k-aucmd-special bfredl 2022-03-01 13:16:45 +01:00
  • 0a9b00913f Merge pull request #15079 from shadmansaleh/feat/verbose_lua bfredl 2022-03-01 13:13:11 +01:00
  • 37a86a2f96 fix(api): include event in get_autocmds (#17553) Christian Clason 2022-03-01 09:07:41 +01:00
  • 01139ec82c Merge pull request #17557 from zeertzjq/clarify-plug zeertzjq 2022-03-01 09:44:40 +08:00
  • 0cb9a577ed docs: clarify actual behavior of <Plug> zeertzjq 2022-03-01 09:27:36 +08:00
  • fed515d9e7 refactor: remove unused K_AUCMD_SPECIAL zeertzjq 2022-03-01 07:32:04 +08:00
  • cf0266fae1 Merge pull request #17551 from bfredl/lua_autocmd_rebase bfredl 2022-02-28 20:57:24 +01:00
  • 0f613482b3 feat(lua): add missing changes to autocmds lost in the rebase TJ DeVries 2021-05-28 15:45:34 -04:00
  • 6732cd9e57 Merge pull request #17529 from seandewar/api-string-oopsie bfredl 2022-02-28 14:59:52 +01:00
  • cca08d0f3b Merge pull request #17476 from dundargoc/test/emmylua zeertzjq 2022-02-28 21:21:41 +08:00
  • 7b6ee3ef0a fix: anonymous sid not working shadmansaleh 2022-02-17 12:53:17 +06:00
  • ebfe083337 feat(lua): show proper verbose output for lua configuration shadmansaleh 2022-01-08 00:39:44 +06:00
  • e383543342 Merge pull request #17544 from r0x0d/update-readme-for-fedora-link zeertzjq 2022-02-28 09:38:00 +08:00
  • 43c495b183 docs: fix fedora broken link in readme Rodolfo Olivieri 2022-02-27 22:14:16 -03:00
  • fad33b095f Merge pull request #14661 from tjdevries/tjdevries/lua_autocmd_v2 bfredl 2022-02-28 00:07:31 +01:00
  • 991e472881 feat(lua): add api and lua autocmds TJ DeVries 2021-05-28 15:45:34 -04:00
  • 1b5767aa34 feat(lua): add <f-args> to user commands callback (#17522) Javier Lopez 2022-02-27 14:35:06 -05:00
  • c65d93e60a Merge pull request #16969 from shadmansaleh/enhance/ingore_nore_on_plug_keymaps bfredl 2022-02-27 16:47:55 +01:00
  • 243869658e Merge pull request #17540 from jamessan/luv-bump-fix James McCoy 2022-02-27 09:16:50 -05:00
  • 97ed3effff ci(lint): re-add building of third-party James McCoy 2022-02-27 08:18:48 -05:00
  • 8d8288461a ci(lint): use bundled luv until system packages are updated James McCoy 2022-02-27 08:14:23 -05:00
  • 55ab76a1c0 build: bump minimum version of luv to 1.43.0 James McCoy 2022-02-27 07:49:50 -05:00
  • 9d3370a144 vim-patch:c51cf0329809 (#17530) Christian Clason 2022-02-27 11:56:30 +01:00
  • 7dd2b0b79a Merge pull request #17386 from bfredl/neothread bfredl 2022-02-27 09:41:02 +01:00
  • 8bf3a3e303 Merge pull request #17432 from zeertzjq/vim-8.1.2336 zeertzjq 2022-02-27 10:51:11 +08:00
  • c031e038df chore: remove <Plug> detection from vim.keymap shadmansaleh 2022-01-07 18:17:19 +06:00
  • 0347875a5c feat: ignore nore on <Plug> maps shadmansaleh 2022-01-07 17:28:14 +06:00
  • 84812bcc2c Merge pull request #17531 from dundargoc/refactor/coverity/big-parameter-passed-by-value James McCoy 2022-02-26 19:41:22 -05:00
  • e47cdb4268 Merge pull request #17535 from dundargoc/test/ci-fold James McCoy 2022-02-26 19:39:51 -05:00
  • 24557a7f63 test(ci): remove non-existent ci-fold from tests Dundar Göc 2022-02-26 23:36:55 +01:00
  • 525a3a90bc Merge pull request #17525 from lf-/hardcopy-truecolor bfredl 2022-02-26 23:57:27 +01:00
  • da89725f34 fix(coverity/175977): big parameter passed by value Dundar Göc 2022-02-26 13:06:34 +01:00
  • c26ef6bcd4 Merge pull request #17532 from dundargoc/ci/add-timeout James McCoy 2022-02-26 12:32:37 -05:00
  • 80c3d042ed ci: add timeout to all jobs Dundar Göc 2022-02-26 16:57:47 +01:00
  • f6cc604af2 fix(api): convert blob to NUL-terminated API string Sean Dewar 2022-02-26 13:27:43 +00:00
  • 850b3e19c9 refactor(lua): cleanup and docs for threads bfredl 2022-02-26 11:03:39 +01:00
  • 639ec044b7 Merge pull request #16845 from seandewar/floaty-aucmd-win bfredl 2022-02-26 14:53:50 +01:00
  • 4b834a9f7c Merge pull request #17414 from zeertzjq/api-set-cursor-redraw bfredl 2022-02-26 14:52:24 +01:00
  • 634c3addd2 Merge pull request #17337 from dundargoc/refactor/pvs/v560 bfredl 2022-02-26 14:48:12 +01:00
  • 41f309adeb Merge pull request #17527 from zeertzjq/test-pending-win32 zeertzjq 2022-02-26 21:17:38 +08:00
  • 332cc6424a Merge pull request #17528 from neovim/backport-17479-to-release-0.6 zeertzjq 2022-02-26 21:17:06 +08:00
  • acf38245d8 refactor(lua): use references directly on main thread Björn Linse 2021-12-25 14:38:26 +01:00
  • b87867e69e feat(lua): add proper support of luv threads erw7 2021-09-11 11:48:58 +09:00
  • d0f8f76224 vim-patch:8.2.4464: Dtrace files are recognized as filetype D (#17518) Christian Clason 2022-02-26 14:01:37 +01:00
  • 2703cf95dd Merge pull request #17219 from clason/bump-luvit Christian Clason 2022-02-26 14:00:46 +01:00
  • 3a826ceed3 docs: update explanation of Y to reflect new defaults Dundar Göc 2022-02-20 22:45:32 +01:00
  • cfcc40cd48 Merge pull request #17479 from dundargoc/docs/usr04/update-Y-description zeertzjq 2022-02-26 20:51:47 +08:00
  • 8dd3d40f5c Merge pull request #17472 from lewis6991/signcol_improvements bfredl 2022-02-26 13:37:01 +01:00
  • 0545bd2180 test: use helpers.pending_win32(pending) instead of iswin() zeertzjq 2022-02-26 19:28:18 +08:00
  • 2da9450de5 build(deps): bump libuv to 1.43.0+7ae0c95 Christian Clason 2022-02-03 15:11:45 +01:00
  • b857bc770b build(deps): bump luv to 1.43.0-0 Christian Clason 2022-02-03 14:45:27 +01:00
  • e5b5cbd19c feat(hardcopy): check gui colours for highlights first Jade Lovelace 2022-02-25 18:45:48 -08:00
  • 005a7aa167 Merge pull request #17467 from dundargoc/ci/remove-failing-windows James McCoy 2022-02-25 07:10:29 -05:00
  • 81bffbd147 feat: call __tostring on lua errors if possible before reporting to user Oliver Marriott 2022-02-19 22:56:50 +11:00
  • 9d53791cf8 fix(signcol): update cursor when signcol changes Lewis Russell 2022-02-20 17:39:40 +00:00
  • eb6e5d0991 refactor(signcol): store signcol in win_T Lewis Russell 2022-02-20 17:34:10 +00:00
  • e67cd22c38 fix(signcol): handle edge case with maximum value Lewis Russell 2022-02-20 17:26:39 +00:00
  • fdea15723f feat(filetype): support scripts.vim with filetype.lua (#17517) Gregory Anders 2022-02-24 10:02:17 -07:00
  • b5bf4877c0 feat(highlight): support for blend in nvim_set_hl (#17516) Lewis Russell 2022-02-24 16:50:05 +00:00
  • 73da7cef7b Merge pull request #17390 from RenFraser/feature/packaging James McCoy 2022-02-24 06:46:07 -05:00
  • 1630ec742d docs: update explanation of Y to reflect new defaults Dundar Göc 2022-02-20 22:45:32 +01:00
  • 087aad3dcd ci: improved cpack packaging Henry Fraser 2022-02-08 06:49:09 +10:00
  • d8561c078c Merge pull request #17513 from neovim/backport-16757-to-release-0.6 zeertzjq 2022-02-24 10:12:18 +08:00
  • bee7b6167d vim-patch:8.2.3873: go.mod files are not recognized Dundar Göc 2021-12-23 12:56:07 +01:00
  • 15004473b5 fix(api)!: correctly handle negative line numbers for nvim_buf_set_text (#17498) Gregory Anders 2022-02-23 15:19:47 -07:00
  • c07b5b5de6 vim-patch:partial 944697ae196 (#17493) Sean Dewar 2022-02-23 12:22:18 +00:00
  • 430371da5b refactor(aucmd_win): remove need to restore window layout Sean Dewar 2022-02-22 21:06:53 +00:00
  • 2deffb5ea8 fix(aucmd_win): ensure aucmd_win stays floating Sean Dewar 2021-12-31 09:32:04 +00:00
  • 11f7aeed7a feat(api): implement nvim_buf_get_text (#15181) Gregory Anders 2022-02-22 13:19:21 -07:00