Commit Graph

  • cbb46ac4fa Merge pull request #28873 from luukvbaal/redraw bfredl 2024-07-21 16:04:59 +02:00
  • 575136c178 ci: always add target:release label when backporting dundargoc 2024-07-21 14:55:34 +02:00
  • 5c2f8ccc00 Merge pull request #29523 from luukvbaal/invalid bfredl 2024-07-21 15:59:12 +02:00
  • 4c788b1757 ci: always add target:release label when backporting dundargoc 2024-07-21 14:55:34 +02:00
  • f77db12995 build: reuse code for deps.txt for both deps and main build dundargoc 2024-05-28 11:03:49 +02:00
  • e1b7fa2a3a vim-patch:6e37575: runtime(mysql): update syntax script Christian Clason 2024-07-21 11:10:32 +02:00
  • a5d5b9f36b vim-patch:aa49512: runtime(yaml): Fix flow mapping key detection Christian Clason 2024-07-21 11:10:05 +02:00
  • 89f9f168a5 fix(api): alloc and draw cursor window in nvim__redraw Luuk van Baal 2024-05-20 20:21:11 +02:00
  • 012db2b0f5 fix(marks): revalidate marks whose position did not change Luuk van Baal 2024-06-30 02:23:09 +02:00
  • 5fc25ecc7a vim-patch:4aa6b52: runtime(kconfig): Update syntax script and remove syn sync Christian Clason 2024-07-20 12:31:42 +02:00
  • 2a24d0a435 vim-patch:9.1.0603: filetype: use correct extension for Dracula Christian Clason 2024-07-19 16:56:41 +02:00
  • e41368f3bc feat(tui): support in-band resize events (#29791) Gregory Anders 2024-07-19 08:29:29 -05:00
  • d8aee77a4e Merge pull request #29798 from zeertzjq/vim-9.1.0558 zeertzjq 2024-07-19 15:08:53 +08:00
  • f67a7365af vim-patch:9.1.0602: filetype: Prolog detection can be improved zeertzjq 2024-07-19 12:57:56 +08:00
  • 44f871a3cb vim-patch:9.1.0558: filetype: prolog detection can be improved zeertzjq 2024-07-19 12:55:55 +08:00
  • e54f503c44 vim-patch:4266daa: runtime(mermaid): correct wrong comment options Christian Clason 2024-07-18 23:10:44 +02:00
  • adef830f83 vim-patch:99984fc: runtime(vim): Update base-syntax, improve :map highlighting (#29795) zeertzjq 2024-07-19 12:16:20 +08:00
  • 18a9ae169e Merge pull request #29797 from neovim/backport-29793-to-release-0.10 zeertzjq 2024-07-19 12:14:33 +08:00
  • f73904f9d6 vim-patch:eb6d733: runtime(doc): fix more inconsistencies in assert function docs (#29796) zeertzjq 2024-07-19 12:12:13 +08:00
  • 804a94d300 vim-patch:9.1.0601: Wrong cursor position with 'breakindent' when wide char doesn't fit (#29793) zeertzjq 2024-07-19 11:54:42 +08:00
  • 35b35cb93c vim-patch:9.1.0601: Wrong cursor position with 'breakindent' when wide char doesn't fit (#29793) zeertzjq 2024-07-19 11:54:42 +08:00
  • 0b710c8e55 vim-patch:9.1.0599: Termdebug: still get E1023 when specifying arguments (#29794) zeertzjq 2024-07-19 11:48:13 +08:00
  • f61efe3fe7 perf(filetype): implement parent pattern pre-matching (#29660) Evgeni Chasnovski 2024-07-18 18:26:27 +03:00
  • 0389472961 fix(tohtml): support ranges again altermo 2024-07-11 18:16:51 +02:00
  • 9fd6664ba7 fix(tohtml): extmark text may be out of bounds altermo 2024-07-16 05:09:24 +02:00
  • 5cdf0c22bd fix(tohtml): properly handle multiple hl groups #29012 Riley Bruins 2024-05-26 10:27:12 -07:00
  • 4150e5e6fd fix(tohtml): show how many warnings are hidden altermo 2024-05-26 13:28:14 +02:00
  • 8c88f402e1 fix(tohtml): ignore lsp inlay hints altermo 2024-05-26 13:08:57 +02:00
  • 3d319092d5 fix(tohtml): replace ipairs with pairs altermo 2024-05-26 12:56:32 +02:00
  • c69ea53c9d vim-patch:9.1.0596: filetype: devscripts config files are not recognized (#29773) Christian Clason 2024-07-18 09:13:16 +02:00
  • f69cfc6712 vim-patch:1724ddb: runtime(sdc): update syntax to SDC-standard 2.1 Christian Clason 2024-07-17 21:39:13 +02:00
  • 410cf29ee6 Merge pull request #29784 from zeertzjq/vim-83d002802644 zeertzjq 2024-07-18 14:23:51 +08:00
  • be7b577453 vim-patch:27f5334: runtime(termdebug): quote filename arguments using double quotes zeertzjq 2024-07-18 13:26:16 +08:00
  • 6527f5e2d2 Merge pull request #29783 from neovim/backport-29742-to-release-0.10 zeertzjq 2024-07-18 13:24:09 +08:00
  • 8ce85d5fc7 vim-patch:c3837a4: runtime(termdebug): fix a few issues zeertzjq 2024-07-18 13:16:50 +08:00
  • ad55ec350c fix(float): handle error in win_float_create() (#29742) glepnir 2024-07-17 20:22:59 +08:00
  • 125b253e7b Merge pull request #29782 from neovim/backport-29775-to-release-0.10 zeertzjq 2024-07-18 12:46:13 +08:00
  • b01202df15 vim-patch:9.1.0594: Unnecessary redraw when setting 'winfixbuf' (#29775) zeertzjq 2024-07-18 06:45:26 +08:00
  • d6437e2ca5 Merge pull request #29781 from neovim/backport-29750-to-release-0.10 zeertzjq 2024-07-18 12:24:10 +08:00
  • 97be9d8563 fix(column): modifying a sign should update placed signs (#29750) luukvbaal 2024-07-17 02:53:10 +02:00
  • c909efb96f vim-patch:83d0028: runtime(termdebug): Use string interpolation instead of string concat zeertzjq 2024-07-18 09:55:48 +08:00
  • 6720bd440f fix: assert failure in VimL expression parser Rustum Zia 2024-07-10 17:42:37 -04:00
  • 167d0e5a6c vim-patch:d65e58f: runtime(vim): Update base-syntax, match types in Vim9 variable declarations (#29780) zeertzjq 2024-07-18 09:08:47 +08:00
  • 18f1a3aaa5 vim-patch:c1b3984: runtime(doc): minor updates. (#29778) zeertzjq 2024-07-18 08:08:56 +08:00
  • 185b22720d vim-patch:9.0.0003: functions are global while they could be local (#29777) zeertzjq 2024-07-18 07:47:20 +08:00
  • ca6710c83e Merge pull request #29776 from zeertzjq/vim-8.2.1432 zeertzjq 2024-07-18 07:21:09 +08:00
  • 286f7ef8a8 vim-patch:partial:8.2.2571: test may leave file behind zeertzjq 2024-07-18 06:47:37 +08:00
  • 005f6e1076 vim-patch:partial:8.2.1432: various inconsistencies in test files zeertzjq 2024-07-18 06:46:52 +08:00
  • bbe51ef016 vim-patch:9.1.0594: Unnecessary redraw when setting 'winfixbuf' (#29775) zeertzjq 2024-07-18 06:45:26 +08:00
  • 8634ec3827 Merge pull request #29774 from zeertzjq/vim-9.0.1257 zeertzjq 2024-07-18 06:35:56 +08:00
  • 457ab65ff3 vim-patch:9.0.1257: code style is not check in test scripts zeertzjq 2024-07-17 10:19:31 +08:00
  • f17d819330 vim-patch:partial:9.0.0719: too many delete() calls in tests zeertzjq 2024-07-17 09:24:52 +08:00
  • 2fb69ccaf7 fix(lsp): inlay hints are rendered in the correct order (#29707) Amit Singh 2024-07-17 20:14:53 +05:30
  • 0e81c62405 ci: skip lintcommit workflow on release branches dundargoc 2024-07-17 15:54:09 +02:00
  • 68513c2a89 test: fix reporting "no flush received" too early (#29735) zeertzjq 2024-07-17 22:39:25 +08:00
  • e29f245a10 fix(lsp): inlay hints are rendered in the correct order (#29707) Amit Singh 2024-07-17 20:14:53 +05:30
  • 0500804df5 ci: skip lintcommit workflow on release branches dundargoc 2024-07-17 15:54:09 +02:00
  • bc2bd25f8e test: fix reporting "no flush received" too early (#29735) zeertzjq 2024-07-17 22:39:25 +08:00
  • dafd944a46 ci: remove "skip ci" tag dundargoc 2024-07-17 12:38:34 +02:00
  • 8ddcf9d939 fix(float): handle error in win_float_create() (#29742) glepnir 2024-07-17 20:22:59 +08:00
  • 5d7fd74397 vim-patch:8.1.1588: in :let-heredoc line continuation is recognized (#29767) zeertzjq 2024-07-17 20:06:59 +08:00
  • eb53aba5af fix(treesitter): recognize aliased parsers in omnifunc, query linter Riley Bruins 2024-07-14 08:10:19 -07:00
  • 05dcda8f9b fix(treesitter): recognize aliased parsers in omnifunc, query linter Riley Bruins 2024-07-14 08:10:19 -07:00
  • e13f03af85 fix(snippet): modify base indentation when there's actually whitespace (#29670) Maria José Solano 2024-07-16 10:30:22 -07:00
  • 24fa65a500 fix(lsp): don't show codelens for buffers that don't support it (#29690) Riley Bruins 2024-07-16 10:48:54 -07:00
  • c7b0334cea vim-patch:3698fbb: runtime(tsv): include simple syntax plugin Christian Clason 2024-07-16 22:32:00 +02:00
  • 8e590cae83 vim-patch:9.1.0593: filetype: Asymptote files are not recognized Christian Clason 2024-07-16 22:29:39 +02:00
  • 498d9beed9 vim-patch:babea52: runtime(gomod): add recommended indent options to ftplugin Christian Clason 2024-07-16 22:28:52 +02:00
  • 5d8220bda0 vim-patch:3e07d5a: runtime(go): add recommended indent options to ftplugin Christian Clason 2024-07-16 22:28:32 +02:00
  • c146580e9d vim-patch:6a54dcb: runtime(gdscript): add recommended indent options to ftplugin Christian Clason 2024-07-16 22:26:43 +02:00
  • 61ea466591 vim-patch:9.1.0592: runtime: filetype: Mediawiki files are not recognized Christian Clason 2024-07-16 22:23:44 +02:00
  • 4a7371c714 vim-patch:9.1.0591: filetype: *.wl files are not recognized Christian Clason 2024-07-16 22:22:18 +02:00
  • 79002cf438 vim-patch:8.2.2656: some command line arguments and regexp errors not tested (#29761) zeertzjq 2024-07-17 11:33:45 +08:00
  • 620f4bd9b7 Merge pull request #29759 from zeertzjq/vim-9.0.0228 zeertzjq 2024-07-17 11:23:54 +08:00
  • e83949f96c vim-patch:9.0.0414: matchstr() still does not match column offset zeertzjq 2024-07-17 10:55:18 +08:00
  • ccdbab7810 vim-patch:9.0.0407: matchstr() does match column offset zeertzjq 2024-07-17 10:38:40 +08:00
  • dce615bc42 vim-patch:9.0.0228: crash when pattern looks below the last line zeertzjq 2024-07-17 10:31:23 +08:00
  • 8f890f74b6 test(old): reorder test_regexp_latin.vim to match upstream zeertzjq 2024-07-17 10:50:19 +08:00
  • 4025c2aa5f vim-patch:8.2.0281: two placed signs in the same line are not combined (#29757) zeertzjq 2024-07-17 09:20:41 +08:00
  • f9a49fab0c fix(column): modifying a sign should update placed signs (#29750) luukvbaal 2024-07-17 02:53:10 +02:00
  • b94b341ef2 ci: run workflows on release branches dundargoc 2024-07-16 12:51:53 +02:00
  • 410f43c0ae ci: bump backport action to version 3 dundargoc 2024-05-27 18:42:45 +02:00
  • 1f2f460b4a fix(lsp): don't show codelens for buffers that don't support it (#29690) Riley Bruins 2024-07-16 10:48:54 -07:00
  • 5fe4ce6678 fix(snippet): modify base indentation when there's actually whitespace (#29670) Maria José Solano 2024-07-16 10:30:22 -07:00
  • 118ae7e5ed fix(tohtml): support ranges again altermo 2024-07-11 18:16:51 +02:00
  • a5d4e3467d ci: run workflows on release branches dundargoc 2024-07-16 12:51:53 +02:00
  • a0fd51c1e2 vim-patch:1cc4cae: runtime(typst): Add typst runtime files Christian Clason 2024-07-15 20:02:22 +02:00
  • 08abb64680 Merge pull request #29741 from zeertzjq/vim-8.2.1651 zeertzjq 2024-07-16 15:43:25 +08:00
  • 7e5c5b4d85 vim-patch:8.2.1659: spellfile code not completely tested zeertzjq 2024-07-16 15:17:31 +08:00
  • 10fa9c8039 vim-patch:8.2.1651: spellfile code not completely tested zeertzjq 2024-07-16 15:12:43 +08:00
  • 0bbccf7c5f vim-patch:8.2.3381: crash when using NULL list with sign functions (#29740) zeertzjq 2024-07-16 15:24:32 +08:00
  • 3adf9d4ec8 Merge pull request #29739 from zeertzjq/vim-8.2.5158 zeertzjq 2024-07-16 15:24:15 +08:00
  • 25db0a1385 fix(tohtml): extmark text may be out of bounds altermo 2024-07-16 05:09:24 +02:00
  • e84a4c5a98 vim-patch:9.0.0393: signals test often fails on FreeBSD zeertzjq 2024-07-16 14:40:48 +08:00
  • a35eda36c3 vim-patch:8.2.5158: TSTP and INT signal tests are not run with valgrind zeertzjq 2024-07-16 14:33:30 +08:00
  • 76aede1162 vim-patch:8.2.2276: list of distributed files is outdated zeertzjq 2024-07-16 14:36:18 +08:00
  • 598fd77d95 vim-patch:8.2.0183: tests fail when the float feature is disabled (#29738) zeertzjq 2024-07-16 14:25:35 +08:00
  • 37c7c7547a vim-patch:8.1.1106: no test for 'writedelay' (#29736) zeertzjq 2024-07-16 13:39:20 +08:00
  • a553b36876 vim-patch:7.4.1565 (#29734) zeertzjq 2024-07-16 11:44:17 +08:00
  • 42829bf5d7 Merge pull request #29732 from zeertzjq/vim-8.2.3579 zeertzjq 2024-07-16 11:14:16 +08:00