summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-10-19Add vim-sensible defaults by defaultv4.14.0Adam Stankiewicz1-0/+128
2020-10-19Allow vim-polyglot to load in non-compatible modeAdam Stankiewicz6-15/+28
2020-10-19Do not set tabstop by mistakeAdam Stankiewicz1-1/+0
2020-10-18Autodetect only 2, 3, 4, or 8 space indent, fixes #592Adam Stankiewicz1-8/+15
2020-10-18Do not set nocompatible mode, fixes #593Adam Stankiewicz1-3/+0
2020-10-18Add regression testAdam Stankiewicz1-0/+4
2020-10-18Leave only filetype detect for context, closes #575Adam Stankiewicz6-539/+0
2020-10-18Leave only filetype detection for man, #576Adam Stankiewicz6-331/+40
2020-10-17Set nocompatible mode instead of checking itAdam Stankiewicz1-13/+3
2020-10-17Make sure custom scripts.vim are respected as wellAdam Stankiewicz11-89/+2376
2020-10-17Make sure polyglot_disable does not skip native vim files, fixes #591v4.13.5Adam Stankiewicz2-12/+15
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