1. e36a931 runtime(groff,nroff): improve ftplugin by Eisuke Kawashima · 4 months ago
  2. 32f4973 runtime(gleam): update filetype plugin, include new compiler and syntax script by Kirill Morozov · 4 months ago
  3. 229f79c runtime(yaml): fix wrong order of undo_ftplugin suboptions by Vincent Law · 4 months ago
  4. 54081f0 runtime(nix): set iskeyword and b:match_words in ftplugin by Arnie97 · 4 months ago
  5. 40daa13 runtime(gleam): Update ftplugin, use recommended_style config variable by Doug Kearns · 4 months ago
  6. fbbaa6e runtime: set 'cpoptions' for line-continuation in various runtime files by Eisuke Kawashima · 4 months ago
  7. 836b87d patch 9.1.1299: filetype: mbsyncrc files are not recognized by Pierrick Guillaume · 4 months ago
  8. 3cbd7f1 runtime(gleam): update Maintainer and filetype options by Kirill Morozov · 4 months ago
  9. f9f53f5 runtime(remind): include remind.vim ftplugin by Joe Reynolds · 4 months ago
  10. 0b540c6 runtime(help): add omni completion and 'iskeyword' to filetype plugin by Phạm Bình An · 4 months ago
  11. 7517a8c runtime(lf): improve syntax script, add filetype plugin by Andis Spriņķis · 4 months ago
  12. 2ffb4d0 runtime(lua): fix whitespace style issues in lua ftplugin by Christian Brabandt · 4 months ago
  13. 00b927b runtime(lua): improve foldexpr, add vim9 script version by Konfekt · 4 months ago
  14. 9cd6d82 runtime(fstab): set formatoptions-=t in filetype plugin by Radu Dineiu · 4 months ago
  15. 9adb310 runtime(svelte): add matchit support to svelte filetype plugin by 231tr0n · 4 months ago
  16. e74ec3f patch 9.1.1271: filetype: Power Query files are not recognized by Anarion Dunedain · 4 months ago
  17. 7f518e0 patch 9.1.1268: filetype: dax files are not recognized by Anarion Dunedain · 4 months ago
  18. 4ac995b runtime(rust): set formatprg to rustfmt by Konfekt · 4 months ago
  19. 4e7b430 patch 9.1.1231: filetype: SPA JSON files are not recognized by David Mandelberg · 5 months ago
  20. 11ab02c runtime(go): use :term for keywordprg for nvim/gvim by Phạm Bình An · 5 months ago
  21. 96395e1 runtime(cs): Update C# runtime files by Nick Jensen · 5 months ago
  22. c262382 runtime(man): improve :Man completion for man-db by David Mandelberg · 5 months ago
  23. 42e498d runtime(plsql): move fold option from syntax to filetype plugin by Lee Lindley · 5 months ago
  24. d49ba7b runtime(sh): set b:match_skip to ignore matches for matchit by Christian Brabandt · 5 months ago
  25. 14da0fb patch 9.1.1188: runtime(tera): tera support can be improved by MuntasirSZN · 5 months ago
  26. 62e8228 runtime(go): add 'keywordprg' and 'formatprg' to ftplugin by Phạm Bình An · 5 months ago
  27. 5daaf23 patch 9.1.1177: filetype: tera files not detected by MuntasirSZN · 5 months ago
  28. 08a410f runtime(vim): recognize <...> strings (and keys) for 'keywordprg' by Konfekt · 5 months ago
  29. 0b82054 runtime(lua): Improve 'include' and make '*expr' functions script-local by Doug Kearns · 5 months ago
  30. 580e457 runtime(vim): make VimKeywordPrg even smarter for regexes by Konfekt · 5 months ago
  31. 00a00f5 runtime(lua): Update lua ftplugin and documentation by brianhuster · 5 months ago
  32. 094494b runtime(vim): improve &keywordprg in ftplugin by Konfekt · 6 months ago
  33. ed7d8e5 patch 9.1.1140: filetype: m17ndb files are not detected by David Mandelberg · 6 months ago
  34. 61af587 runtime(dockerfile): set comments in filetype plugin by David Mandelberg · 6 months ago
  35. 3cb4148 runtime(sieve): set fileformat=dos in filetype plugin by David Mandelberg · 6 months ago
  36. 27f5136 runtime(mail): add commentstring '> %s' to ftplugin by Lucas Eekhof · 6 months ago
  37. 106899e runtime(dnsmasq): include simple filetype plugin by dringsim · 6 months ago
  38. 911742a runtime(dosini): Add support for # comments to ftplugin by David Mandelberg · 6 months ago
  39. d7deeff runtime(exports): include simple filetype plugin by Matt Perry · 6 months ago
  40. 407319f runtime(samba): include simple filetype plugin by Matt Perry · 6 months ago
  41. 8f3277f runtime(nroff): set define option & add matchit config in ftplugin by Wu, Zhenyu · 6 months ago
  42. 72755b3 patch 9.1.1042: filetype: just files are not recognized by Peter Benjamin · 7 months ago
  43. 4335fcf runtime(kconfig): updated ftplugin and syntax script by Christian Brabandt · 7 months ago
  44. c2a967a runtime(c): Update syntax and ftplugin files by Doug Kearns · 7 months ago
  45. 51754c8 runtime(editorconfig): set omnifunc to syntaxcomplete func by Yochem van Rosmalen · 7 months ago
  46. 4f73c07 patch 9.1.0998: filetype: TI assembly files are not recognized by Wu, Zhenyu · 7 months ago
  47. 616219f patch 9.1.0995: filetype: shaderslang files are not detected by mtvare6 · 7 months ago
  48. 7ceaa8f runtime(vim): Remove trailing comma from match_words by Doug Kearns · 7 months ago
  49. 58c44e8 patch 9.1.0986: filetype: 'jj' filetype is a bit imprecise by Gregory Anders · 7 months ago
  50. fc61cfd runtime(vim): Update matchit pattern, no Vim9 short names by Doug Kearns · 7 months ago
  51. 39a4eb0 patch 9.1.0982: TI linker files are not recognized by Wu, Zhenyu · 7 months ago
  52. df67fc0 runtime(sh): set shellcheck as the compiler for supported shells by Luca Saccarola · 7 months ago
  53. 5113831 patch 9.1.0972: filetype: TI linker map files are not recognized by Wu, Zhenyu · 7 months ago
  54. 2e25247 patch 9.1.0967: SpotBugs compiler setup can be further improved by Aliaksei Budavei · 7 months ago
  55. 9360de9 patch 9.1.0961: filetype: TI gel files are not recognized by Wu, Zhenyu · 8 months ago
  56. 4ce1cb5 runtime(graphql): contribute vim-graphql to Vim core by Jon Parise · 8 months ago
  57. 70881ba runtime(dockerfile): do not set commentstring in syntax script by Christian Brabandt · 8 months ago
  58. 368ef5a patch 9.1.0935: SpotBugs compiler can be improved by Aliaksei Budavei · 8 months ago
  59. b66cac1 runtime(typst): add definition lists to formatlistpat, update maintainer by Luca Saccarola · 8 months ago
  60. ad4764f runtime(proto): include filetype plugin for protobuf by David Pedersen · 8 months ago
  61. bdb5f85 patch 9.1.0906: filetype: Nvidia PTX files are not recognized by Yinzuo Jiang · 8 months ago
  62. fdfcce5 runtime(lua): add optional lua function folding by Enno · 8 months ago
  63. 9a39483 runtime(typst): provide a formatlistpat in ftplugin by Luca Saccarola · 8 months ago
  64. 3c2596a patch 9.1.0898: runtime(compiler): pytest compiler not included by Konfekt · 8 months ago
  65. 65311c6 runtime(compiler): include spotbugs Java linter by Konfekt · 8 months ago
  66. c1e6621 runtime(c3): include c3 filetype plugin by Turiiya · 9 months ago
  67. e2c27ca patch 9.1.0876: filetype: openCL files are not recognized by Wu, Zhenyu · 9 months ago
  68. fdac54d patch 9.1.0874: filetype: karel files are not detected by Kirill Morozov · 9 months ago
  69. a87462a patch 9.1.0873: filetype: Vivado files are not recognized by Wu, Zhenyu · 9 months ago
  70. bc32bbd patch 9.1.0866: filetype: LLVM IR files are not recognized by Wu, Zhenyu · 9 months ago
  71. 0684800 patch 9.1.0865: filetype: org files are not recognized by Luca Saccarola · 9 months ago
  72. 8e013b1 runtime(racket): update Racket runtime files by D. Ben Knoble · 9 months ago
  73. 5ca8f22 runtime(idris2): include filetype,indent+syntax plugins for (L)Idris2 + ipkg by Serhii Khoma · 9 months ago
  74. a14c457 runtime(dune): use :setl instead of :set in ftplugin by Dani Dickstein · 9 months ago
  75. 93f65a4 patch 9.1.0839: filetype: leo files are not recognized by Riley Bruins · 9 months ago
  76. 19bc76c runtime(cook): include cook filetype plugin by Riley Bruins · 9 months ago
  77. a54816b patch 9.1.0836: The vimtutor can be improved by Yegappan Lakshmanan · 9 months ago
  78. 84b5b1c patch 9.1.0826: filetype: sway files are not recognized by Riley Bruins · 9 months ago
  79. 421ed14 runtime(typst): add folding to typst ftplugin by Luca Saccarola · 10 months ago
  80. 6e91853 runtime(gleam): add ftplugin for gleam files by Trilowy · 10 months ago
  81. 347d43b patch 9.1.0769: filetype: MLIR files are not recognized by Wu, Zhenyu · 10 months ago
  82. 4f51f3a runtime(spec): set comments and commentstring options by Andreas Schneider · 10 months ago
  83. 7c3f9af runtime(misc): unset compiler in various ftplugins by Konfekt · 10 months ago
  84. f416a22 runtime(systemd): small fixes to &keywordprg in ftplugin by Konfekt · 10 months ago
  85. 85f054a runtime(java): Recognise the CommonMark form (///) of Javadoc comments by Aliaksei Budavei · 10 months ago
  86. de6c1d1 patch 9.1.0749: filetype: http files not recognized by Riley Bruins · 10 months ago
  87. a7229c8 runtime(rmd,rrst): 'fex' option not properly restored by John M Devin · 11 months ago
  88. 87b6565 runtime(modconf): remove erroneous :endif in ftplugin by zeertzjq · 11 months ago
  89. f86568f runtime(misc): simplify keywordprg in various ftplugins by Konfekt · 11 months ago
  90. 41c7bba runtime(zsh,sh): set and unset compiler in ftplugin by Konfekt · 11 months ago
  91. e401576 runtime(spec): Recognize epoch when making spec changelog in ftplugin by fundawang · 11 months ago
  92. 150b507 runtime(hcl,terraform): Add runtime files for HCL and Terraform by Gregory Anders · 11 months ago
  93. 9abd02d runtime(nu): include filetype plugin by Marc Jakobi · 11 months ago
  94. 5d1c551 runtime(mane): Improve <Plug>ManBS mapping by John M Devin · 12 months ago
  95. 1c4f402 runtime(man): Fix <Plug>ManBS by Luca Saccarola · 12 months ago
  96. fc762df runtime(sql, mysql): fix E169: Command too recursive with sql_type_default = "mysql" by Yinzuo Jiang · 12 months ago
  97. dd36d6c runtime(mediawiki): fix typo in doc, test for b:did_ftplugin var by Stanislav Asunkin · 12 months ago
  98. 0aa65b4 patch 9.1.0655: filetype: goaccess config file not recognized by Adam Monsen · 1 year ago
  99. e6471b4 runtime(cuda): source c and cpp ftplugins by Yinzuo Jiang · 1 year ago
  100. 011f222 runtime(thrift): add ftplugin, indent and syntax scripts by Yinzuo Jiang · 1 year ago