Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-06-09 | Update | Adam Stankiewicz | 1 | -0/+4 | |
2021-06-09 | Add OpenSCAD support, closes #702 | Adam Stankiewicz | 1 | -0/+4 | |
2021-06-09 | Fix script indentation inside html, closes #693 | Adam Stankiewicz | 1 | -5/+0 | |
2021-06-09 | Fix loading of rust autoload functions, fixes #686 | Adam Stankiewicz | 1 | -1/+0 | |
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 | 1 | -1/+1 | |
2021-06-09 | Use more modern haxe package, closes #340 | Adam Stankiewicz | 1 | -0/+4 | |
2021-06-04 | Fix detection of racket filetype, closes #720 | Adam Stankiewicz | 1 | -1/+1 | |
2021-06-01 | Update | Adam Stankiewicz | 1 | -1/+1 | |
2021-04-14 | Do not touch nofileignorecase setting, fixes #694 | Adam Stankiewicz | 1 | -3/+0 | |
2021-04-14 | Update | Adam Stankiewicz | 1 | -0/+4 | |
2021-04-14 | Remove mm from xml extensions, fixes #699 | Adam Stankiewicz | 1 | -1/+1 | |
2021-04-14 | Remove .rs extension from xml, closes #682 | Adam Stankiewicz | 1 | -1/+1 | |
2021-04-14 | Update | Adam Stankiewicz | 1 | -3/+3 | |
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 | 1 | -3/+3 | |
2021-01-14 | Prevent overriding filetype set, fixes #663 | Adam Stankiewicz | 1 | -1/+1 | |
2021-01-14 | Update | Adam Stankiewicz | 1 | -1/+1 | |
2021-01-03 | Add hjson, closes #659 | Adam Stankiewicz | 1 | -0/+4 | |
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 | -3/+25 | |
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/+4 | |
Co-authored-by: Jeff Kreeftmeijer <jeffkreeftmeijer@gmail.com> | |||||
2021-01-01 | Detect filetype only if not set, fixes #656 | Adam Stankiewicz | 1 | -2/+2 | |
2021-01-01 | Improve disabling ftdetect | Adam Stankiewicz | 1 | -10/+10 | |
2021-01-01 | Allow to disable ftdetect scripts, closes #657 | Adam Stankiewicz | 1 | -0/+4 | |
2020-12-30 | Add jsonc, closes #635 | Adam Stankiewicz | 1 | -0/+4 | |
2020-12-30 | Enable again swapfiles, fixes #638 | Adam Stankiewicz | 1 | -2/+19 | |
2020-12-29 | Fix detecting conf filetype, closes #641 | Adam Stankiewicz | 1 | -4/+3 | |
2020-12-29 | Move setting default tabstop to sensible part | Adam Stankiewicz | 1 | -18/+20 | |
2020-12-29 | Set shiftwidth to tabstop if greather, fixes #648 | Adam Stankiewicz | 1 | -0/+4 | |
Also should fix situations like in #654 | |||||
2020-12-29 | Add mint-language, closes #653 | Adam Stankiewicz | 1 | -0/+4 | |
Co-authored-by: NICHTJ3 <nicholsontrent@gmail.com> | |||||
2020-11-27 | Removes `set incsearch` which was copied from vim-sensible (#640) | Carl-Philipp Jung | 1 | -3/+0 | |
2020-11-18 | Update | Adam Stankiewicz | 1 | -6/+6 | |
2020-11-17 | Fix neovim :Tutor filetype detection (#631) | Dawid Potocki | 1 | -0/+4 | |
2020-11-04 | Revert "Rename cpo_save variable to prevent conflicts, fixes #619" | Adam Stankiewicz | 1 | -3/+3 | |
This reverts commit d96f11bcd81231af1540e164152bfba11002bee9. | |||||
2020-11-02 | fix undefined cpo_save (#623) | Fabien RAJAONARISON | 1 | -3/+5 | |
2020-11-02 | Restore cpoptions before recursive ftdetect read, fixes #619 (#621) | Cookies | 1 | -0/+8 | |
2020-11-02 | Do not use [0:-1] syntax, fixes #616 | Adam Stankiewicz | 1 | -4/+4 | |
2020-11-02 | Rename cpo_save variable to prevent conflicts, fixes #619 | Adam Stankiewicz | 1 | -3/+3 | |
2020-10-27 | Add support for PEG syntax (#615) | Sinos | 1 | -0/+4 | |
* feat: add pest syntax * feat: add pest into packages * feat: increase the package count | |||||
2020-10-26 | Add all paths, fixes #612 | Adam Stankiewicz | 1 | -1/+1 | |
2020-10-26 | Use nroff filetype for man pages, closes #611 | Adam Stankiewicz | 1 | -4/+1 | |
2020-10-25 | Preserve loading order of plugins, fixes #608 | Adam Stankiewicz | 1 | -602/+677 | |
2020-10-25 | Respect symlinks for resolving vim-polyglot as fallback, closes #605 | Adam Stankiewicz | 1 | -623/+591 | |
2020-10-24 | Do not set checktime if already set | Adam Stankiewicz | 1 | -6/+0 | |
2020-10-24 | Make editing same file in multiple vim instances seamlessv4.16.0 | Adam Stankiewicz | 1 | -0/+10 | |
2020-10-24 | Allow to override incsearch, #603 | Adam Stankiewicz | 1 | -0/+15 | |
2020-10-24 | Fix shortcuts in plugins, fixes #566 | Adam Stankiewicz | 1 | -10/+14 | |