summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-09-10UpdateAdam Stankiewicz18-129/+183
2020-09-09Remove debugging code...v4.9.7Adam Stankiewicz1-3/+0
2020-09-09Finally fix issues with tab detection, #541v4.9.6Adam Stankiewicz1-1/+5
2020-09-09Fix b:sleuth_culprit for tabsAdam Stankiewicz1-1/+3
2020-09-09Show full path in b:sleuth_culpritAdam Stankiewicz1-2/+2
2020-09-09Last fixes to b:sleuth_culpritAdam Stankiewicz1-2/+5
2020-09-09Make b:sleuth_culprit more readableAdam Stankiewicz1-1/+3
2020-09-09Show warning if g:polyglot_disabled is not at the top of .vimrcv4.9.5Adam Stankiewicz1-0/+16
2020-09-09Make it easier to debug indentation issues, #542Adam Stankiewicz1-0/+5
2020-09-09Transcompile ..= operator to support old vims, fixes #542Adam Stankiewicz2-2/+4
2020-09-09Add missing functions from Sleuth, #541Adam Stankiewicz1-0/+14
2020-09-09Fix disabling autoindent, #541Adam Stankiewicz1-2/+1
2020-09-09Fix disabling autoindent, closes #541Adam Stankiewicz1-123/+121
2020-09-08Add expect (fix tests)Adam Stankiewicz1-1/+1
2020-09-08Fix some ftdetect issues from testsAdam Stankiewicz9-13/+538
2020-09-08Fix auto-detecting indent, closes #540v4.9.4Adam Stankiewicz2-167/+156
2020-09-06Add heuristics for .h extensionAdam Stankiewicz8-25/+107
2020-09-06Add more apache filetypesAdam Stankiewicz4-14/+49
2020-09-06Add support for Visual Basic and BasicAdam Stankiewicz13-156/+925
2020-09-06Remove stephpy/vim-yaml syntaxv4.9.3Adam Stankiewicz4-83/+1
It causes issues: - https://github.com/dracula/vim/pull/163 - https://github.com/stephpy/vim-yaml/issues/22
2020-09-06Remove empty blocksAdam Stankiewicz2-34/+11
2020-09-06Ensure duplicate tags do not happen in the future, #538Adam Stankiewicz1-0/+5
2020-09-06Fix weird indentation issue of yamlAdam Stankiewicz9-10/+455
2020-09-06Ignore idris2 doc, fixes #538Adam Stankiewicz2-158/+2
2020-09-05Add support for Idris2, closes #534 (#535)CodingCellist19-7/+982
2020-09-04Ignore files from homedir and root for indentv4.9.2Adam Stankiewicz1-0/+4
https://github.com/tpope/vim-sleuth/pull/57
2020-09-04Do not set indent on by defaultAdam Stankiewicz1-4/+0
https://github.com/tpope/vim-sleuth/issues/21
2020-09-04Fix detecting indentation in some CSSAdam Stankiewicz1-1/+1
This is done by ignoring lines that don't have any alphanumeric characters, e.g. following would be detected as 4-spaces indentation instead of 2-spaces .android { height: 404px; width: 334px; margin: 100px auto; } https://github.com/tpope/vim-sleuth/issues/22
2020-09-04Ignore heredoc when detecting indentv4.9.1Adam Stankiewicz1-0/+13
2020-09-04Synchronize shiftwidth with tabstop by defaultv4.9.0Adam Stankiewicz4-76/+18
2020-09-04Fix detection of indentation, #537Adam Stankiewicz4-383/+366
2020-09-04Let user select tabstop, by not changing itAdam Stankiewicz1-3/+0
2020-09-04Allow to disable autoindent with g:polyglot_disabledAdam Stankiewicz2-2/+13
2020-09-04Switch to neovim version of help filetype, fixes #536Adam Stankiewicz6-93/+149
2020-09-03Update contribution infoAdam Stankiewicz1-1/+1
2020-09-03Add test for terraformAdam Stankiewicz1-0/+1
2020-09-03Disable native autocommands when appropriate, fixes #533v4.8.1Adam Stankiewicz4-46/+274
2020-09-01Automatically detect indentation, closes #529v4.8.0Adam Stankiewicz4-1/+420
2020-09-01Fix reason filetype detection, closes #532v4.7.1Adam Stankiewicz7-10/+44
2020-09-01Add sql support for javascriptv4.7.0Adam Stankiewicz5-1/+42
2020-09-01Remove vim-sql-syntax, #528v4.6.1Adam Stankiewicz22-317/+20
2020-09-01Some major updates including heuristicsv4.6.0Adam Stankiewicz77-3920/+10775
- 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-29add missing period to fix mako detection (#530)Tim Bedard2-3/+3
2020-08-27Buildv4.5.5Adam Stankiewicz2-8/+6
2020-08-27Make sure all extensions are coveredAdam Stankiewicz3-79/+247
2020-08-27Fix ocaml and dune ftdetectv4.5.4Adam Stankiewicz3-1/+37
2020-08-25BuildAdam Stankiewicz1-2/+6
2020-08-25Add missing newlines (#527)Tim Bedard1-2/+2
2020-08-25Fix ansible ftdetectAdam Stankiewicz3-6/+8
2020-08-25Fix ansible ftdetectAdam Stankiewicz4-17/+33