summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-10-17Fix testsv4.13.4Adam Stankiewicz18-14/+1298
2020-10-17Change implementation of observing, fixes #584Adam Stankiewicz1-2/+2
2020-10-17Fix detecting indentation, closes #590Adam Stankiewicz1-3/+2
2020-10-16Handle most warningsAdam Stankiewicz1-1445/+3
2020-10-16Add extensions to the readmeAdam Stankiewicz2-135/+153
2020-10-16Use language names instead of filetype namesAdam Stankiewicz2-148/+156
2020-10-16UpdateAdam Stankiewicz21-221/+493
2020-10-16Mention filetypes in the readmeAdam Stankiewicz2-144/+151
2020-10-14Alaways use native vim syntax, fixes #582v4.13.3Adam Stankiewicz6-1206/+4
2020-10-14Check indentation with 1024 lines as fallback, fixes #588Adam Stankiewicz1-0/+3
2020-10-14Improve django detection, closes #585Adam Stankiewicz3-2/+3
2020-10-14Make sure custom ftdetect is loaded, fixes #587Adam Stankiewicz1-0/+9
2020-10-14Add and fix tests from upstream vimAdam Stankiewicz24-300/+1787
2020-10-09Relax previous commit a bitAdam Stankiewicz2-2/+2
2020-10-09Fix detecting of some filetypes, closes #579Adam Stankiewicz8-29/+69
2020-10-08Fix encoding of vim filesAdam Stankiewicz22-26/+30
2020-10-08Fix markdown and other highlighting, #578Adam Stankiewicz14-235/+1691
2020-10-07Use neovim version of .vim highlighting, #578Adam Stankiewicz5-221/+149
2020-10-07Fix test and loading of filetypes, closes #577v4.13.2Adam Stankiewicz13-24/+332
2020-10-07Remove context from packages, fixes #575Adam Stankiewicz10-553/+1
2020-10-07Remove man plugin from vim, it does not work for nvim, closes #576Adam Stankiewicz12-334/+191
2020-10-07Remove filetype.vim for now, not clear it worksAdam Stankiewicz1-8/+0
2020-10-07Fix vim 8 package manager, closes #574Adam Stankiewicz1-0/+3
2020-10-06Update readmeAdam Stankiewicz1-1/+1
2020-10-06Simplify list of packagesAdam Stankiewicz2-437/+6
2020-10-06Add all vim filetypesAdam Stankiewicz590-310/+82640
2020-10-06Add extensions to vlangAdam Stankiewicz5-8/+12
2020-10-04UpdateAdam Stankiewicz2-18/+16
2020-10-04Add some missing filetypesAdam Stankiewicz11-132/+1124
2020-10-04Fix formattingAdam Stankiewicz1-5/+5
2020-10-04Add graphql indentation again, thanks @jparise!Adam Stankiewicz5-13/+106
2020-10-04Add comments for some extensions + testAdam Stankiewicz10-188/+185
2020-10-04Address BufWritePost error, fixes #573Adam Stankiewicz3-63/+36
2020-10-02Actually do not use ++once, fixes #573Adam Stankiewicz1-1/+1
2020-10-02Disable vim-polyglot for compatible modeAdam Stankiewicz1-0/+5
2020-10-02Do not use ++once to support older vims, fixes #7056Adam Stankiewicz7-81/+1251
2020-10-02Update Vim 8 installation instructionsAdam Stankiewicz1-2/+1
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