1. 8311e7d runtime(vim): fix incorrect highlighting of User autocmds by zeertzjq · 7 weeks ago
  2. 5128920 runtime(vim): Update base-syntax, improve function definition matching by Doug Kearns · 8 weeks ago
  3. 274efcc runtime(vim): Update base-syntax, contain let-heredocs by Doug Kearns · 8 weeks ago
  4. 834bb85 runtime(vim): vimHLGroup is not highlighted correctly by Eisuke Kawashima · 9 weeks ago
  5. 6acca4b runtime(vim): remove trailing whitespace in Vim syntax generator by Eisuke Kawashima · 9 weeks ago
  6. 1cccdeb runtime(vim): Update base-syntax, improve Vim9 block start pattern by Doug Kearns · 9 weeks ago
  7. 3993cd6 runtime(vim): Update base-syntax, bug fixes by Doug Kearns · 10 weeks ago
  8. 0aaf6f8 runtime(vim): Update base-syntax, improve :profile highlighting by Doug Kearns · 10 weeks ago
  9. 086b3b5 runtime(vim): Update base-syntax, improve :mark and :substitute highlighting by Doug Kearns · 10 weeks ago
  10. 570e71a runtime(vim): Update base-syntax, improve :set highlighting by Doug Kearns · 10 weeks ago
  11. f4b2fce runtime(vim): Update base-syntax, fix missing luaParenError error by Doug Kearns · 3 months ago
  12. 7b5550f runtime(vim): Update base-syntax, improve :import highlighting by Doug Kearns · 3 months ago
  13. a577e42 runtime(vim): Update base-syntax, improve script-interface command highlighting by Doug Kearns · 3 months ago
  14. e957cba runtime(vim): Update base-syntax, match quote separated numbers by Doug Kearns · 3 months ago
  15. 1c58019 runtime(vim): Update base-syntax, improve enum highlighting by Doug Kearns · 3 months ago
  16. b9ffbf5 runtime(vim): Update base-syntax, fix inline Vim9 dict comments at SOL by Doug Kearns · 3 months ago
  17. fbe4a8f runtime(doc): Fix notation of "Vim script" and "Vim9 script" by Hirohito Higashi · 3 months ago
  18. c29b533 runtime(vim): Update base-syntax, match continued strings and tail comments by Doug Kearns · 3 months ago
  19. fa3b104 runtime(vim): Update base-syntax, improve :autocmd highlighting by Doug Kearns · 4 months ago
  20. 9b171bd runtime(vim): Update-base-syntax, match full :*grep, :make, :sort and :filter commands by Doug Kearns · 4 months ago
  21. 520a2c7 runtime(vim): Update base-syntax, improve :command highlighting by Doug Kearns · 4 months ago
  22. 2f5a8c0 runtime(vim): Update base-syntax, match full :redir command by Doug Kearns · 4 months ago
  23. 2a6be83 runtime(vim): Update base-syntax, improve :set backslash handling by Doug Kearns · 4 months ago
  24. 722fbd1 runtime(vim): Update base-syntax, match tuples by Doug Kearns · 4 months ago
  25. adb703e runtime(vim): Update base-syntax, match protected constructors by Doug Kearns · 5 months ago
  26. dd3f1c0 runtime(vim): Update base-syntax, match multiline return types by Doug Kearns · 5 months ago
  27. b55f022 runtime(vim): Sync syntax generator base file with output file. by Doug Kearns · 5 months ago
  28. 0fab891 runtime(vim): Update base-syntax, improve :syntax highlighting by Doug Kearns · 5 months ago
  29. 3dca512 runtime(vim): Update base-syntax and generator, only match valid predefined variables by Doug Kearns · 5 months ago
  30. 6bdfeb0 runtime(vim): Update base-syntax, bug fixes by Doug Kearns · 5 months ago
  31. 60bd140 runtime(vim): Update base-syntax, match Vim9 function calls after "|" by Doug Kearns · 5 months ago
  32. 025dc48 runtime(vim): Update base-syntax, match :CompilerSet and :SynMenu commands by Doug Kearns · 6 months ago
  33. 68ba6c2 runtime(vim): Update base-syntax, improve performance by Doug Kearns · 6 months ago
  34. 4f010c9 runtime(vim): Update base-syntax, always match continuation comments to EOL by Doug Kearns · 6 months ago
  35. a9c0642 runtime(vim): Update base-syntax, match Vim9 boolean and null literals in parens by Doug Kearns · 6 months ago
  36. 1aa287e runtime(vim): Update base-syntax, improve variable matching by Doug Kearns · 6 months ago
  37. b7147f8 patch 9.1.1084: Unable to persistently ignore events in a window and its buffers by Luuk van Baal · 6 months ago
  38. 4a530a6 runtime(vim): Update base-syntax, match :debuggreedy count prefix by Doug Kearns · 6 months ago
  39. c273f1a runtime(vim): Update base-syntax, match ternary and falsy operators by Doug Kearns · 7 months ago
  40. 8dec6c2 runtime(vim): Update base-syntax, fix is/isnot operator matching by Doug Kearns · 7 months ago
  41. 695522d runtime(vim): Update base-syntax, highlight literal string quote escape by Doug Kearns · 7 months ago
  42. 1718e7d runtime(vim): Update base-syntax, improve ex-bang matching by Doug Kearns · 7 months ago
  43. 6139766 runtime(vim): fix failing vim syntax test by h-east · 7 months ago
  44. aa979c7 patch 9.1.0985: Vim9: some ex commands can be shortened by h-east · 7 months ago
  45. f27e80a runtime(vim): update vim generator syntax script by h-east · 7 months ago
  46. f0ab3e4 runtime(vim): Improve syntax script generator for Vim Script by h-east · 7 months ago
  47. 9b67a2e runtime(vim): Update base-syntax, allow parens in default arguments by Doug Kearns · 8 months ago
  48. bbe5252 runtime(vim): Update base-syntax, improve :normal highlighting by Doug Kearns · 9 months ago
  49. 818c641 runtime(vim): Update base-syntax file, improve class, enum and interface highlighting by Doug Kearns · 10 months ago
  50. 738ebfe runtime(doc): Fix style in documents by h-east · 10 months ago
  51. 35699f1 runtime(vim): Update base-syntax, improve folding function matches by Doug Kearns · 11 months ago
  52. 4d427d4 runtime(vim): Update base-syntax, match Vim9 bool/null literal args to :if/:while/:return by Doug Kearns · 11 months ago
  53. 3c07eb0 runtime(vim): Update syntax, improve user-command matching by Doug Kearns · 11 months ago
  54. d817609 runtime(vim): Update base-syntax, match bracket mark ranges by Doug Kearns · 11 months ago
  55. 7866d54 runtime(vim): Update base-syntax, match :loadkeymap after colon and bar by Doug Kearns · 12 months ago
  56. 7884cc7 runtime(vim): Update base-syntax, improve :let-heredoc highlighting by Doug Kearns · 12 months ago
  57. 95e9078 runtime(vim): Improve heredoc handling for all embedded scripts by Ken Takata · 12 months ago
  58. d164f2a runtime(vim): Update base-syntax, improve :let-heredoc highlighting by Doug Kearns · 12 months ago
  59. ddbb6fe runtime(vim): Update base-syntax, improve :set highlighting by Doug Kearns · 1 year ago
  60. 99984fc runtime(vim): Update base-syntax, improve :map highlighting by Doug Kearns · 1 year, 1 month ago
  61. d65e58f runtime(vim): Update base-syntax, match types in Vim9 variable declarations by Doug Kearns · 1 year, 1 month ago
  62. e85fdc7 runtime(vim): Update base-syntax, improve :match command highlighting by Doug Kearns · 1 year, 1 month ago
  63. cd33faf patch 9.1.0527: inconsistent parameter in Makefiles for Vim executable by RestorerZ · 1 year, 1 month ago
  64. fc64ac0 runtime(vim): Update base-syntax, fix function tail comments by Doug Kearns · 1 year, 2 months ago
  65. 84ac212 runtime(doc): Fix typos in several documents by h-east · 1 year, 2 months ago
  66. ae321b5 runtime(vim): Update base-syntax, match shebang lines (#15011) by dkearns · 1 year, 2 months ago
  67. 262e25e runtime(vim): Update base-syntax, match :sleep arg by Doug Kearns · 1 year, 2 months ago
  68. a3bddb7 runtime(vim): Update base-syntax, match :catch and :throw args (#14989) by dkearns · 1 year, 2 months ago
  69. 959c3c8 runtime(vim): Update base-syntax, configurable comment string highlighting (#14931) by dkearns · 1 year, 2 months ago
  70. 059cbe8 runtime(vim): Update base-syntax, match multiline continued comments (#13936) by dkearns · 1 year, 2 months ago
  71. 92f4e91 runtime(vim): Update base-syntax, allow whitespace before :substitute pattern by Doug Kearns · 1 year, 2 months ago
  72. c984b2f runtime(vim): fix syntax vim bug (Close #14858) (#14861) by h_east · 1 year, 2 months ago
  73. 4ba70ca runtime(vim): Update base-syntax, fix nested function folding (#14397) by dkearns · 1 year, 4 months ago
  74. ce06493 runtime(vim): Update base-syntax, add legacy header folding by Doug Kearns · 1 year, 4 months ago
  75. 04e5363 runtime(vim): Improve Vim9 and legacy-script comment highlighting (#13104) by dkearns · 1 year, 4 months ago
  76. e43ace5 runtime(vim): Update base-syntax, no curly-brace names in Vim9 script (#14466) by dkearns · 1 year, 4 months ago
  77. a44ced5 runtime(vim): Update syntax generator, autocmd event list parsing by Doug Kearns · 1 year, 4 months ago
  78. 80aabaa runtime(vim): Distinguish Vim9 builtin object methods from namesake builtin functions (#14348) by Aliaksei Budavei · 1 year, 4 months ago
  79. 982e191 runtime(vim): Update base-syntax, match empty blob and :abclear modifiers (#14318) by dkearns · 1 year, 4 months ago
  80. 76d6298 runtime(vim): Update base-syntax, remove old unused syntax groups. (#14146) by dkearns · 1 year, 5 months ago
  81. 35e6f4c runtime(vim): Update base-syntax, improve function definition highlighting (#14203) by dkearns · 1 year, 5 months ago
  82. ec21baf runtime(vim): Update base-syntax, disallow '.' at start of menu item names (#14232) by dkearns · 1 year, 5 months ago
  83. 9530fe4 runtime(vim): Update base-syntax, improve :highlight command (#14228) by dkearns · 1 year, 5 months ago
  84. 61887b3 runtime(vim): Update base-syntax, improve :echo and :execute highlighting (#14199) by dkearns · 1 year, 5 months ago
  85. 5cd86c6 runtime(vim): Update base-syntax, improve number matching (#14175) by dkearns · 1 year, 5 months ago
  86. 5d67aef runtime(vim): Update base-syntax, improve :map highlighting (#14141) by dkearns · 1 year, 5 months ago
  87. 62b2604 runtime(vim): Update base-syntax, improve :menu{,translate} highlighting (#14162) by dkearns · 1 year, 5 months ago
  88. e5c9ba6 runtime(vim): Update base-syntax, fix escaping :syn and :hi sub-groups (#14137) by dkearns · 1 year, 5 months ago
  89. 691aee8 runtime(vim): Update base-syntax, fix issue #14135 (#14136) by dkearns · 1 year, 5 months ago
  90. c4aef9a runtime(vim): Update base-syntax, improve :augroup highlighting (#14125) by dkearns · 1 year, 5 months ago
  91. b1427b4 runtime(vim): Update base-syntax, improve :echo highlighting (#14103) by dkearns · 1 year, 5 months ago
  92. 2c51e15 runtime(vim): Update syntax file, improve :substitute matching (#14093) by dkearns · 1 year, 5 months ago
  93. 1624970 runtime(vim): Update base-syntax, fix :unabbrev highlighting (#14077) by dkearns · 1 year, 6 months ago
  94. f9ca139 runtime(misc): announce adoption of various runtime files by Christian Brabandt · 1 year, 6 months ago
  95. dfcef89 runtime(vim): Distinguish Vim9 constructor definitions from the :new ex command (#14050) by Aliaksei Budavei · 1 year, 6 months ago
  96. 1633de8 runtime(vim): Update base-syntax, remove unused vimString region by Doug Kearns · 1 year, 6 months ago
  97. fe6d5b0 runtime(vim): Update base-syntax, fix :behave highlighting by Doug Kearns · 1 year, 6 months ago
  98. 5c3855b runtime(vim): update Vim Syntax generator by h-east · 1 year, 6 months ago
  99. 9b53c05 runtime(vim): include Vim Syntax generator by h-east · 1 year, 6 months ago