summaryrefslogtreecommitdiffstats
path: root/autoload (follow)
AgeCommit message (Collapse)AuthorFilesLines
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>
2020-12-29UpdateAdam Stankiewicz3-13/+21
2020-11-18UpdateAdam Stankiewicz3-5/+6
2020-11-17Fix neovim :Tutor filetype detection (#631)Dawid Potocki1-0/+1
2020-11-02UpdateAdam Stankiewicz2-4/+20
2020-10-26Use nroff filetype for man pages, closes #611Adam Stankiewicz1-2/+1
2020-10-25Fix conditions, #608Adam Stankiewicz58-58/+58
2020-10-25Preserve loading order of plugins, fixes #608Adam Stankiewicz59-122/+58
2020-10-25Fix the filter of 'rtp' (#606)ichizok1-2/+2
On Windows, should handle both slash and backslash as the path separator in checking a path in 'rtp'.
2020-10-25Respect symlinks for resolving vim-polyglot as fallback, closes #605Adam Stankiewicz60-468/+123
2020-10-24Fix recursive loading, closes #605Adam Stankiewicz58-58/+174
2020-10-24Use vim-polyglot only as fallback to other plugins, fixes #580Adam Stankiewicz58-0/+290
2020-10-19Allow vim-polyglot to load in non-compatible modeAdam Stankiewicz2-3/+16
2020-10-18Leave only filetype detect for context, closes #575Adam Stankiewicz1-188/+0
2020-10-18Leave only filetype detection for man, #576Adam Stankiewicz1-2/+9
2020-10-17Make sure custom scripts.vim are respected as wellAdam Stankiewicz2-54/+56
2020-10-17Fix testsv4.13.4Adam Stankiewicz2-2/+195
2020-10-16UpdateAdam Stankiewicz3-4/+19
2020-10-14Improve django detection, closes #585Adam Stankiewicz1-1/+1
2020-10-14Add and fix tests from upstream vimAdam Stankiewicz3-23/+69
2020-10-09Fix detecting of some filetypes, closes #579Adam Stankiewicz1-3/+13
2020-10-07Fix test and loading of filetypes, closes #577v4.13.2Adam Stankiewicz1-3/+7