Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-12-26 | Add pony supportv3.4.0 | Adam Stankiewicz | 7 | -1/+862 | |
2018-12-26 | Switch dockerfile provider | Adam Stankiewicz | 7 | -22/+221 | |
2018-12-26 | Add moonscript support | Adam Stankiewicz | 6 | -1/+692 | |
2018-12-26 | Add orgmode support | Adam Stankiewicz | 8 | -1/+842 | |
2018-12-26 | Add rst support | Adam Stankiewicz | 5 | -1/+385 | |
2018-12-26 | Change i3 provider | Adam Stankiewicz | 8 | -146/+358 | |
2018-12-26 | Update | Adam Stankiewicz | 7 | -111/+10 | |
2018-12-26 | Update | Adam Stankiewicz | 2 | -2/+2 | |
2018-12-26 | Update | Adam Stankiewicz | 47 | -450/+4739 | |
2018-10-10 | explicitly set locale to C for sorting so README sorts same on all systems ↵ | Derek Sifford | 1 | -1/+1 | |
(#348) | |||||
2018-10-08 | Updatev3.3.3 | Adam Stankiewicz | 59 | -1895/+2557 | |
2018-07-08 | Update dependencies | Adam Stankiewicz | 38 | -927/+1372 | |
2018-06-05 | Changes to `build` for `README.md` updates | Dan Reif | 2 | -11/+23 | |
* Make the number of packages in the project easier to find. * Replace `ed` with `awk` in `update_readme()`, the latter being (_arguably_!) more readable/less fragile. | |||||
2018-06-05 | Add FERM support (#311) | Dan Reif | 3 | -0/+216 | |
2018-06-05 | Merge pull request #312 from 5paceToast/ferm | Dan Reif | 1 | -0/+1 | |
Add ferm support, fixes #311 | |||||
2018-06-05 | Merge pull request #315 from sheerun/periodic_rebuild_20180605 | Dan Reif | 22 | -80/+155 | |
Update (periodic rebuild) | |||||
2018-06-05 | Update (periodic rebuild) | Dan Reif | 22 | -80/+155 | |
2018-06-04 | Add ferm support, fixes #311 | Chloe Kudryavtsev | 1 | -0/+1 | |
2018-05-10 | Add graphql_javascript_tags, fixes #303 | Adam Stankiewicz | 2 | -0/+8 | |
2018-05-08 | Merge pull request #301 from timfeirg:feature/graphql | Dan Reif | 8 | -0/+216 | |
2018-05-08 | applescript: vim-scripts -> mityu | Dan Reif | 3 | -1/+102 | |
2018-05-08 | Merge pull request #286 from idbrii/improve-applescript | CH-DanReif | 1 | -1/+1 | |
Update applescript to one that provides ftdetect | |||||
2018-05-08 | Update (periodic rebuild) | Dan Reif | 2 | -3/+12 | |
2018-05-08 | Merge pull request #300 from sheerun/shellcheck_build_cleanup | CH-DanReif | 1 | -22/+25 | |
Cleanup `build` syntax a bit, aided by `shellcheck(1)` | |||||
2018-05-03 | Update applescript to one that provides ftdetect | David Briscoe | 1 | -1/+1 | |
Current applescript defines a syntax file, but doesn't setup an applescript filetype to apply the syntax. This one does ftdetect and indent. Its ftplugin for running applescript through osascript is excluded. It uses an identical syntax file to the existing one. | |||||
2018-05-01 | And now it's 2018.... | CH-DanReif | 1 | -1/+1 | |
2018-04-30 | Cleanup `build` syntax a bit, aided by `shellcheck(1)` | Dan Reif | 1 | -22/+25 | |
2018-04-30 | Support autoload config file for golang | Dan Reif | 2 | -8/+467 | |
Fixes #299 | |||||
2018-04-30 | Allow use of # to skip packages being built (for testing) | Dan Reif | 1 | -2/+2 | |
2018-04-30 | `set et` on `build` | Dan Reif | 1 | -2/+2 | |
2018-04-30 | Update README with slightly more verbose contribution guidelines | Dan Reif | 1 | -1/+6 | |
2018-04-30 | Update (switch wdwoods->kurayama for systemd) | Dan Reif | 3 | -32/+81 | |
See https://github.com/sheerun/vim-polyglot/pull/267 | |||||
2018-04-30 | Use upstream of systemd plugin | Chris Weyl | 1 | -1/+1 | |
While not immediately apparent, wdwoods is actually the author of the original work kurayama's repo is based on. | |||||
2018-04-30 | Merge pull request #281 from djpowers/patch-1 | CH-DanReif | 1 | -1/+1 | |
Fix typo in README | |||||
2018-04-30 | Update (periodic rebuild) | Dan Reif | 53 | -1429/+2776 | |
I originally meant to run this before adding haproxy, but accidentally pushed that into my branch. If you'd like to see that content, it's at https://github.com/CH-DanReif/vim-polyglot/commit/414ad25c3ad1ab9c4b6a99fe4f08d6c30b7e0f57. | |||||
2018-04-30 | Add haproxy to polyglot, check for directory existence before globbing it (#291) | CH-DanReif | 2 | -1/+3 | |
Add haproxy to polyglot, check for directory existence before globbing it | |||||
2018-04-30 | Merge pull request #293 from CH-DanReif/disable_individual_ftdetect | CH-DanReif | 1 | -8/+10 | |
Allow disabling individual ftdetects via `g:polyglot_disabled` | |||||
2018-04-16 | Don't actually update `ftdetect/polyglot.vim` | Dan Reif | 1 | -586/+331 | |
It was only in the original commit because I wanted to demonstrate the changes that would be made. Revert it back out now to make this a clean, svelte, easy-to-merge PR. | |||||
2018-04-16 | Allow disabling of individual ftdetect rules via g:polyglot_disabled | Dan Reif | 2 | -339/+596 | |
2018-04-03 | Increase test file parsing timeout (#288) | David Briscoe | 1 | -1/+1 | |
There's been several PRs that inexplicably failed tests. PR #279 (applescript) failed with "should parse test.em file" despite the exact same PR #286 passing (I've removed one of them, sorry again about that). PR #268 (pandoc) failed with "parse test.erb file" but doesn't mess with eruby. PR #281 (readme) failed with "should parse test.jsx file" but it's a one word change to the readme! My assumption is that vim startup on Travis is near the edge of the timeout so we're getting false failures. (I'm not familiar with Vimrunner or rspec, but I assume this code is just testing that vim doesn't throw errors one edit and automatically exits at the end of the block.) | |||||
2018-03-08 | Fix typo in README | Dave Powers | 1 | -1/+1 | |
2018-02-06 | Include indentation setting for markdown, fixes #270v3.3.2 | Adam Stankiewicz | 3 | -2/+81 | |
2018-02-06 | Update | Adam Stankiewicz | 25 | -118/+656 | |
2018-01-10 | Fix filetype detection by extension, #262 | Adam Stankiewicz | 2 | -0/+86 | |
2018-01-10 | Update | Adam Stankiewicz | 20 | -860/+465 | |
2018-01-07 | Add example how to install this plugin, closes #260 | Adam Stankiewicz | 1 | -0/+6 | |
2017-12-30 | Disable ftdetect parts of some plugins, fixes #254v3.3.1 | Adam Stankiewicz | 3 | -169/+29 | |
vim-polyglot discourages use of commands like: autocmd BufRead * autocmd BufNewFile * And others that execute for every file / buffer opened. | |||||
2017-12-30 | Change python syntax providers, closes #209v3.3.0 | Adam Stankiewicz | 7 | -433/+1253 | |
2017-12-30 | Add json5 support, closes #256 | Adam Stankiewicz | 4 | -0/+63 | |
2017-12-30 | Add carp language support, closes #258 | Adam Stankiewicz | 4 | -0/+134 | |