summaryrefslogtreecommitdiffstats
path: root/autoload (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2020-10-07Remove context from packages, fixes #575Adam Stankiewicz2-189/+0
2020-10-07Remove man plugin from vim, it does not work for nvim, closes #576Adam Stankiewicz1-1/+0
2020-10-06Add all vim filetypesAdam Stankiewicz3-1/+707
2020-10-06Add extensions to vlangAdam Stankiewicz1-1/+1
2020-10-04Add some missing filetypesAdam Stankiewicz1-0/+4
2020-10-04Address BufWritePost error, fixes #573Adam Stankiewicz1-16/+4
2020-10-02Actually do not use ++once, fixes #573Adam Stankiewicz1-1/+1
2020-10-02Do not use ++once to support older vims, fixes #7056Adam Stankiewicz4-9/+1181
2020-09-30Fix error when editing path for shebang (#572)Chayoung You1-1/+7
2020-09-30Reduce startup time by avoiding calling slow au!Adam Stankiewicz1-4/+4
2020-09-29Deduplicate polyglot filesAdam Stankiewicz3-4/+6
2020-09-29Modularize lazy loading of polyglot partsAdam Stankiewicz4-706/+392
2020-09-29Prevent warning for ps1xml heuristics, #570Adam Stankiewicz1-1/+1
2020-09-29Remove ambiguity for terraform files, #570Adam Stankiewicz1-1/+1
2020-09-29Fix detection of conf files, closes #569Adam Stankiewicz1-1/+2
2020-09-29Remove {{ }} from detecting htmldjango, #560Adam Stankiewicz1-1/+1
2020-09-28Fix all warning messagesAdam Stankiewicz1-2/+2
2020-09-28Fix many extensions detectionAdam Stankiewicz1-6/+6
2020-09-28Fix zsh missing filenamesAdam Stankiewicz1-1/+1
2020-09-28Add missing filetypes for sqlAdam Stankiewicz1-1/+1
2020-09-28Add missing filetypes for systemdAdam Stankiewicz1-1/+1
2020-09-28Show warnings only for DEV buildAdam Stankiewicz1-1/+1
2020-09-28Fix some missing extensions warningsAdam Stankiewicz1-1/+1
2020-09-27Set indentation only locally, fixes #564v4.12.1Adam Stankiewicz2-5/+15
2020-09-26Fix neovim warning, closes #563Adam Stankiewicz1-2/+2
2020-09-25Change gitignore providerAdam Stankiewicz1-0/+41
2020-09-24Add support for .gitignore highlightingAdam Stankiewicz1-21/+22
2020-09-24Improve django filetype detection, closes #560v4.12.0Adam Stankiewicz1-9/+11
2020-09-24Add warning to generated filesAdam Stankiewicz1-2/+2
2020-09-24Extract non-generated code to polyglot.vimAdam Stankiewicz1-48/+364
2020-09-24Fix django highlighting, fixes #553Adam Stankiewicz2-5/+6
2020-09-24Improve html heuristicsAdam Stankiewicz1-1/+4
2020-09-23Fix detecting jinja templates, #553Adam Stankiewicz1-0/+6
2020-09-22BuildAdam Stankiewicz3-2/+7
2020-09-16Get rid of s:Setf helperAdam Stankiewicz1-68/+60
2020-09-16Write heuristics for perl, closes #550v4.10.2Adam Stankiewicz2-9/+102
2020-09-15Fix eruby filetype detect, closes #547v4.9.10v4.10.1Adam Stankiewicz2-40/+48
2020-09-10Add odin support, closes #544Adam Stankiewicz2-20/+17
2020-09-10Automatically detect script filetype when typingv4.10.0Adam Stankiewicz1-17/+23
2020-09-10Fix filetype detection and docini filetypesv4.9.9Adam Stankiewicz1-3/+3