summaryrefslogtreecommitdiffstats
path: root/autoload (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-02-21Use old version of vim repository, fixes #779v4.17.1Adam Stankiewicz3-395/+767
closes #780
2022-02-17UpdateAdam Stankiewicz9-410/+485
2022-01-01UpdateAdam Stankiewicz3-3/+17
2021-12-21UpdateAdam Stankiewicz12-104/+235
2021-11-22Put shebang detection function in `s:` instead of `b:` (#746)NariyasuHeseri1-4/+9
Fixes #743
2021-09-09Ensure some files are compied from each packageAdam Stankiewicz2-42/+2
2021-09-09UpdateAdam Stankiewicz6-11/+248
2021-07-28UpdateAdam Stankiewicz3-42/+143
2021-07-08UpdateAdam Stankiewicz6-75/+112
2021-06-27UpdateAdam Stankiewicz7-10/+36
2021-06-09Add org mode, close #706Adam Stankiewicz3-0/+35
2021-06-09UpdateAdam Stankiewicz2-9/+1
2021-06-09Add mermaid (#721)Marcos Ferreira2-1/+14
Co-authored-by: Adam Stankiewicz <sheerun@sher.pl>
2021-06-09UpdateAdam Stankiewicz2-7/+7
2021-06-09UpdateAdam Stankiewicz2-0/+5
2021-06-09Add OpenSCAD support, closes #702Adam Stankiewicz2-0/+5
2021-06-09Fix script indentation inside html, closes #693Adam Stankiewicz2-6/+0
2021-06-09Fix loading of rust autoload functions, fixes #686Adam Stankiewicz1-1/+0
2021-06-09Disable languages also from heuristics, fixes #673Adam Stankiewicz1-5/+17
2021-06-09Enable jsdoc highlighting by default, fixes #667Adam Stankiewicz1-0/+3
2021-06-09De-duplicate runtime heuristic autocommandsAdam Stankiewicz1-33/+33
2021-06-09Fix livescript filetype, closes #666Adam Stankiewicz2-2/+2
2021-06-09Use more modern haxe package, closes #340Adam Stankiewicz2-0/+6
2021-06-09UpdateAdam Stankiewicz5-34/+806
2021-06-04Fix detection of racket filetype, closes #720Adam Stankiewicz2-2/+2
2021-06-01UpdateAdam Stankiewicz5-40/+33
2021-04-14Do not touch nofileignorecase setting, fixes #694Adam Stankiewicz1-3/+0
2021-04-14UpdateAdam Stankiewicz2-0/+5
2021-04-14Remove mm from xml extensions, fixes #699Adam Stankiewicz2-2/+2
2021-04-14Change svelte provider, fixes #700Adam Stankiewicz1-0/+71
2021-04-14Remove .rs extension from xml, closes #682Adam Stankiewicz2-2/+2
2021-04-14Switch clojure provider, closes #685Adam Stankiewicz1-8/+9
2021-04-14UpdateAdam Stankiewicz9-81/+167
2021-04-14Eeplace array slice with while loops for Vim 7.4 (#677)Sezi1-4/+7
Workaround for: E117: Unknown function: i:len E15: Invalid expression: rtp[i:len(rtp)-1]
2021-03-10UpdateAdam Stankiewicz4-42/+149
2021-03-01UpdateAdam Stankiewicz7-738/+60
2021-01-14Prevent overriding filetype set, fixes #663Adam Stankiewicz1-1/+1
2021-01-14UpdateAdam Stankiewicz4-7/+27
2021-01-03Add hjson, closes #659Adam Stankiewicz2-0/+5
Co-authored-by: SebastienElet <sebastien@elet.fr>
2021-01-03Revert stylus providerAdam Stankiewicz2-589/+12
2021-01-01Fix loading for vim 8 packages, closes #613Adam Stankiewicz61-60/+3690
2021-01-01Add cson extension to coffeescript, closes #639Adam Stankiewicz1-1/+1
Co-authored-by: Collin Styles <collin.styles@mycase.com>
2021-01-01Change stylus provider, closes #642Adam Stankiewicz1-0/+578
2021-01-01Add support for gleam, closes #655Adam Stankiewicz1-0/+1
Co-authored-by: Jeff Kreeftmeijer <jeffkreeftmeijer@gmail.com>
2020-12-30Change fish provider, closes #626v4.17.0Adam Stankiewicz1-29/+99
2020-12-30Add jsonc, closes #635Adam Stankiewicz1-0/+1
2020-12-30Revert "Check changes for focus event, improves #638"Adam Stankiewicz3-152/+0
It's because it additionally changes cursor to vertical bar. I need to disable this behavior and make it compatible with plugins that enable vertical cursor... This reverts commit 44e79fc935004c2e67fc39a77266d0f06e29d920.
2020-12-30Check changes for focus event, improves #638Adam Stankiewicz3-0/+152
2020-12-29Fix detecting conf filetype, closes #641Adam Stankiewicz1-0/+5
2020-12-29Add mint-language, closes #653Adam Stankiewicz1-0/+1
Co-authored-by: NICHTJ3 <nicholsontrent@gmail.com>