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