Age | Commit message (Expand) | Author | Files | Lines |
2020-10-17 | Fix testsv4.13.4 | Adam Stankiewicz | 1 | -4/+26 |
2020-10-17 | Change implementation of observing, fixes #584 | Adam Stankiewicz | 1 | -2/+2 |
2020-10-17 | Fix detecting indentation, closes #590 | Adam Stankiewicz | 1 | -3/+2 |
2020-10-16 | Handle most warnings | Adam Stankiewicz | 1 | -1445/+3 |
2020-10-14 | Check indentation with 1024 lines as fallback, fixes #588 | Adam Stankiewicz | 1 | -0/+3 |
2020-10-14 | Make sure custom ftdetect is loaded, fixes #587 | Adam Stankiewicz | 1 | -0/+9 |
2020-10-14 | Add and fix tests from upstream vim | Adam Stankiewicz | 1 | -80/+81 |
2020-10-09 | Relax previous commit a bit | Adam Stankiewicz | 1 | -1/+1 |
2020-10-09 | Fix detecting of some filetypes, closes #579 | Adam Stankiewicz | 1 | -10/+10 |
2020-10-08 | Fix markdown and other highlighting, #578 | Adam Stankiewicz | 1 | -5/+5 |
2020-10-07 | Fix test and loading of filetypes, closes #577v4.13.2 | Adam Stankiewicz | 1 | -0/+1 |
2020-10-07 | Remove context from packages, fixes #575 | Adam Stankiewicz | 1 | -4/+0 |
2020-10-07 | Remove man plugin from vim, it does not work for nvim, closes #576 | Adam Stankiewicz | 1 | -4/+0 |
2020-10-06 | Add all vim filetypes | Adam Stankiewicz | 1 | -1/+1580 |
2020-10-06 | Add extensions to vlang | Adam Stankiewicz | 1 | -1/+1 |
2020-10-04 | Add some missing filetypes | Adam Stankiewicz | 1 | -131/+16 |
2020-10-04 | Add comments for some extensions + test | Adam Stankiewicz | 1 | -98/+52 |
2020-10-04 | Address BufWritePost error, fixes #573 | Adam Stankiewicz | 1 | -37/+30 |
2020-10-02 | Disable vim-polyglot for compatible mode | Adam Stankiewicz | 1 | -0/+5 |
2020-10-02 | Do not use ++once to support older vims, fixes #7056 | Adam Stankiewicz | 1 | -53/+54 |
2020-10-02 | Resolve issues with loading order, closes #571v4.13.1 | Adam Stankiewicz | 1 | -0/+3434 |
2020-09-30 | Reduce startup time by avoiding calling slow au! | Adam Stankiewicz | 1 | -1206/+0 |
2020-09-29 | Deduplicate polyglot files | Adam Stankiewicz | 1 | -1/+2 |
2020-09-29 | Modularize lazy loading of polyglot parts | Adam Stankiewicz | 1 | -36/+37 |
2020-09-29 | Make loading faster for ambiguous extensions | Adam Stankiewicz | 1 | -643/+223 |
2020-09-29 | Prevent warning for ps1xml heuristics, #570 | Adam Stankiewicz | 1 | -1/+1 |
2020-09-29 | Remove ambiguity for terraform files, #570 | Adam Stankiewicz | 1 | -1/+1 |
2020-09-29 | Fix detection of conf files, closes #569 | Adam Stankiewicz | 1 | -22/+30 |
2020-09-28 | Make ftdetect even shorter | Adam Stankiewicz | 1 | -331/+147 |
2020-09-28 | Make generated file bit shorter | Adam Stankiewicz | 1 | -605/+100 |
2020-09-28 | Fix all warning messages | Adam Stankiewicz | 1 | -2/+4 |
2020-09-28 | Fix many extensions detection | Adam Stankiewicz | 1 | -4/+20 |
2020-09-28 | Fix zsh missing filenames | Adam Stankiewicz | 1 | -1/+4 |
2020-09-28 | Add missing filetypes for sql | Adam Stankiewicz | 1 | -0/+26 |
2020-09-28 | Add missing filetypes for systemd | Adam Stankiewicz | 1 | -0/+8 |
2020-09-28 | Show warnings only for DEV build | Adam Stankiewicz | 1 | -1/+5 |
2020-09-28 | Fix some missing extensions warnings | Adam Stankiewicz | 1 | -2/+7 |
2020-09-27 | Set indentation only locally, fixes #564v4.12.1 | Adam Stankiewicz | 1 | -2/+2 |
2020-09-26 | Fix neovim warning, closes #563 | Adam Stankiewicz | 1 | -2/+2 |
2020-09-25 | Update filenames for gitignore | Adam Stankiewicz | 1 | -0/+2 |
2020-09-24 | Add support for .gitignore highlighting | Adam Stankiewicz | 1 | -0/+4 |
2020-09-24 | Improve django filetype detection, closes #560v4.12.0 | Adam Stankiewicz | 1 | -1/+9 |
2020-09-24 | Add warning to generated files | Adam Stankiewicz | 1 | -2/+2 |
2020-09-24 | Extract non-generated code to polyglot.vim | Adam Stankiewicz | 1 | -27/+6 |
2020-09-24 | Fix django highlighting, fixes #553 | Adam Stankiewicz | 1 | -15/+20 |
2020-09-23 | Allow to disable only syntax highlighting, #556v4.11.0 | Adam Stankiewicz | 1 | -1/+12 |
2020-09-22 | Update tests location | Adam Stankiewicz | 1 | -0/+4 |
2020-09-16 | Get rid of s:Setf helper | Adam Stankiewicz | 1 | -883/+883 |
2020-09-16 | Write heuristics for perl, closes #550v4.10.2 | Adam Stankiewicz | 1 | -24/+117 |
2020-09-15 | Fix eruby filetype detect, closes #547v4.9.10v4.10.1 | Adam Stankiewicz | 1 | -945/+951 |