1
0
forked from aniani/vim

Commit Graph

  • 70a11a6bf6 patch 9.1.0624: ex command modifiers not found v9.1.0624 Christian Brabandt 2024-07-26 19:13:55 +02:00
  • 325420ebe4 patch 9.1.0623: Mingw: errors when trying to delete non-existing files v9.1.0623 Ken Takata 2024-07-26 19:02:11 +02:00
  • 032accd98b patch 9.1.0622: MS-Windows: mingw-build can be optimized v9.1.0622 Ken Takata 2024-07-26 18:51:20 +02:00
  • b32d0a479d patch 9.1.0621: MS-Windows: startup code can be improved v9.1.0621 Ken Takata 2024-07-26 18:46:54 +02:00
  • be82825687 patch 9.1.0620: Vim9: segfauls with null objects v9.1.0620 Ernie Rael 2024-07-26 18:37:02 +02:00
  • 8754efe437 patch 9.1.0619: tests: test_popup fails v9.1.0619 glepnir 2024-07-26 18:15:27 +02:00
  • 508e7856ec patch 9.1.0618: cannot mark deprecated attributes in completion menu v9.1.0618 glepnir 2024-07-25 21:39:08 +02:00
  • dc373d456b patch 9.1.0617: Cursor moves beyond first line of folded end of buffer v9.1.0617 Luuk van Baal 2024-07-25 21:24:32 +02:00
  • eb4b903c9b patch 9.1.0616: filetype: Make syntax highlighting off for MS Makefiles v9.1.0616 Ken Takata 2024-07-25 21:07:13 +02:00
  • 242667ae14 patch 9.1.0615: Unnecessary STRLEN() in make_percent_swname() v9.1.0615 zeertzjq 2024-07-25 20:58:42 +02:00
  • 4d68054c1e runtime(progress): Add single-line comment syntax Daniel Smith 2024-07-25 20:55:34 +02:00
  • 408bd9ffe7 runtime(progress): Add syntax test for comments Daniel Smith 2024-07-25 20:54:57 +02:00
  • d5cc8ee0fa runtime(progress): Update maintainer info Daniel Smith 2024-07-25 20:54:10 +02:00
  • 377a085ea3 patch 9.1.0614: tests: screendump tests fail due to recent syntax changes v9.1.0614 Doug Kearns 2024-07-25 20:43:50 +02:00
  • 2979cfc262 patch 9.1.0613: tests: termdebug test may fail and leave file around v9.1.0613 Christian Brabandt 2024-07-24 21:37:39 +02:00
  • ddbb6fe2d0 runtime(vim): Update base-syntax, improve :set highlighting Doug Kearns 2024-07-24 20:21:22 +02:00
  • e73e5b889b runtime(java): Optionally highlight the :: token for method references Aliaksei Budavei 2024-07-24 20:15:15 +02:00
  • df77c8ad39 patch 9.1.0612: filetype: deno.lock file not recognized v9.1.0612 カワリミ人形 2024-07-24 20:10:58 +02:00
  • 2cad941dc0 runtime(zip): Use delete() for deleting directory Damien 2024-07-24 20:07:00 +02:00
  • 581d4a7b35 runtime(netrw): escape filename before trying to delete it Christian Brabandt 2024-07-23 21:14:06 +02:00
  • 56904f90d1 patch 9.1.0611: ambiguous mappings not correctly resolved with modifyOtherKeys v9.1.0611 Oleg Goncharov 2024-07-23 20:34:15 +02:00
  • 38ce71c1c3 runtime(zip): correctly extract file from zip browser Damien 2024-07-23 19:56:54 +02:00
  • e4b991ed36 patch 9.1.0610: filetype: OpenGL Shading Language files are not detected v9.1.0610 Gregory Anders 2024-07-22 20:33:48 +02:00
  • 9d57ea5cd3 runtime(netrw): Fix endless recursion in netrw#Explore() Damien 2024-07-22 20:23:48 +02:00
  • 4c3616d7a2 patch 9.1.0609: outdated comments in Makefile v9.1.0609 Shane Harper 2024-07-22 20:09:26 +02:00
  • 6e37575760 runtime(mysql): update syntax script Yinzuo Jiang 2024-07-21 09:27:27 +02:00
  • aa495124f8 runtime(yaml): Fix flow mapping key detection itchyny 2024-07-21 09:21:20 +02:00
  • d887fb81b6 runtime(yaml): Remove orphaned YAML syntax dump files itchyny 2024-07-20 13:32:24 +02:00
  • 220474d239 patch 9.1.0608: Coverity warns about a few potential issues v9.1.0608 Christian Brabandt 2024-07-20 13:26:44 +02:00
  • 4aa6b52e82 runtime(kconfig): Update syntax script and remove syn sync Christian Brabandt 2024-07-20 12:20:51 +02:00
  • 510f94b6db INSTALL: remove outdated notice about statically linked executable Joey Pabalinas 2024-07-20 12:07:30 +02:00
  • a90b0b4ba2 patch 9.1.0607: termdebug: uses inconsistent style v9.1.0607 Ubaldo Tiberi 2024-07-20 12:00:44 +02:00
  • c8a582aad5 patch 9.1.0606: tests: generated files may cause failure in test_codestyle v9.1.0606 Ken Takata 2024-07-20 11:55:13 +02:00
  • 0be03e14b9 patch 9.1.0605: internal error with fuzzy completion v9.1.0605 glepnir 2024-07-19 16:45:05 +02:00
  • b14c325a5b patch 9.1.0604: popup_filter during Press Enter prompt seems to hang v9.1.0604 Ernie Rael 2024-07-19 16:37:09 +02:00
  • d2cedc2db3 translatoin(tr): Update Serbian messages translation Ivan Pešić 2024-07-19 16:31:43 +02:00
  • 5fb801a74f patch 9.1.0603: filetype: use correct extension for Dracula v9.1.0603 Evgeni Chasnovski 2024-07-19 15:59:29 +02:00
  • 37853b7de3 patch 9.1.0602: filetype: Prolog detection can be improved v9.1.0602 igna_martinoli 2024-07-18 21:34:36 +02:00
  • eb6d733bef runtime(doc): fix more inconsistencies in assert function docs zeertzjq 2024-07-18 21:16:05 +02:00
  • b5d6b5caac patch 9.1.0601: Wrong cursor position with 'breakindent' when wide char doesn't fit v9.1.0601 zeertzjq 2024-07-18 21:13:31 +02:00
  • 99984fc58a runtime(vim): Update base-syntax, improve :map highlighting Doug Kearns 2024-07-18 20:45:19 +02:00
  • 1165f7850b patch 9.1.0600: Unused function and unused error constants v9.1.0600 Dominique Pellé 2024-07-18 20:40:28 +02:00
  • aef6179bcf patch 9.1.0599: Termdebug: still get E1023 when specifying arguments v9.1.0599 zeertzjq 2024-07-18 20:35:42 +02:00
  • 4266daae17 runtime(mermaid): correct wrong comment options Christian Brabandt 2024-07-18 20:32:04 +02:00
  • e7a4523b02 runtime(doc): fix typo "a xterm" -> "an xterm" Christian Brabandt 2024-07-17 20:41:48 +02:00
  • 8159fb18a9 patch 9.1.0598: fuzzy completion does not work with default completion v9.1.0598 glepnir 2024-07-17 20:32:54 +02:00
  • fcc1b5741e patch 9.1.0597: KeyInputPre cannot get the (unmapped typed) key v9.1.0597 Shougo Matsushita 2024-07-17 20:25:22 +02:00
  • 76c19028ff patch 9.1.0596: filetype: devscripts config files are not recognized v9.1.0596 Wu, Zhenyu 2024-07-17 20:18:10 +02:00
  • 2736cc725d runtime(termdebug): gdb file/folder check is now performed only in CWD. Ubaldo Tiberi 2024-07-17 20:16:02 +02:00
  • 27f53346a3 runtime(termdebug): quote filename arguments using double quotes Ubaldo Tiberi 2024-07-17 20:12:29 +02:00
  • 1724ddbe3a runtime(sdc): update syntax to SDC-standard 2.1 daniel-s-w 2024-07-17 20:10:04 +02:00
  • c1b3984a7b runtime(doc): minor updates. Shane Harper 2024-07-17 19:40:40 +02:00
  • 080ba2c69d runtime(vim): Cleanup :match and :loadkeymap syntax test files Doug Kearns 2024-07-17 19:35:02 +02:00
  • d65e58f6f9 runtime(vim): Update base-syntax, match types in Vim9 variable declarations Doug Kearns 2024-07-17 19:34:14 +02:00
  • 30d54fdddf patch 9.1.0595: make errors out with the po Makefile v9.1.0595 RestorerZ 2024-07-17 19:28:25 +02:00
  • ac4ce9e15b patch 9.1.0594: Unnecessary redraw when setting 'winfixbuf' v9.1.0594 zeertzjq 2024-07-17 19:25:38 +02:00
  • d24aaa9983 runtime(doc): using wrong highlight for UTF-8 Christian Brabandt 2024-07-17 08:25:45 +02:00
  • 3698fbbd7c runtime(tsv): include simple syntax plugin Christian Brabandt 2024-07-16 21:51:32 +02:00
  • 3088ef094d patch 9.1.0593: filetype: Asymptote files are not recognized v9.1.0593 AvidSeeker 2024-07-16 21:39:07 +02:00
  • babea52f4d runtime(gomod): add recommended indent options to ftplugin markmacode 2024-07-16 21:27:58 +02:00
  • 3e07d5aef1 runtime(go): add recommended indent options to ftplugin markmacode 2024-07-16 21:20:34 +02:00
  • 6a54dcbbd6 runtime(gdscript): add recommended indent options to ftplugin markmacode 2024-07-16 21:18:06 +02:00
  • b5844104ab patch 9.1.0592: runtime: filetype: Mediawiki files are not recognized v9.1.0592 AvidSeeker 2024-07-16 21:10:50 +02:00
  • c6d7dc0393 patch 9.1.0591: filetype: *.wl files are not recognized v9.1.0591 Jonas Dujava 2024-07-16 20:37:41 +02:00
  • d4d1207208 patch 9.1.0590: Vim9: crash when accessing getregionpos() return value v9.1.0590 zeertzjq 2024-07-16 20:34:16 +02:00
  • 03d20aaac4 runtime(doc): 'cpoptions': Include "z" in the documented default Illia Bobyr 2024-07-16 20:10:16 +02:00
  • 22105fd1fe patch 9.1.0589: vi: d{motion} and cw work differently than expected v9.1.0589 Christian Brabandt 2024-07-15 20:51:11 +02:00
  • fcc53461d4 runtime(colors): update included colorschemes Maxim Kim 2024-07-15 20:42:31 +02:00
  • df62c62177 runtime(doc): grammar fixes in options.txt Dominique Pellé 2024-07-15 20:29:59 +02:00
  • 3ce274682b patch 9.1.0588: The maze program no longer compiles on newer clang v9.1.0588 Mohamed Akram 2024-07-15 20:23:36 +02:00
  • 1cc4cae961 runtime(typst): Add typst runtime files Gregory Anders 2024-07-15 20:00:48 +02:00
  • 490c1daa24 patch 9.1.0587: tests: Test_gui_lowlevel_keyevent is still flaky v9.1.0587 Ken Takata 2024-07-15 19:52:25 +02:00
  • 700cf8cfa1 patch 9.1.0586: ocaml runtime files are outdated v9.1.0586 Yinzuo Jiang 2024-07-14 17:02:33 +02:00
  • c3837a46ff runtime(termdebug): fix a few issues Ubaldo Tiberi 2024-07-14 16:58:32 +02:00
  • bb5d27dc79 patch 9.1.0585: tests: test_cpoptions leaves swapfiles around v9.1.0585 Christian Brabandt 2024-07-14 16:03:41 +02:00
  • b3b2beea5e patch 9.1.0584: Warning about redeclaring f_id() non-static v9.1.0584 John Marriott 2024-07-14 11:12:51 +02:00
  • 27c55984de runtime(doc): Add hint how to load termdebug from vimrc Christian Brabandt 2024-07-14 10:41:08 +02:00
  • 6d6dffa611 runtime(doc): document global insert behavior Mohamed Akram 2024-07-14 10:34:25 +02:00
  • 28145e005d patch 9.1.0583: filetype: *.pdf_tex files are not recognized v9.1.0583 Jonas Dujava 2024-07-14 10:26:19 +02:00
  • 7d664bf0eb patch 9.1.0582: Printed line doesn't overwrite colon when pressing Enter in Ex mode v9.1.0582 zeertzjq 2024-07-14 10:22:54 +02:00
  • d9be94cf03 patch 9.1.0581: Various lines are indented inconsistently v9.1.0581 zeertzjq 2024-07-14 10:20:20 +02:00
  • 90a800274d patch 9.1.0580: :lmap mapping for keypad key not applied when typed in Select mode v9.1.0580 zeertzjq 2024-07-13 19:06:44 +02:00
  • d1b5ea984d patch 9.1.0579: Ex command is still executed after giving E1247 v9.1.0579 zeertzjq 2024-07-13 19:04:10 +02:00
  • 360c51208e patch 9.1.0578: no tests for :Tohtml v9.1.0578 Yinzuo Jiang 2024-07-13 19:02:10 +02:00
  • 69a28f6c08 patch 9.1.0577: Unnecessary checks for v:sizeoflong in test_put.vim v9.1.0577 zeertzjq 2024-07-13 18:59:47 +02:00
  • 71de259e78 patch 9.1.0576: tests: still an issue with test_gettext_make v9.1.0576 Ken Takata 2024-07-13 18:56:25 +02:00
  • 1a3dd7dc78 patch 9.1.0575: Wrong comments in alt_tabpage() v9.1.0575 zeertzjq 2024-07-13 18:53:54 +02:00
  • 8c446da349 patch 9.1.0574: ex: wrong handling of commands after bar v9.1.0574 Mohamed Akram 2024-07-13 18:49:55 +02:00
  • c5e24ee24b runtime(doc): add a note for netrw bug reports Christian Brabandt 2024-07-13 18:19:03 +02:00
  • c25a7084e9 patch 9.1.0573: ex: no implicit print for single addresses v9.1.0573 Mohamed Akram 2024-07-12 20:17:55 +02:00
  • cb7928812e runtime(vim): make &indentexpr available from the outside Christian Brabandt 2024-07-12 20:02:31 +02:00
  • 5247b0b92e patch 9.1.0572: cannot specify tab page closing behaviour v9.1.0572 LemonBoy 2024-07-12 19:30:58 +02:00
  • 74703f1086 runtime(doc): remove obsolete Ex insert behavior Mohamed Akram 2024-07-12 18:53:07 +02:00
  • 231bb03946 patch 9.1.0571: tests: Test_gui_lowlevel_keyevent is flaky v9.1.0571 Ken Takata 2024-07-12 07:48:32 +02:00
  • 57f7d75591 runtime(logindefs): update syntax with new keywords Eisuke Kawashima 2024-07-12 07:46:43 +02:00
  • 8a7563bbea patch 9.1.0570: tests: test_gettext_make can be improved v9.1.0570 Ken Takata 2024-07-12 07:35:36 +02:00
  • 7347642633 runtime(filetype): Fix Prolog file detection regex igna_martinoli 2024-07-12 07:32:21 +02:00
  • 1ee7420460 patch 9.1.0569: fnamemodify() treats ".." and "../" differently v9.1.0569 zeertzjq 2024-07-12 07:29:14 +02:00
  • fc533c9f06 runtime(mojo): include mojo ftplugin and indent script Riley Bruins 2024-07-11 22:50:36 +02:00
  • a20bf69a3b patch 9.1.0568: Cannot expand paths from 'cdpath' setting v9.1.0568 LemonBoy 2024-07-11 22:35:53 +02:00