Age | Commit message (Expand) | Author | Files | Lines |
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 |
2020-09-11 | Make warning more clear, #546 | Adam Stankiewicz | 1 | -1/+1 |
2020-09-10 | Add odin support, closes #544 | Adam Stankiewicz | 1 | -0/+4 |
2020-09-10 | Automatically detect script filetype when typingv4.10.0 | Adam Stankiewicz | 1 | -7/+16 |
2020-09-10 | Fix filetype detection and docini filetypesv4.9.9 | Adam Stankiewicz | 1 | -29/+168 |
2020-09-10 | Update | Adam Stankiewicz | 1 | -4/+4 |
2020-09-09 | Remove debugging code...v4.9.7 | Adam Stankiewicz | 1 | -3/+0 |
2020-09-09 | Finally fix issues with tab detection, #541v4.9.6 | Adam Stankiewicz | 1 | -1/+5 |
2020-09-09 | Fix b:sleuth_culprit for tabs | Adam Stankiewicz | 1 | -1/+3 |
2020-09-09 | Show full path in b:sleuth_culprit | Adam Stankiewicz | 1 | -2/+2 |
2020-09-09 | Last fixes to b:sleuth_culprit | Adam Stankiewicz | 1 | -2/+5 |
2020-09-09 | Make b:sleuth_culprit more readable | Adam Stankiewicz | 1 | -1/+3 |
2020-09-09 | Show warning if g:polyglot_disabled is not at the top of .vimrcv4.9.5 | Adam Stankiewicz | 1 | -0/+16 |
2020-09-09 | Make it easier to debug indentation issues, #542 | Adam Stankiewicz | 1 | -0/+5 |
2020-09-09 | Add missing functions from Sleuth, #541 | Adam Stankiewicz | 1 | -0/+14 |
2020-09-09 | Fix disabling autoindent, #541 | Adam Stankiewicz | 1 | -2/+1 |
2020-09-09 | Fix disabling autoindent, closes #541 | Adam Stankiewicz | 1 | -123/+121 |
2020-09-08 | Fix some ftdetect issues from tests | Adam Stankiewicz | 1 | -3/+18 |