summaryrefslogtreecommitdiffstats
path: root/after/syntax/cpp.vim (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-10-14UpdateAdam Stankiewicz1-6/+17
2021-03-01UpdateAdam Stankiewicz1-1/+1
2021-01-01Fix loading for vim 8 packages, closes #613Adam Stankiewicz1-1/+1
2021-01-01Add support for gleam, closes #655Adam Stankiewicz1-2/+2
Co-authored-by: Jeff Kreeftmeijer <jeffkreeftmeijer@gmail.com>
2020-12-29UpdateAdam Stankiewicz1-5/+5
2020-10-25Fix conditions, #608Adam Stankiewicz1-1/+1
2020-10-25Preserve loading order of plugins, fixes #608Adam Stankiewicz1-1/+1
2020-10-25Respect symlinks for resolving vim-polyglot as fallback, closes #605Adam Stankiewicz1-3/+3
2020-10-09Fix detecting of some filetypes, closes #579Adam Stankiewicz1-2/+9
2020-10-04Add comments for some extensions + testAdam Stankiewicz1-20/+39
2020-10-02Resolve issues with loading order, closes #571v4.13.1Adam Stankiewicz1-319/+55
2020-09-23Add more advanced cpp syntax, #557Adam Stankiewicz1-0/+450
2020-09-01Some major updates including heuristicsv4.6.0Adam Stankiewicz1-2297/+0
- Allow to define heuristics in heuristics.yaml - Migrate all filetypes from vim beginning with "a" - Remove enhanced cpp syntax (it was too slow to load) - Use setf instead of set ft for setting filetype (faster) - Override native hauristics with au! - Add globbing of files for packages - Replace predefined dirs with extra_dirs and ignored_dirs - Allow to define proper order of packages with topological sort - Fix powershell detection - Lint and fix many packages.yaml issues - etc etd
2019-11-15Updatev4.1.1Adam Stankiewicz1-78/+270
2019-09-12Improve guard so it works for no eof new linev4.0.3Adam Stankiewicz1-0/+2
2019-09-06Improve guard to support concatenated filesAdam Stankiewicz1-4/+2
2019-07-01UpdateAdam Stankiewicz1-1/+10
2019-03-04Change plugin guard for disabling, fixes #371Adam Stankiewicz1-4/+4
2018-02-06UpdateAdam Stankiewicz1-3/+66
2017-09-27UpdateAdam Stankiewicz1-11/+56
2017-03-23UpdateAdam Stankiewicz1-0/+1
2016-12-20UpdateAdam Stankiewicz1-446/+1029
2016-07-19Updatev2.11.3Adam Stankiewicz1-0/+1
2016-05-02UpdateAdam Stankiewicz1-39/+47
2015-12-17UpdateAdam Stankiewicz1-2/+27
2015-07-18Allow for disabling individual languages, closes #66Adam Stankiewicz1-0/+4
2015-07-18Updatev1.14.1Adam Stankiewicz1-3/+4
2015-05-24Updatev1.13.3Adam Stankiewicz1-0/+1
2015-05-11Updatev1.13.2Adam Stankiewicz1-5/+5
2014-12-09Updatev1.10.4Adam Stankiewicz1-0/+2
2014-11-11Updatev1.10.3Adam Stankiewicz1-10/+30
2014-06-08Major updateAdam Stankiewicz1-24/+76
2014-02-04UpdateAdam Stankiewicz1-9/+160
2013-09-13Add extended c/c++ syntax, closes #1Adam Stankiewicz1-0/+1139