1. b55f022 runtime(vim): Sync syntax generator base file with output file. by Doug Kearns · 6 months ago
  2. 5606ca5 patch 9.1.1202: Missing TabClosedPre autocommand by Jim Zhou · 6 months ago
  3. 0fab891 runtime(vim): Update base-syntax, improve :syntax highlighting by Doug Kearns · 6 months ago
  4. 3dca512 runtime(vim): Update base-syntax and generator, only match valid predefined variables by Doug Kearns · 6 months ago
  5. 6bdfeb0 runtime(vim): Update base-syntax, bug fixes by Doug Kearns · 6 months ago
  6. f31cfa2 patch 9.1.1178: not possible to generate completion candidates using fuzzy matching by glepnir · 6 months ago
  7. 60bd140 runtime(vim): Update base-syntax, match Vim9 function calls after "|" by Doug Kearns · 6 months ago
  8. 025dc48 runtime(vim): Update base-syntax, match :CompilerSet and :SynMenu commands by Doug Kearns · 6 months ago
  9. 68ba6c2 runtime(vim): Update base-syntax, improve performance by Doug Kearns · 6 months ago
  10. 4f010c9 runtime(vim): Update base-syntax, always match continuation comments to EOL by Doug Kearns · 7 months ago
  11. a9c0642 runtime(vim): Update base-syntax, match Vim9 boolean and null literals in parens by Doug Kearns · 7 months ago
  12. 1aa287e runtime(vim): Update base-syntax, improve variable matching by Doug Kearns · 7 months ago
  13. b7147f8 patch 9.1.1084: Unable to persistently ignore events in a window and its buffers by Luuk van Baal · 7 months ago
  14. 4a530a6 runtime(vim): Update base-syntax, match :debuggreedy count prefix by Doug Kearns · 7 months ago
  15. c273f1a runtime(vim): Update base-syntax, match ternary and falsy operators by Doug Kearns · 7 months ago
  16. 8dec6c2 runtime(vim): Update base-syntax, fix is/isnot operator matching by Doug Kearns · 7 months ago
  17. 695522d runtime(vim): Update base-syntax, highlight literal string quote escape by Doug Kearns · 8 months ago
  18. 1718e7d runtime(vim): Update base-syntax, improve ex-bang matching by Doug Kearns · 8 months ago
  19. 6139766 runtime(vim): fix failing vim syntax test by h-east · 8 months ago
  20. aa979c7 patch 9.1.0985: Vim9: some ex commands can be shortened by h-east · 8 months ago
  21. f27e80a runtime(vim): update vim generator syntax script by h-east · 8 months ago
  22. f0ab3e4 runtime(vim): Improve syntax script generator for Vim Script by h-east · 8 months ago
  23. 9b67a2e runtime(vim): Update base-syntax, allow parens in default arguments by Doug Kearns · 8 months ago
  24. 21c37d7 runtime(vim): update base-syntax after v9.1.0936 by Christian Brabandt · 8 months ago
  25. a2a2fe8 patch 9.1.0934: hard to view an existing buffer in the preview window by Yinzuo Jiang · 9 months ago
  26. bbe5252 runtime(vim): Update base-syntax, improve :normal highlighting by Doug Kearns · 10 months ago
  27. 0407d62 patch 9.1.0770: current command line completion is a bit limited by Ruslan Russkikh · 11 months ago
  28. 818c641 runtime(vim): Update base-syntax file, improve class, enum and interface highlighting by Doug Kearns · 11 months ago
  29. 35699f1 runtime(vim): Update base-syntax, improve folding function matches by Doug Kearns · 11 months ago
  30. 4d427d4 runtime(vim): Update base-syntax, match Vim9 bool/null literal args to :if/:while/:return by Doug Kearns · 12 months ago
  31. 3c07eb0 runtime(vim): Update syntax, improve user-command matching by Doug Kearns · 12 months ago
  32. d817609 runtime(vim): Update base-syntax, match bracket mark ranges by Doug Kearns · 12 months ago
  33. 7866d54 runtime(vim): Update base-syntax, match :loadkeymap after colon and bar by Doug Kearns · 1 year ago
  34. 7884cc7 runtime(vim): Update base-syntax, improve :let-heredoc highlighting by Doug Kearns · 1 year ago
  35. 95e9078 runtime(vim): Improve heredoc handling for all embedded scripts by Ken Takata · 1 year ago
  36. d164f2a runtime(vim): Update base-syntax, improve :let-heredoc highlighting by Doug Kearns · 1 year ago
  37. ddbb6fe runtime(vim): Update base-syntax, improve :set highlighting by Doug Kearns · 1 year, 1 month ago
  38. 99984fc runtime(vim): Update base-syntax, improve :map highlighting by Doug Kearns · 1 year, 1 month ago
  39. d65e58f runtime(vim): Update base-syntax, match types in Vim9 variable declarations by Doug Kearns · 1 year, 1 month ago
  40. 5247b0b patch 9.1.0572: cannot specify tab page closing behaviour by LemonBoy · 1 year, 2 months ago
  41. a20bf69 patch 9.1.0568: Cannot expand paths from 'cdpath' setting by LemonBoy · 1 year, 2 months ago
  42. 0512425 patch 9.1.0564: id() can be faster by Ernie Rael · 1 year, 2 months ago
  43. e85fdc7 runtime(vim): Update base-syntax, improve :match command highlighting by Doug Kearns · 1 year, 2 months ago
  44. fc64ac0 runtime(vim): Update base-syntax, fix function tail comments by Doug Kearns · 1 year, 2 months ago
  45. ae321b5 runtime(vim): Update base-syntax, match shebang lines (#15011) by dkearns · 1 year, 3 months ago
  46. 262e25e runtime(vim): Update base-syntax, match :sleep arg by Doug Kearns · 1 year, 3 months ago
  47. a3bddb7 runtime(vim): Update base-syntax, match :catch and :throw args (#14989) by dkearns · 1 year, 3 months ago
  48. 959c3c8 runtime(vim): Update base-syntax, configurable comment string highlighting (#14931) by dkearns · 1 year, 3 months ago
  49. 059cbe8 runtime(vim): Update base-syntax, match multiline continued comments (#13936) by dkearns · 1 year, 3 months ago
  50. 92f4e91 runtime(vim): Update base-syntax, allow whitespace before :substitute pattern by Doug Kearns · 1 year, 3 months ago
  51. 60c8743 patch 9.1.0465: missing filecopy() function by Shougo Matsushita · 1 year, 3 months ago
  52. 393708c runtime(vim): re-generate vim syntax from generator by Christian Brabandt · 1 year, 3 months ago
  53. 4ba70ca runtime(vim): Update base-syntax, fix nested function folding (#14397) by dkearns · 1 year, 5 months ago
  54. ce06493 runtime(vim): Update base-syntax, add legacy header folding by Doug Kearns · 1 year, 5 months ago
  55. 04e5363 runtime(vim): Improve Vim9 and legacy-script comment highlighting (#13104) by dkearns · 1 year, 5 months ago
  56. e43ace5 runtime(vim): Update base-syntax, no curly-brace names in Vim9 script (#14466) by dkearns · 1 year, 5 months ago
  57. a44ced5 runtime(vim): Update syntax generator, autocmd event list parsing by Doug Kearns · 1 year, 5 months ago
  58. 80aabaa runtime(vim): Distinguish Vim9 builtin object methods from namesake builtin functions (#14348) by Aliaksei Budavei · 1 year, 5 months ago
  59. 982e191 runtime(vim): Update base-syntax, match empty blob and :abclear modifiers (#14318) by dkearns · 1 year, 5 months ago
  60. 76d6298 runtime(vim): Update base-syntax, remove old unused syntax groups. (#14146) by dkearns · 1 year, 5 months ago
  61. 35e6f4c runtime(vim): Update base-syntax, improve function definition highlighting (#14203) by dkearns · 1 year, 5 months ago
  62. ec21baf runtime(vim): Update base-syntax, disallow '.' at start of menu item names (#14232) by dkearns · 1 year, 5 months ago
  63. 9530fe4 runtime(vim): Update base-syntax, improve :highlight command (#14228) by dkearns · 1 year, 5 months ago
  64. b4b3d7d runtime(vim): Update base-syntax, revert last change to vimUserFunc (#14202) by dkearns · 1 year, 6 months ago
  65. 61887b3 runtime(vim): Update base-syntax, improve :echo and :execute highlighting (#14199) by dkearns · 1 year, 6 months ago
  66. 5cd86c6 runtime(vim): Update base-syntax, improve number matching (#14175) by dkearns · 1 year, 6 months ago
  67. 5d67aef runtime(vim): Update base-syntax, improve :map highlighting (#14141) by dkearns · 1 year, 6 months ago
  68. 62b2604 runtime(vim): Update base-syntax, improve :menu{,translate} highlighting (#14162) by dkearns · 1 year, 6 months ago
  69. e5c9ba6 runtime(vim): Update base-syntax, fix escaping :syn and :hi sub-groups (#14137) by dkearns · 1 year, 6 months ago
  70. 691aee8 runtime(vim): Update base-syntax, fix issue #14135 (#14136) by dkearns · 1 year, 6 months ago
  71. c4aef9a runtime(vim): Update base-syntax, improve :augroup highlighting (#14125) by dkearns · 1 year, 6 months ago
  72. b1427b4 runtime(vim): Update base-syntax, improve :echo highlighting (#14103) by dkearns · 1 year, 6 months ago
  73. 2c51e15 runtime(vim): Update syntax file, improve :substitute matching (#14093) by dkearns · 1 year, 6 months ago
  74. 1624970 runtime(vim): Update base-syntax, fix :unabbrev highlighting (#14077) by dkearns · 1 year, 6 months ago
  75. 9ca335a patch 9.1.0122: Some minor issues with the getregion() function by Maxim Kim · 1 year, 6 months ago
  76. f9ca139 runtime(misc): announce adoption of various runtime files by Christian Brabandt · 1 year, 6 months ago
  77. dfcef89 runtime(vim): Distinguish Vim9 constructor definitions from the :new ex command (#14050) by Aliaksei Budavei · 1 year, 6 months ago
  78. 1633de8 runtime(vim): Update base-syntax, remove unused vimString region by Doug Kearns · 1 year, 7 months ago
  79. fe6d5b0 runtime(vim): Update base-syntax, fix :behave highlighting by Doug Kearns · 1 year, 7 months ago
  80. 5c3855b runtime(vim): update Vim Syntax generator by h-east · 1 year, 7 months ago
  81. 9b53c05 runtime(vim): include Vim Syntax generator by h-east · 1 year, 7 months ago
  82. b614b28 runtime(vim): Update syntax file (#14009) by dkearns · 1 year, 7 months ago
  83. 7c5aeaf runtime(vim): Update syntax file (#13969) by dkearns · 1 year, 7 months ago
  84. e3e3934 runtime(vim): Update syntax file (#13948) by dkearns · 1 year, 7 months ago
  85. bf32180 patch 9.1.0060: Recorded register cannot be translated using keytrans() by zeertzjq · 1 year, 7 months ago
  86. cf8695d runtime(vim): Highlight string interpolation by thinca · 1 year, 7 months ago
  87. 21ce159 runtime(vim): Update syntax and ftplugin files (#13924) by dkearns · 1 year, 7 months ago
  88. b418a51 runtime(vim): Update syntax file (#13919) by dkearns · 1 year, 7 months ago
  89. 1f47db7 patch 9.1.0059: No event triggered before creating a window by Sergey Vlasov · 1 year, 7 months ago
  90. 9c5b90d runtime(vim): Update syntax file (#13906) by dkearns · 1 year, 7 months ago
  91. a606f3a patch 9.1.0030: Cannot use terminal alternate font by PMunch · 1 year, 10 months ago
  92. d7d5603 patch 9.1.0029: Cannot act on various terminal response codes by Danek Duvall · 1 year, 8 months ago
  93. ceed368 runtime(vim): accept dot in completionList for Vim9 syntax (#13832) by Maxim Kim · 1 year, 8 months ago
  94. c79646d runtime(vim): Update syntax file (#13671) by dkearns · 1 year, 8 months ago
  95. b535293 runtime(vim): add jumpoptions to syntax file (#13808) by Hugo van de Vliert · 1 year, 8 months ago
  96. 80beeef runtime(vim): Add support for <ScriptCmd> syntax (#10686) by dezza · 1 year, 8 months ago
  97. d4634a2 runtime(vim): Add support for `syntax foldlevel` command (#6182) by Brad King · 1 year, 8 months ago
  98. 21064eb runtime(vim): Update syntax file (#13739) by dkearns · 1 year, 8 months ago
  99. 1c97b5c runtime(vim): Update syntax file, fix missing for highlight (#13668) by dkearns · 1 year, 9 months ago
  100. f686921 runtime(vim): Update syntax file (#13653) by dkearns · 1 year, 9 months ago