Commit Graph

  • e120a049f0 fix(float): fix ml_get error with bufpos zeertzjq 2022-12-06 07:26:00 +08:00
  • 11d2704274 vim-patch:8.2.3193: screenpos() is wrong when 'display' is "lastline" zeertzjq 2022-12-06 06:51:17 +08:00
  • 0ff9131a92 vim-patch:9.0.1014: zir files are not recognized (#21301) Gregory Anders 2022-12-05 15:54:32 -07:00
  • f3bf1fbf60 fix(secure): crash when hitting escape in prompt (#21283) ii14 2022-12-05 19:59:04 +01:00
  • 707df88054 docs: add missing docs from some Vim patches (#21296) zeertzjq 2022-12-05 21:09:31 +08:00
  • 6c285a6e49 ci: create CI job to check if news needs to be updated (#21142) dundargoc 2022-12-05 11:58:30 +01:00
  • 5c52971f60 ci: use shell script to deduplicate workflow (#21079) dundargoc 2022-12-05 11:58:13 +01:00
  • 9d8dbd9846 ci: use local action to make make cache keys consistent (#20538) dundargoc 2022-12-05 11:57:52 +01:00
  • 89374da798 vim-patch:8.2.2328: some test files may not be deleted (#21194) zeertzjq 2022-12-05 10:47:05 +08:00
  • 1c6f7e5933 Merge pull request #21292 from zeertzjq/vim-8.2.1195 zeertzjq 2022-12-05 10:22:47 +08:00
  • 9ae6b03e7a vim-patch:8.2.5145: exit test causes spurious valgrind reports zeertzjq 2022-12-05 09:53:31 +08:00
  • ba9fcc22ef vim-patch:8.2.3526: tests have clumsy check for X11 based GUI zeertzjq 2022-12-05 09:51:39 +08:00
  • e043dbf0aa vim-patch:8.2.3499: GUI geometry startup test fails zeertzjq 2022-12-05 09:52:46 +08:00
  • 78fa1f069d vim-patch:8.2.3495: GUI geometry startup test fails on some systems zeertzjq 2022-12-05 09:52:34 +08:00
  • e9ad613fdf vim-patch:8.2.3109: check for $DISPLAY never fails zeertzjq 2022-12-05 09:51:01 +08:00
  • adcf7a2219 vim-patch:8.2.3108: test for remote_foreground() fails zeertzjq 2022-12-05 09:50:27 +08:00
  • 060789e335 vim-patch:8.2.2240: clientserver test fails if full path is used zeertzjq 2022-12-05 09:50:11 +08:00
  • ee944ef103 vim-patch:8.2.1197: clientserver test still fails on MS-Windows zeertzjq 2022-12-05 09:49:38 +08:00
  • 5d691a4669 vim-patch:8.2.1195: clientserver test fails on MS-Windows zeertzjq 2022-12-05 09:49:23 +08:00
  • 922a3c33f1 [Backport release-0.8] fix(lsp): ensure open_logfile is safe for fast events (#21290) github-actions[bot] 2022-12-04 19:05:27 +01:00
  • b098e7971f fix(lsp): ensure open_logfile is safe for fast events (#21288) Mathias Fußenegger 2022-12-04 18:02:24 +01:00
  • ec6ba87229 Merge pull request #21287 from mfussenegger/lsp-show-document Mathias Fußenegger 2022-12-04 16:29:05 +01:00
  • 67e1390dc8 fix(lsp): call show_document with correct args Mathias Fussenegger 2022-12-04 15:57:46 +01:00
  • 48b84d6d6e refactor(lsp): extract a _create_server method in lsp_spec Mathias Fussenegger 2022-12-04 15:39:22 +01:00
  • 01a8cd0432 fix(lsp): remove workspaceFolders field (#21284) Raphael 2022-12-04 21:56:04 +08:00
  • b866d8d2e7 vim-patch:9.0.0610: global interrupt test fails when run under valgrind (#21285) zeertzjq 2022-12-04 18:33:04 +08:00
  • 9263f17d0d vim-patch:9.0.0259: crash with mouse click when not initialized (#21282) zeertzjq 2022-12-04 17:44:51 +08:00
  • 823247a040 Merge pull request #21281 from zeertzjq/vim-8.2.4163 zeertzjq 2022-12-04 16:59:45 +08:00
  • d93b906254 vim-patch:8.2.4168: disallowing empty function name breaks existing plugins zeertzjq 2022-12-04 16:29:36 +08:00
  • 32810c0818 vim-patch:8.2.4163: no error for omitting function name after autoload prefix zeertzjq 2022-12-04 16:28:59 +08:00
  • a0dd663c2d Merge pull request #21279 from zeertzjq/vim-8.2.2182 zeertzjq 2022-12-04 10:32:20 +08:00
  • 9476dd2f92 vim-patch:8.2.3292: underscore in very magic pattern causes a hang zeertzjq 2022-12-04 09:46:26 +08:00
  • 3f1ee12d31 vim-patch:8.2.3265: smartcase does not work correctly in very magic pattern zeertzjq 2022-12-04 09:43:38 +08:00
  • 46e4be0fd0 vim-patch:8.2.2295: incsearch does not detect empty pattern properly zeertzjq 2022-12-04 09:09:00 +08:00
  • a91ba088ab vim-patch:8.2.2182: Vim9: value of 'magic' is still relevant zeertzjq 2022-12-04 08:38:38 +08:00
  • fba0562723 fix(syntax): correct conceal for annotated code blocks (#21272) Christian Clason 2022-12-03 15:16:37 +01:00
  • e642825e28 Merge pull request #21274 from zeertzjq/vim-8.2.3992 zeertzjq 2022-12-03 21:44:13 +08:00
  • 0cb90114d4 vim-patch:9.0.0577: buffer underflow with unexpected :finally zeertzjq 2022-12-03 20:53:43 +08:00
  • bf4bf7f9e0 vim-patch:9.0.0110: help tag generation picks up words in code examples zeertzjq 2022-12-03 20:46:01 +08:00
  • 3838ee63d0 test(old): skip Vim9 script with less divergence zeertzjq 2022-12-03 20:27:09 +08:00
  • 742d95a629 vim-patch:8.2.4262: some search tests fail zeertzjq 2022-12-03 21:13:44 +08:00
  • f6caa35e65 vim-patch:8.2.4261: accessing invalid memory in a regular expression zeertzjq 2022-12-03 20:15:52 +08:00
  • b69c581761 vim-patch:8.2.3992: wrong local-additions in the help with language mix zeertzjq 2022-12-03 19:09:19 +08:00
  • e7a2ae829a test(old): make ":h local-additions" work properly in test_help.vim zeertzjq 2022-12-03 20:10:36 +08:00
  • c768b578fa fix(lsp): render <pre>{lang} code blocks and set separator default to false (#21271) Folke Lemaitre 2022-12-03 13:51:57 +01:00
  • 8f1ef36875 Merge pull request #21270 from zeertzjq/vim-8.2.1420 zeertzjq 2022-12-03 15:09:46 +08:00
  • 7d283d2139 vim-patch:8.2.1440: debugger code insufficiently tested zeertzjq 2022-12-03 14:22:18 +08:00
  • 8a29d9660e vim-patch:8.2.1420: test 49 is old style zeertzjq 2022-12-03 13:48:51 +08:00
  • aa49212731 vim-patch:9.0.0322: crash when no errors and 'quickfixtextfunc' is set (#21269) zeertzjq 2022-12-03 13:34:25 +08:00
  • c0840087c8 Merge pull request #21267 from zeertzjq/vim-8.2.3900 zeertzjq 2022-12-03 09:05:20 +08:00
  • 5e97984188 vim-patch:partial:8.2.3908: cannot use a script-local function for 'foldtext' zeertzjq 2022-12-03 08:37:10 +08:00
  • 9671908c68 vim-patch:8.2.3900: it is not easy to use a script-local function for an option zeertzjq 2022-12-03 08:17:38 +08:00
  • 2ae0d32a72 refactor: make sure getting a callback doesn't modify argument zeertzjq 2022-12-03 08:24:22 +08:00
  • 10c50d9f30 Merge pull request #21266 from zeertzjq/vim-8.2.3889 zeertzjq 2022-12-03 04:26:00 +08:00
  • afb3ff52ec vim-patch:9.0.0990: callback name argument is changed by setqflist() zeertzjq 2022-12-03 03:44:37 +08:00
  • 1e6d5fdf3f vim-patch:9.0.0805: filetype autocmd may cause freed memory access zeertzjq 2022-12-03 03:40:31 +08:00
  • 70ac0c9358 vim-patch:8.2.3889: duplicate code for translating script-local function name zeertzjq 2022-12-02 21:00:27 +08:00
  • 07e6296520 Merge pull request #21154 from clason/vimdoc-injections Christian Clason 2022-12-02 16:45:39 +01:00
  • e40df8b1bc docs(news): add entry for highlighted code Christian Clason 2022-11-26 11:54:26 +01:00
  • 0b05bd87c0 docs(gen): support language annotation in docstrings Christian Clason 2022-11-23 12:31:49 +01:00
  • 9e1187e489 feat(web): syntax highlighting via highlight.js Christian Clason 2022-11-22 21:23:33 +01:00
  • 952f19ba38 docs: add language annotation to Nvim manual Christian Clason 2022-11-22 18:41:00 +01:00
  • 7314323420 Merge pull request #21264 from zeertzjq/vim-8.2.3829 zeertzjq 2022-12-02 22:10:09 +08:00
  • 4d0fabfe4b Merge pull request #21263 from neovim/backport-20993-to-release-0.8 zeertzjq 2022-12-02 21:48:25 +08:00
  • 7d10194426 vim-patch:8.2.3838: cannot use script-local function for setting *func options zeertzjq 2022-12-02 20:47:52 +08:00
  • 1aad5af637 vim-patch:8.2.3829: no error when setting a func option to script-local function zeertzjq 2022-12-02 20:44:26 +08:00
  • 4bef100e47 build: restrict git describe to top level source directory Jan Palus 2022-11-07 18:42:21 +01:00
  • a3f01d32cb build: restrict git describe to top level source directory (#20993) Jan Palus 2022-12-02 13:45:37 +01:00
  • c95a0c9959 fix(diff): fix a crash in diff mode with linematch enabled (#21070) Jonathon 2022-12-02 07:45:00 -05:00
  • 1145a9b248 feat(aucmd_win): allow crazy things with hidden buffers (#21250) zeertzjq 2022-12-02 20:39:24 +08:00
  • 805c83f43e build(deps): bump LuaJIT to HEAD - 564147f51 (#21257) Christian Clason 2022-12-02 10:20:53 +01:00
  • 86f9e29c86 refactor: remove COMMA (#21260) zeertzjq 2022-12-02 13:10:30 +08:00
  • dcc686a208 test: use luv.os_uname for fast platform detection (#21157) kylo252 2022-12-02 05:36:31 +01:00
  • facfc88b4c Merge pull request #21262 from zeertzjq/vim-8.2.1748 zeertzjq 2022-12-02 11:15:47 +08:00
  • 47d3d0102f vim-patch:8.2.1748: closing split window in other tab may cause a crash zeertzjq 2022-12-02 10:28:35 +08:00
  • 982c0053f4 fix(float): make closing float in another tab return to correct window zeertzjq 2022-12-02 10:30:50 +08:00
  • 61e99217e6 refactor(fs): replace vim.fn/vim.env in vim.fs (#20379) Mike 2022-12-01 09:15:05 -06:00
  • adda751407 ci: rename workflow files to be simpler and more consistent (#21253) dundargoc 2022-12-01 10:55:34 +01:00
  • 1390e97c20 feat(provider): add support for Yarn node modules on Windows (#21246) Charles Nguyen 2022-11-30 19:50:53 -08:00
  • bd2d0edcbf fix: clang warnings (#21247) zeertzjq 2022-12-01 09:05:25 +08:00
  • 282dda643a fix(ui-ext): log and clear error in ui_comp_event (#21147) Andrew Willette 2022-11-30 14:32:57 -06:00
  • ef5ab2bf76 ci: add more reviewers based on label (#21155) dundargoc 2022-11-30 14:19:11 +01:00
  • c0d17cec0b vim-patch:8.2.3259 when 'indentexpr' causes an error did_throw may hang (#21240) zeertzjq 2022-11-30 11:47:30 +08:00
  • bfdddec8ba Merge pull request #21238 from zeertzjq/vim-8.2.5080 zeertzjq 2022-11-30 10:43:38 +08:00
  • 22622df950 vim-patch:8.2.5108: retab test disabled because it hangs on MS-Windows zeertzjq 2022-11-30 10:07:24 +08:00
  • e0c7b8955d refactor: move ex_retab() to indent.c zeertzjq 2022-11-30 10:12:09 +08:00
  • 3f743c39d3 vim-patch:8.2.5105: test still hangs on MS-Windows zeertzjq 2022-11-30 10:07:04 +08:00
  • b57daafdd9 vim-patch:8.2.5104: test hangs on MS-Windows zeertzjq 2022-11-30 10:04:50 +08:00
  • c180e0d8d5 vim-patch:8.2.5103: build fails with small features zeertzjq 2022-11-30 10:04:07 +08:00
  • a7dc48f19d vim-patch:8.2.5102: interrupt not caught in test zeertzjq 2022-11-30 09:48:10 +08:00
  • f706d24045 vim-patch:8.2.5082: retab test fails zeertzjq 2022-11-30 09:47:30 +08:00
  • ec52658af7 vim-patch:8.2.5080: when indenting gets out of hand it is hard to stop zeertzjq 2022-11-30 09:46:03 +08:00
  • d311c5481d Merge pull request #21234 from zeertzjq/vim-9.0.0965 zeertzjq 2022-11-29 21:07:29 +08:00
  • 95f5cf9691 vim-patch:9.0.0967: leaking memory from autocmd windows zeertzjq 2022-11-29 19:02:29 +08:00
  • 3173d07564 vim-patch:9.0.0965: using one window for executing autocommands is insufficient zeertzjq 2022-11-29 18:20:11 +08:00
  • 5093f38c9f feat(help): highlighted codeblocks Christian Clason 2022-11-22 13:50:50 +01:00
  • 273358651a refactor: buffer_ensure_loaded() zeertzjq 2022-11-29 20:09:07 +08:00
  • 89f0987bde Merge pull request #21232 from zeertzjq/vim-9.0.0910 zeertzjq 2022-11-29 17:55:39 +08:00
  • 05f7d2bade vim-patch:9.0.0914: deletebufline() may move marks in the wrong window zeertzjq 2022-11-29 16:55:46 +08:00
  • 1282d6d59f vim-patch:9.0.0910: setting lines in another buffer may not work well zeertzjq 2022-11-29 16:54:18 +08:00