1
0
forked from aniani/vim

Commit Graph

  • 0fd560d46a patch 9.1.0237: filetype: mplstyle files are not recognized v9.1.0237 Wu, Zhenyu 2024-03-31 19:05:44 +02:00
  • a75f4791b1 patch 9.1.0236: filetype: texlua files are not recognized v9.1.0236 Wu, Zhenyu 2024-03-31 19:02:26 +02:00
  • 4ff83b904e patch 9.1.0235: filetype: supertux files are not recognized v9.1.0235 Wu, Zhenyu 2024-03-31 18:58:34 +02:00
  • e523dd9803 patch 9.1.0234: filetype: support for Intel HEX files is lacking v9.1.0234 Wu, Zhenyu 2024-03-31 18:54:55 +02:00
  • 3cf121ed31 patch 9.1.0233: Vim9: string() output of enum is problematic v9.1.0233 Yegappan Lakshmanan 2024-03-31 18:45:35 +02:00
  • 5df961a1bc patch 9.1.0232: Conceal test fails when rightleft feature is disabled v9.1.0232 Julio B 2024-03-31 18:43:51 +02:00
  • 5bf6c2117f patch 9.1.0231: Filetype may be undetected when SwapExists sets ft in other buf v9.1.0231 zeertzjq 2024-03-31 18:41:27 +02:00
  • 8603270293 patch 9.1.0230: TextChanged autocommand not triggered under some circumstances v9.1.0230 Christian Brabandt 2024-03-31 18:38:09 +02:00
  • 18d730d7b5 runtime(compilers): ensure compiler! sets global options (#14336) Enno 2024-03-31 18:37:05 +02:00
  • 80aabaab66 runtime(vim): Distinguish Vim9 builtin object methods from namesake builtin functions (#14348) Aliaksei Budavei 2024-03-31 19:26:32 +03:00
  • 807fff135d runtime(pamconf): add support for Debian specific @includes Christian Brabandt 2024-03-31 18:04:21 +02:00
  • b64cec217f patch 9.1.0229: Error E877 is not translated v9.1.0229 Christian Brabandt 2024-03-31 17:52:56 +02:00
  • 4fa06bb179 NSIS: fix path of uganda.nsis.txt in german.nsi file (#14331) Restorer 2024-03-29 17:40:02 +00:00
  • ad493ef3ea patch 9.1.0228: Two unrelated things are tested by a single test v9.1.0228 zeertzjq 2024-03-29 10:23:19 +01:00
  • 7f0bba2595 runtime(doc): Improve docs for empty(), len(), and string() on objects mityu 2024-03-29 10:14:41 +01:00
  • ea95f1a5ad patch 9.1.0227: Recording may still be wrong in Select mode v9.1.0227 zeertzjq 2024-03-29 10:11:42 +01:00
  • abedca96ef patch 9.1.0226: Not able to assign enum values to an enum static variable v9.1.0226 Yegappan Lakshmanan 2024-03-29 10:08:23 +01:00
  • 059aeac2be patch 9.1.0225: test_matchparen not run in CI v9.1.0225 Christian Brabandt 2024-03-28 17:10:44 +01:00
  • 515f734e68 patch 9.1.0224: cursor may move too many lines over "right" & "below" virt text v9.1.0224 Dylan Thacker-Smith 2024-03-28 12:01:14 +01:00
  • 1134fdd1b3 patch 9.1.0223: code duplication in loop to add active text properties v9.1.0223 Dylan Thacker-Smith 2024-03-28 11:49:46 +01:00
  • fe0a76b2bc patch 9.1.0222: missing 'below' virt text if truncation precedes after/right text v9.1.0222 Dylan Thacker-Smith 2024-03-28 11:47:32 +01:00
  • b6fac4db36 patch 9.1.0221: lines following virt text (that fills the window) might be truncated v9.1.0221 Dylan Thacker-Smith 2024-03-28 11:40:41 +01:00
  • c029c131ea patch 9.1.0220: Few typos in source and test files v9.1.0220 zeertzjq 2024-03-28 11:37:26 +01:00
  • 3164cf8f12 patch 9.1.0219: Vim9: No enum support v9.1.0219 Yegappan Lakshmanan 2024-03-28 10:36:42 +01:00
  • 8ede7a0694 patch 9.1.0218: Unnecessary multiplications in backspace code v9.1.0218 zeertzjq 2024-03-28 10:30:08 +01:00
  • 2ca7d5f483 translation(ru): Add translation for README.txt and uganda.txt (#14312) Restorer 2024-03-28 09:27:17 +00:00
  • 46fa3c7e27 patch 9.1.0217: regexp: verymagic cannot match before/after a mark v9.1.0217 Julio B 2024-03-28 10:23:37 +01:00
  • 74a2331846 NSIS: Possibility to include translated license and README.txt files (#14311) Restorer 2024-03-28 09:19:44 +00:00
  • b75825f749 Update README.txt and README.md (#14313) Restorer 2024-03-28 09:14:47 +00:00
  • 620e85265c patch 9.1.0216: Error on exit with EXITFREE and 'winfixbuf' v9.1.0216 zeertzjq 2024-03-28 10:11:57 +01:00
  • 5a2e3ec9ac patch 9.1.0215: Half-page scrolling does not support smooth-scrolling v9.1.0215 Luuk van Baal 2024-03-28 10:07:29 +01:00
  • 982e191b38 runtime(vim): Update base-syntax, match empty blob and :abclear modifiers (#14318) dkearns 2024-03-28 20:06:03 +11:00
  • 5532d3b3f0 patch 9.1.0214: Duplicate condition in win_lbr_chartabsize() v9.1.0214 zeertzjq 2024-03-28 10:04:25 +01:00
  • b2e1fee72c runtime(haskell): allow TODO keywords in comments Enrico Maria De Angelis 2024-03-28 10:00:25 +01:00
  • 677cd95681 runtime(debcontrol): add Static-Built-Using field (#14306) Guilherme Puida 2024-03-28 05:56:50 -03:00
  • aed6554b46 patch 9.1.0213: CI: MS-Windows fails in test_winfixbuf v9.1.0213 Sean Dewar 2024-03-28 09:48:34 +01:00
  • 79b2867ce3 patch 9.1.0212: CI: MS-Windows fails in test_winfixbuf v9.1.0212 Christian Brabandt 2024-03-27 10:44:14 +01:00
  • 63833bb021 runtime(json5): add basic indent support (#14298) Rocco Mao 2024-03-27 02:02:44 +08:00
  • b9f5b95b7b patch 9.1.0211: page-wise scrolling does not support smooth-scrolling v9.1.0211 Luuk van Baal 2024-03-26 18:46:45 +01:00
  • 9ccc297237 patch 9.1.0210: Motif: leaking memory when mui_mch_dialog() fails v9.1.0210 Christian Brabandt 2024-03-26 18:44:48 +01:00
  • 86eddced7e patch 9.1.0209: leaking memory in exe_newdict() on error v9.1.0209 Christian Brabandt 2024-03-26 18:42:52 +01:00
  • 65e580bd56 patch 9.1.0208: winfixbuf does not allow to re-edit current buffer v9.1.0208 Colin Kennedy 2024-03-26 18:29:30 +01:00
  • e5f2280381 patch 9.1.0207: No autocommand when writing session file v9.1.0207 Colin Kennedy 2024-03-26 18:20:16 +01:00
  • 63d68c2c21 runtime(java): Update java[CR]_JavaLang type lists (#14297) Aliaksei Budavei 2024-03-26 20:12:05 +03:00
  • e6e3a7aaf0 Update README.md (#14302) partev 2024-03-26 13:09:05 -04:00
  • c8b47f26d8 patch 9.1.0206: unused display_text_first boolean var in win_line() v9.1.0206 Dylan Thacker-Smith 2024-03-26 18:05:01 +01:00
  • 076faac537 patch 9.1.0205: Cannot use modifiers before :-Ntabmove v9.1.0205 zeertzjq 2024-03-25 16:41:06 +01:00
  • 6dcf59b89f NSIS: Redesigning the appearance of the vimrc settings page (#14292) Restorer 2024-03-25 15:38:37 +00:00
  • 0185c77014 patch 9.1.0204: Backspace inserts spaces with virtual text and 'smarttab' v9.1.0204 zeertzjq 2024-03-25 16:34:51 +01:00
  • ab01adf7c6 runtime(doc): Update options.txt Song-Tianxiang 2024-03-25 16:31:02 +01:00
  • 4a95377593 patch 9.1.0203: build-error on GNU/Hurd v9.1.0203 James McCoy 2024-03-25 16:22:23 +01:00
  • 8e59a7ba88 runtime(java): Recognise the inline kind of the {@return} tag (#14284) Aliaksei Budavei 2024-03-25 18:18:28 +03:00
  • 4b715bdaf4 runtime(netrw): Fix typo in netrw#NetWrite (#14283) dkearns 2024-03-25 03:47:37 +11:00
  • 51c94b6506 NSIS: Update nsis installer and nsis docs (#14256) Restorer 2024-03-24 09:41:18 +00:00
  • 6f438199c9 runtime(compiler): update errorformat for dot and neato compiler (#14257) Enno 2024-03-24 10:37:56 +01:00
  • 7a2f217988 patch 9.1.0202: leaking memory in add_user() on failure v9.1.0202 Christian Brabandt 2024-03-24 09:50:03 +01:00
  • 366c81a200 patch 9.1.0201: gM not working correctly with virt text v9.1.0201 Dylan Thacker-Smith 2024-03-24 09:46:56 +01:00
  • b2d124c625 patch 9.1.0200: gj/gk not skipping over outer virtual text lines v9.1.0200 Dylan Thacker-Smith 2024-03-24 09:43:25 +01:00
  • d3c0ff5d5a runtime(termdebug): allow multibyte characters as breakpoint signs (#14274) Mihai Ciuraru 2024-03-24 10:11:06 +02:00
  • ad38769030 patch 9.1.0199: Not enough tests for the slice() function v9.1.0199 zeertzjq 2024-03-23 08:23:48 +01:00
  • d990bf08d8 patch 9.1.0198: Vim9: compound operators broken for lambdas in an object v9.1.0198 Yegappan Lakshmanan 2024-03-22 19:56:17 +01:00
  • 76d62985c1 runtime(vim): Update base-syntax, remove old unused syntax groups. (#14146) dkearns 2024-03-23 05:55:25 +11:00
  • 5d77364e4a patch 9.1.0197: Vim9: problem evaluating negated boolean logic v9.1.0197 Yegappan Lakshmanan 2024-03-22 19:37:29 +01:00
  • 8e37daf620 CI: Fix for Sodium version 1.0.19 and MinGW (#14267) Restorer 2024-03-22 18:34:52 +00:00
  • 3e72bf10a0 runtime(java): Recognise the {@snippet} documentation tag (#14271) Aliaksei Budavei 2024-03-22 21:32:48 +03:00
  • f976e2c956 CI: mingw complains about unknown escape sequence: '\l', fails with libsodium (#14259) Christian Brabandt 2024-03-21 20:55:22 +00:00
  • 35e6f4ca27 runtime(vim): Update base-syntax, improve function definition highlighting (#14203) dkearns 2024-03-22 06:41:10 +11:00
  • 3a6bd0c5c7 patch 9.1.0196: filetype: support for gnuplot files is lacking v9.1.0196 RobbiZ98 2024-03-21 20:24:51 +01:00
  • 85a769d466 patch 9.1.0195: memleak with ex_drop, NULL dereference v9.1.0195 Christian Brabandt 2024-03-21 20:19:00 +01:00
  • 9eb236f455 patch 9.1.0194: gcc complains about uninitialized var v9.1.0194 Christian Brabandt 2024-03-21 20:12:59 +01:00
  • 70e566b0bd patch 9.1.0193: May leak memory in completion when ga_grow() fails v9.1.0193 zeertzjq 2024-03-21 07:11:58 +01:00
  • 6d1d18084b runtime(colors): don't unnecessarily reload v:colornames dict Alin Mr 2024-03-20 20:26:23 +01:00
  • 978178823b patch 9.1.0192: drop: don't rewind when editing the same file v9.1.0192 Christian Brabandt 2024-03-20 20:19:47 +01:00
  • 2680a074d4 patch 9.1.0191: Installer does not remove all files v9.1.0191 RestorerZ 2024-03-20 20:15:51 +01:00
  • 8950bf7f8b patch 9.1.0190: complete_info() returns wrong order of items v9.1.0190 Girish Palya 2024-03-20 20:07:29 +01:00
  • 2708c0b585 runtime(deb822sources): Add minimal ftplugin (#14240) James McCoy 2024-03-20 14:55:05 -04:00
  • 918b92b961 patch 9.1.0189: Memory leak with "above" virttext and 'relativenumber' v9.1.0189 zeertzjq 2024-03-20 19:49:20 +01:00
  • 9f26e5a9bc patch 9.1.0188: filetype: no support for Vento files v9.1.0188 wrapperup 2024-03-19 18:06:22 +01:00
  • ec21bafc13 runtime(vim): Update base-syntax, disallow '.' at start of menu item names (#14232) dkearns 2024-03-20 04:04:42 +11:00
  • 702f7923f6 runtime(syntax-tests): regenerate c_00 and markdown dumps Christian Brabandt 2024-03-18 22:07:22 +01:00
  • a2addebca3 runtime(syntax-tests): include missing changes Aliaksei Budavei 2024-03-18 20:39:32 +01:00
  • ef21bcaab1 runtime(rust): Respect no_plugin_maps and no_rust_maps globals (#14221) MyyPo 2024-03-18 20:38:09 +02:00
  • a9bc195d64 runtime(syntax-tests): Retrofit input/c.c. with TEST_SETUP Aliaksei Budavei 2024-03-15 23:22:02 +03:00
  • f6069a7ddc runtime(syntax-tests): Support sourceable Vim configuration for syntax tests Aliaksei Budavei 2024-03-05 22:34:36 +03:00
  • 93edd254d5 runtime(syntax-tests): Support embeddable Vim configuration for syntax tests Aliaksei Budavei 2024-03-05 22:34:36 +03:00
  • 78c189837a runtime(doc): Recover some missed commas and periods in starting.txt Aliaksei Budavei 2024-03-18 19:24:52 +01:00
  • 4e334d0443 patch 9.1.0187: filetype: no support for Dafny files v9.1.0187 zeertzjq 2024-03-18 19:21:48 +01:00
  • 9530fe4f3a runtime(vim): Update base-syntax, improve :highlight command (#14228) dkearns 2024-03-19 05:19:51 +11:00
  • 0e17f7e972 runtime(doc): clarify close behaviour for :term Christian Brabandt 2024-03-17 20:14:25 +01:00
  • 3d46de703c runtime(go): goPackageComment highlighting too broad Matthew Hughes 2024-03-17 20:05:23 +01:00
  • deb2204bff patch 9.1.0186: cursor pos wrong on mouse click after eol with 'rl', 've' and conceal v9.1.0186 zeertzjq 2024-03-17 19:44:30 +01:00
  • f6272551bd patch 9.1.0185: 'wincolor' hl missing with 'rightleft', "below" virttext, 'nowrap' v9.1.0185 zeertzjq 2024-03-17 10:01:47 +01:00
  • 8291e91c6b runtime(indent-test): MS-Windows: Add Makefile for running indent tests RestorerZ 2024-03-16 15:08:53 +01:00
  • d0c1b7723f patch 9.1.0184: Cursor pos wrong when clicking with conceal and wrap v9.1.0184 zeertzjq 2024-03-16 15:03:33 +01:00
  • 9e7f1fc2f1 patch 9.1.0183: Wrong display or screenpos() result when toggling diff mode v9.1.0183 zeertzjq 2024-03-16 09:40:22 +01:00
  • 6a04bf5ee5 patch 9.1.0182: Can define function with invalid name inside 'formatexpr' v9.1.0182 zeertzjq 2024-03-16 09:39:06 +01:00
  • 20eaf8b78d tools/rename.bat uses 'mv' and "move" (#14201) Restorer 2024-03-16 08:38:10 +00:00
  • 989faa4fce runtime(doc): make :h tag-! more consistent (#14208) zeertzjq 2024-03-16 16:21:20 +08:00
  • b4b3d7de24 runtime(vim): Update base-syntax, revert last change to vimUserFunc (#14202) dkearns 2024-03-16 04:53:53 +11:00
  • 61887b3d6f runtime(vim): Update base-syntax, improve :echo and :execute highlighting (#14199) dkearns 2024-03-15 23:45:48 +11:00