summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-09-13Fix build, closes #548Adam Stankiewicz1-2/+2
2020-09-13Fix build, closes #548Adam Stankiewicz1-0/+2
2020-09-12UpdateAdam Stankiewicz2-3/+10
2020-09-11Make warning more clear, #546Adam Stankiewicz1-1/+1
2020-09-10Improve issue templateAdam Stankiewicz1-4/+1
2020-09-10Improve issue templateAdam Stankiewicz3-23/+12
2020-09-10Add odin support, closes #544Adam Stankiewicz10-60/+263
2020-09-10Automatically detect script filetype when typingv4.10.0Adam Stankiewicz4-26/+43
2020-09-10Fix filetype detection and docini filetypesv4.9.9Adam Stankiewicz8-67/+292
2020-09-10Fix jsx indentation, closes #543v4.9.8Adam Stankiewicz10-411/+355
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