summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-10-02Resolve issues with loading order, closes #571v4.13.1Adam Stankiewicz9-1552/+3541
2020-09-30Fix error when editing path for shebang (#572)Chayoung You1-1/+7
2020-09-30Update README.mdAdam Stankiewicz1-2/+2
2020-09-30Document how to install with vim8 packagesAdam Stankiewicz2-2/+12
2020-09-30Make loading faster for ambiguous extensions without heuristicsv4.13.0Adam Stankiewicz2-489/+490
2020-09-30Brag in readme about shortened ftdetect timeAdam Stankiewicz1-1/+1
2020-09-30Reduce startup time by avoiding calling slow au!Adam Stankiewicz4-235/+245
2020-09-29Deduplicate polyglot filesAdam Stankiewicz6-388/+34
2020-09-29Modularize lazy loading of polyglot partsAdam Stankiewicz9-788/+480
2020-09-29Make loading faster for ambiguous extensionsAdam Stankiewicz2-670/+224
2020-09-29Prevent warning for ps1xml heuristics, #570Adam Stankiewicz3-2/+4
2020-09-29Remove ambiguity for terraform files, #570Adam Stankiewicz3-3/+5
2020-09-29Fix detection of conf files, closes #569Adam Stankiewicz9-69/+199
2020-09-29Remove {{ }} from detecting htmldjango, #560Adam Stankiewicz3-3/+5
2020-09-28Make ftdetect even shorterAdam Stankiewicz2-347/+158
2020-09-28Make generated file bit shorterAdam Stankiewicz2-606/+106
2020-09-28Fix all warning messagesAdam Stankiewicz6-10/+14
2020-09-28Change less provider, closes #567Adam Stankiewicz5-75/+86
2020-09-28Fix many extensions detectionAdam Stankiewicz5-23/+46
2020-09-28Fix more warningsAdam Stankiewicz1-3/+3
2020-09-28Fix zsh missing filenamesAdam Stankiewicz4-3/+13
2020-09-28Add missing filetypes for sqlAdam Stankiewicz8-2/+676
2020-09-28Add missing filetypes for systemdAdam Stankiewicz4-2/+26
2020-09-28Show warnings only for DEV buildAdam Stankiewicz4-2/+14
2020-09-28Fix missing filetypes detectionAdam Stankiewicz2-14/+14
2020-09-28Fix some missing extensions warningsAdam Stankiewicz5-25/+57
2020-09-27Set indentation only locally, fixes #564v4.12.1Adam Stankiewicz7-15/+36
2020-09-26Fix neovim warning, closes #563Adam Stankiewicz3-6/+6
2020-09-25Update filenames for gitignoreAdam Stankiewicz2-0/+4
2020-09-25Change gitignore providerAdam Stankiewicz7-13/+169
2020-09-24Add support for .gitignore highlightingAdam Stankiewicz8-23/+63
2020-09-24Improve django filetype detection, closes #560v4.12.0Adam Stankiewicz5-41/+45
2020-09-24Change maintained badgeAdam Stankiewicz1-1/+1
2020-09-24Add warning to generated filesAdam Stankiewicz3-5/+6
2020-09-24Extract non-generated code to polyglot.vimAdam Stankiewicz6-142/+767
2020-09-24Fix django highlighting, fixes #553Adam Stankiewicz28-886/+1080
2020-09-24Improve html heuristicsAdam Stankiewicz4-9/+21
2020-09-23Update readmeAdam Stankiewicz1-2/+2
2020-09-23Allow to disable only syntax highlighting, #556v4.11.0Adam Stankiewicz2-2/+19
2020-09-23Fix detecting jinja templates, #553Adam Stankiewicz4-244/+12
2020-09-23Add more advanced cpp syntax, #557Adam Stankiewicz4-1/+531
2020-09-23Allow to use ruby 2.5.5, closes #558Adam Stankiewicz1-3/+3
2020-09-23Update test script to rubyAdam Stankiewicz9-36/+94
2020-09-23Fix polyglot_disabled docs, closes #555Adam Stankiewicz1-1/+3
2020-09-22Update tests locationAdam Stankiewicz7-7/+253
2020-09-22BuildAdam Stankiewicz6-46/+91
2020-09-16Get rid of s:Setf helperAdam Stankiewicz4-971/+955
2020-09-16Make config more vim-independentAdam Stankiewicz2-6/+19
2020-09-16Write heuristics for perl, closes #550v4.10.2Adam Stankiewicz16-42/+1035
2020-09-15Fix eruby filetype detect, closes #547v4.9.10v4.10.1Adam Stankiewicz11-1218/+1233