Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | 4 | -706/+392 | |
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 | -1/+2 | |
2020-09-29 | Remove {{ }} from detecting htmldjango, #560 | Adam Stankiewicz | 1 | -1/+1 | |
2020-09-28 | Fix all warning messages | Adam Stankiewicz | 1 | -2/+2 | |
2020-09-28 | Fix many extensions detection | Adam Stankiewicz | 1 | -6/+6 | |
2020-09-28 | Fix zsh missing filenames | Adam Stankiewicz | 1 | -1/+1 | |
2020-09-28 | Add missing filetypes for sql | Adam Stankiewicz | 1 | -1/+1 | |
2020-09-28 | Add missing filetypes for systemd | Adam Stankiewicz | 1 | -1/+1 | |
2020-09-28 | Show warnings only for DEV build | Adam Stankiewicz | 1 | -1/+1 | |
2020-09-28 | Fix some missing extensions warnings | Adam Stankiewicz | 1 | -1/+1 | |
2020-09-27 | Set indentation only locally, fixes #564v4.12.1 | Adam Stankiewicz | 2 | -5/+15 | |
2020-09-26 | Fix neovim warning, closes #563 | Adam Stankiewicz | 1 | -2/+2 | |
2020-09-25 | Change gitignore provider | Adam Stankiewicz | 1 | -0/+41 | |
2020-09-24 | Add support for .gitignore highlighting | Adam Stankiewicz | 1 | -21/+22 | |
2020-09-24 | Improve django filetype detection, closes #560v4.12.0 | Adam Stankiewicz | 1 | -9/+11 | |
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 | -48/+364 | |
2020-09-24 | Fix django highlighting, fixes #553 | Adam Stankiewicz | 2 | -5/+6 | |
2020-09-24 | Improve html heuristics | Adam Stankiewicz | 1 | -1/+4 | |
2020-09-23 | Fix detecting jinja templates, #553 | Adam Stankiewicz | 1 | -0/+6 | |
2020-09-22 | Build | Adam Stankiewicz | 3 | -2/+7 | |
2020-09-16 | Get rid of s:Setf helper | Adam Stankiewicz | 1 | -68/+60 | |
2020-09-16 | Write heuristics for perl, closes #550v4.10.2 | Adam Stankiewicz | 2 | -9/+102 | |
2020-09-15 | Fix eruby filetype detect, closes #547v4.9.10v4.10.1 | Adam Stankiewicz | 2 | -40/+48 | |
2020-09-10 | Add odin support, closes #544 | Adam Stankiewicz | 2 | -20/+17 | |
2020-09-10 | Automatically detect script filetype when typingv4.10.0 | Adam Stankiewicz | 1 | -17/+23 | |
2020-09-10 | Fix filetype detection and docini filetypesv4.9.9 | Adam Stankiewicz | 1 | -3/+3 | |
2020-09-10 | Update | Adam Stankiewicz | 1 | -0/+8 | |
2020-09-08 | Fix some ftdetect issues from tests | Adam Stankiewicz | 2 | -4/+5 | |
2020-09-06 | Add heuristics for .h extension | Adam Stankiewicz | 2 | -5/+24 | |
2020-09-06 | Add more apache filetypes | Adam Stankiewicz | 1 | -1/+1 | |
2020-09-06 | Add support for Visual Basic and Basic | Adam Stankiewicz | 2 | -0/+12 | |
2020-09-05 | Add support for Idris2, closes #534 (#535) | CodingCellist | 4 | -3/+50 | |
2020-09-04 | Fix detection of indentation, #537 | Adam Stankiewicz | 1 | -215/+215 | |
2020-09-04 | Switch to neovim version of help filetype, fixes #536 | Adam Stankiewicz | 1 | -63/+48 | |
2020-09-03 | Disable native autocommands when appropriate, fixes #533v4.8.1 | Adam Stankiewicz | 1 | -10/+10 | |
2020-09-01 | Automatically detect indentation, closes #529v4.8.0 | Adam Stankiewicz | 1 | -0/+221 | |
2020-09-01 | Fix reason filetype detection, closes #532v4.7.1 | Adam Stankiewicz | 1 | -0/+10 | |
2020-09-01 | Remove vim-sql-syntax, #528v4.6.1 | Adam Stankiewicz | 2 | -2/+2 | |
2020-09-01 | Some major updates including heuristicsv4.6.0 | Adam Stankiewicz | 3 | -0/+852 | |
- Allow to define heuristics in heuristics.yaml - Migrate all filetypes from vim beginning with "a" - Remove enhanced cpp syntax (it was too slow to load) - Use setf instead of set ft for setting filetype (faster) - Override native hauristics with au! - Add globbing of files for packages - Replace predefined dirs with extra_dirs and ignored_dirs - Allow to define proper order of packages with topological sort - Fix powershell detection - Lint and fix many packages.yaml issues - etc etd | |||||
2020-08-24 | Remove vifm and test all filetypes | Adam Stankiewicz | 2 | -53/+0 | |
2020-08-24 | Remove some custom dirs config | Adam Stankiewicz | 3 | -0/+1505 | |
2020-08-18 | Add requirements.txt support, closes #507v4.5.0 | Adam Stankiewicz | 1 | -0/+36 | |
2020-08-18 | Add jsonnet support, closes #515 | Adam Stankiewicz | 1 | -0/+129 | |
2020-08-14 | Fix svelte branch name, closes #522 | Adam Stankiewicz | 1 | -1/+1 | |