summaryrefslogtreecommitdiffstats
path: root/scripts (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-10-19Remove docs so docs of installed plugins are up to dateAdam Stankiewicz1-2/+2
2020-10-19Allow vim-polyglot to load in non-compatible modeAdam Stankiewicz2-10/+1
2020-10-18Add regression testAdam Stankiewicz1-0/+4
2020-10-17Make sure custom scripts.vim are respected as wellAdam Stankiewicz1-4/+17
2020-10-16Add extensions to the readmeAdam Stankiewicz1-1/+19
2020-10-16Use language names instead of filetype namesAdam Stankiewicz1-4/+12
2020-10-16UpdateAdam Stankiewicz1-2/+2
2020-10-16Mention filetypes in the readmeAdam Stankiewicz1-0/+7
2020-10-14Alaways use native vim syntax, fixes #582v4.13.3Adam Stankiewicz1-1/+4
2020-10-14Add and fix tests from upstream vimAdam Stankiewicz3-26/+263
2020-10-09Relax previous commit a bitAdam Stankiewicz1-1/+1
2020-10-09Fix detecting of some filetypes, closes #579Adam Stankiewicz2-2/+2
2020-10-08Fix encoding of vim filesAdam Stankiewicz1-3/+7
2020-10-07Fix test and loading of filetypes, closes #577v4.13.2Adam Stankiewicz2-13/+11
2020-10-06Simplify list of packagesAdam Stankiewicz1-1/+4
2020-10-06Add all vim filetypesAdam Stankiewicz2-3/+135
2020-10-04Add comments for some extensions + testAdam Stankiewicz1-28/+50
2020-10-04Address BufWritePost error, fixes #573Adam Stankiewicz1-10/+2
2020-10-02Do not use ++once to support older vims, fixes #7056Adam Stankiewicz1-18/+15
2020-10-02Resolve issues with loading order, closes #571v4.13.1Adam Stankiewicz1-5/+2
2020-09-30Make loading faster for ambiguous extensions without heuristicsv4.13.0Adam Stankiewicz1-2/+3
2020-09-30Reduce startup time by avoiding calling slow au!Adam Stankiewicz1-4/+4
2020-09-29Deduplicate polyglot filesAdam Stankiewicz1-16/+26
2020-09-29Modularize lazy loading of polyglot partsAdam Stankiewicz1-23/+33
2020-09-29Make loading faster for ambiguous extensionsAdam Stankiewicz1-27/+1
2020-09-29Fix detection of conf files, closes #569Adam Stankiewicz1-22/+80
2020-09-28Make ftdetect even shorterAdam Stankiewicz1-16/+11
2020-09-28Make generated file bit shorterAdam Stankiewicz1-1/+6
2020-09-28Fix all warning messagesAdam Stankiewicz2-6/+4
2020-09-28Fix many extensions detectionAdam Stankiewicz1-4/+1
2020-09-28Fix more warningsAdam Stankiewicz1-3/+3
2020-09-28Fix zsh missing filenamesAdam Stankiewicz1-1/+5
2020-09-28Add missing filetypes for systemdAdam Stankiewicz1-1/+8
2020-09-28Show warnings only for DEV buildAdam Stankiewicz1-0/+3
2020-09-28Fix missing filetypes detectionAdam Stankiewicz1-2/+2
2020-09-28Fix some missing extensions warningsAdam Stankiewicz1-20/+44
2020-09-24Add support for .gitignore highlightingAdam Stankiewicz1-1/+1
2020-09-24Improve django filetype detection, closes #560v4.12.0Adam Stankiewicz1-22/+16
2020-09-24Add warning to generated filesAdam Stankiewicz1-1/+2
2020-09-24Extract non-generated code to polyglot.vimAdam Stankiewicz1-66/+17
2020-09-24Fix django highlighting, fixes #553Adam Stankiewicz1-6/+8
2020-09-24Improve html heuristicsAdam Stankiewicz1-2/+6
2020-09-23Fix detecting jinja templates, #553Adam Stankiewicz1-244/+0
2020-09-23Allow to use ruby 2.5.5, closes #558Adam Stankiewicz1-3/+3
2020-09-23Update test script to rubyAdam Stankiewicz3-23/+64
2020-09-22Update tests locationAdam Stankiewicz3-361/+2
2020-09-16Get rid of s:Setf helperAdam Stankiewicz1-14/+6
2020-09-16Make config more vim-independentAdam Stankiewicz1-4/+17
2020-09-16Write heuristics for perl, closes #550v4.10.2Adam Stankiewicz3-7/+97
2020-09-15Fix eruby filetype detect, closes #547v4.9.10v4.10.1Adam Stankiewicz4-29/+29