Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-10-14 | Update | Adam Stankiewicz | 3 | -19/+15 | |
2022-04-18 | Update | Adam Stankiewicz | 2 | -10/+19 | |
2022-04-18 | Fix doubled comma in autocmd (#791) | Michael Meyer | 1 | -1/+1 | |
The doubled comma (,,) in the list of autocmd patterns introduces a blank pattern which matches all filenames in the most recent version of neovim, causing the default filetype to be sh unless another rule overrides it. | |||||
2022-02-21 | Use old version of vim repository, fixes #779 | Adam Stankiewicz | 1 | -368/+371 | |
closes #780 | |||||
2022-02-17 | Update | Adam Stankiewicz | 3 | -351/+414 | |
2022-01-01 | Update | Adam Stankiewicz | 3 | -3/+17 | |
2021-12-21 | Update | Adam Stankiewicz | 3 | -48/+84 | |
2021-11-22 | Put shebang detection function in `s:` instead of `b:` (#746) | NariyasuHeseri | 1 | -4/+9 | |
Fixes #743 | |||||
2021-09-09 | Ensure some files are compied from each package | Adam Stankiewicz | 2 | -42/+2 | |
2021-09-09 | Update | Adam Stankiewicz | 3 | -6/+17 | |
2021-07-08 | Update | Adam Stankiewicz | 2 | -5/+2 | |
2021-06-27 | Update | Adam Stankiewicz | 2 | -1/+12 | |
2021-06-09 | Add org mode, close #706 | Adam Stankiewicz | 2 | -0/+5 | |
2021-06-09 | Update | Adam Stankiewicz | 2 | -9/+1 | |
2021-06-09 | Add mermaid (#721) | Marcos Ferreira | 2 | -1/+14 | |
Co-authored-by: Adam Stankiewicz <sheerun@sher.pl> | |||||
2021-06-09 | Update | Adam Stankiewicz | 2 | -7/+7 | |
2021-06-09 | Update | Adam Stankiewicz | 2 | -0/+5 | |
2021-06-09 | Add OpenSCAD support, closes #702 | Adam Stankiewicz | 2 | -0/+5 | |
2021-06-09 | Fix script indentation inside html, closes #693 | Adam Stankiewicz | 2 | -6/+0 | |
2021-06-09 | Fix loading of rust autoload functions, fixes #686 | Adam Stankiewicz | 1 | -1/+0 | |
2021-06-09 | Disable languages also from heuristics, fixes #673 | Adam Stankiewicz | 1 | -5/+17 | |
2021-06-09 | Enable jsdoc highlighting by default, fixes #667 | Adam Stankiewicz | 1 | -0/+3 | |
2021-06-09 | De-duplicate runtime heuristic autocommands | Adam Stankiewicz | 1 | -33/+33 | |
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 | |
Workaround for: E117: Unknown function: i:len E15: Invalid expression: rtp[i:len(rtp)-1] | |||||
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 | |
Co-authored-by: SebastienElet <sebastien@elet.fr> | |||||
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 | |
Co-authored-by: Collin Styles <collin.styles@mycase.com> | |||||
2021-01-01 | Add support for gleam, closes #655 | Adam Stankiewicz | 1 | -0/+1 | |
Co-authored-by: Jeff Kreeftmeijer <jeffkreeftmeijer@gmail.com> | |||||
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 | |
Co-authored-by: NICHTJ3 <nicholsontrent@gmail.com> | |||||
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 | |
On Windows, should handle both slash and backslash as the path separator in checking a path in 'rtp'. | |||||
2020-10-25 | Respect symlinks for resolving vim-polyglot as fallback, closes #605 | Adam Stankiewicz | 1 | -0/+64 | |