Age | Commit message (Expand) | Author | Files | Lines |
2021-06-09 | Fix livescript filetype, closes #666 | Adam Stankiewicz | 2 | -2/+2 |
2021-06-09 | Use more modern haxe package, closes #340 | Adam Stankiewicz | 2 | -0/+6 |
2021-06-04 | Fix detection of racket filetype, closes #720 | Adam Stankiewicz | 2 | -2/+2 |
2021-06-01 | Update | Adam Stankiewicz | 2 | -2/+2 |
2021-04-14 | Do not touch nofileignorecase setting, fixes #694 | Adam Stankiewicz | 1 | -3/+0 |
2021-04-14 | Update | Adam Stankiewicz | 2 | -0/+5 |
2021-04-14 | Remove mm from xml extensions, fixes #699 | Adam Stankiewicz | 2 | -2/+2 |
2021-04-14 | Remove .rs extension from xml, closes #682 | Adam Stankiewicz | 2 | -2/+2 |
2021-04-14 | Update | Adam Stankiewicz | 2 | -6/+6 |
2021-04-14 | Eeplace array slice with while loops for Vim 7.4 (#677) | Sezi | 1 | -4/+7 |
2021-03-01 | Update | Adam Stankiewicz | 2 | -9/+9 |
2021-01-14 | Prevent overriding filetype set, fixes #663 | Adam Stankiewicz | 1 | -1/+1 |
2021-01-14 | Update | Adam Stankiewicz | 3 | -4/+23 |
2021-01-03 | Add hjson, closes #659 | Adam Stankiewicz | 2 | -0/+5 |
2021-01-03 | Revert stylus provider | Adam Stankiewicz | 1 | -11/+12 |
2021-01-01 | Fix loading for vim 8 packages, closes #613 | Adam Stankiewicz | 1 | -0/+3630 |
2021-01-01 | Add cson extension to coffeescript, closes #639 | Adam Stankiewicz | 1 | -1/+1 |
2021-01-01 | Add support for gleam, closes #655 | Adam Stankiewicz | 1 | -0/+1 |
2020-12-30 | Add jsonc, closes #635 | Adam Stankiewicz | 1 | -0/+1 |
2020-12-29 | Fix detecting conf filetype, closes #641 | Adam Stankiewicz | 1 | -0/+5 |
2020-12-29 | Add mint-language, closes #653 | Adam Stankiewicz | 1 | -0/+1 |
2020-11-18 | Update | Adam Stankiewicz | 1 | -2/+3 |
2020-11-17 | Fix neovim :Tutor filetype detection (#631) | Dawid Potocki | 1 | -0/+1 |
2020-10-26 | Use nroff filetype for man pages, closes #611 | Adam Stankiewicz | 1 | -2/+1 |
2020-10-25 | Preserve loading order of plugins, fixes #608 | Adam Stankiewicz | 1 | -64/+0 |
2020-10-25 | Fix the filter of 'rtp' (#606) | ichizok | 1 | -2/+2 |
2020-10-25 | Respect symlinks for resolving vim-polyglot as fallback, closes #605 | Adam Stankiewicz | 1 | -0/+64 |
2020-10-19 | Allow vim-polyglot to load in non-compatible mode | Adam Stankiewicz | 1 | -0/+13 |
2020-10-17 | Fix testsv4.13.4 | Adam Stankiewicz | 1 | -2/+7 |
2020-10-14 | Improve django detection, closes #585 | Adam Stankiewicz | 1 | -1/+1 |
2020-10-14 | Add and fix tests from upstream vim | Adam Stankiewicz | 3 | -23/+69 |
2020-10-07 | Remove context from packages, fixes #575 | Adam Stankiewicz | 1 | -1/+0 |
2020-10-07 | Remove man plugin from vim, it does not work for nvim, closes #576 | Adam Stankiewicz | 1 | -1/+0 |
2020-10-06 | Add all vim filetypes | Adam Stankiewicz | 1 | -1/+385 |
2020-10-06 | Add extensions to vlang | Adam Stankiewicz | 1 | -1/+1 |
2020-10-04 | Add some missing filetypes | Adam Stankiewicz | 1 | -0/+4 |
2020-10-04 | Address BufWritePost error, fixes #573 | Adam Stankiewicz | 1 | -16/+4 |
2020-10-02 | Actually do not use ++once, fixes #573 | Adam Stankiewicz | 1 | -1/+1 |
2020-10-02 | Do not use ++once to support older vims, fixes #7056 | Adam Stankiewicz | 4 | -9/+1181 |
2020-09-30 | Fix error when editing path for shebang (#572) | Chayoung You | 1 | -1/+7 |
2020-09-30 | Reduce startup time by avoiding calling slow au! | Adam Stankiewicz | 1 | -4/+4 |
2020-09-29 | Deduplicate polyglot files | Adam Stankiewicz | 3 | -4/+6 |
2020-09-29 | Modularize lazy loading of polyglot parts | Adam Stankiewicz | 3 | -0/+628 |