summaryrefslogtreecommitdiffstats
path: root/autoload/polyglot (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-26Use nroff filetype for man pages, closes #611Adam Stankiewicz1-2/+1
2020-10-25Preserve loading order of plugins, fixes #608Adam Stankiewicz1-64/+0
2020-10-25Fix the filter of 'rtp' (#606)ichizok1-2/+2
2020-10-25Respect symlinks for resolving vim-polyglot as fallback, closes #605Adam Stankiewicz1-0/+64
2020-10-19Allow vim-polyglot to load in non-compatible modeAdam Stankiewicz1-0/+13
2020-10-17Fix testsv4.13.4Adam Stankiewicz1-2/+7
2020-10-14Improve django detection, closes #585Adam Stankiewicz1-1/+1
2020-10-14Add and fix tests from upstream vimAdam Stankiewicz3-23/+69
2020-10-07Remove context from packages, fixes #575Adam Stankiewicz1-1/+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 Stankiewicz1-1/+385
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 Stankiewicz3-0/+628