Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-09-15 | Fix eruby filetype detect, closes #547v4.9.10v4.10.1 | Adam Stankiewicz | 11 | -1218/+1233 | |
2020-09-15 | Update | Adam Stankiewicz | 8 | -16/+34 | |
2020-09-13 | Fix build, closes #548 | Adam Stankiewicz | 1 | -2/+2 | |
2020-09-13 | Fix build, closes #548 | Adam Stankiewicz | 1 | -0/+2 | |
2020-09-12 | Update | Adam Stankiewicz | 2 | -3/+10 | |
2020-09-11 | Make warning more clear, #546 | Adam Stankiewicz | 1 | -1/+1 | |
2020-09-10 | Improve issue template | Adam Stankiewicz | 1 | -4/+1 | |
2020-09-10 | Improve issue template | Adam Stankiewicz | 3 | -23/+12 | |
2020-09-10 | Add odin support, closes #544 | Adam Stankiewicz | 10 | -60/+263 | |
2020-09-10 | Automatically detect script filetype when typingv4.10.0 | Adam Stankiewicz | 4 | -26/+43 | |
2020-09-10 | Fix filetype detection and docini filetypesv4.9.9 | Adam Stankiewicz | 8 | -67/+292 | |
2020-09-10 | Fix jsx indentation, closes #543v4.9.8 | Adam Stankiewicz | 10 | -411/+355 | |
2020-09-10 | Update | Adam Stankiewicz | 18 | -129/+183 | |
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 | Transcompile ..= operator to support old vims, fixes #542 | Adam Stankiewicz | 2 | -2/+4 | |
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 | Add expect (fix tests) | Adam Stankiewicz | 1 | -1/+1 | |
2020-09-08 | Fix some ftdetect issues from tests | Adam Stankiewicz | 9 | -13/+538 | |
2020-09-08 | Fix auto-detecting indent, closes #540v4.9.4 | Adam Stankiewicz | 2 | -167/+156 | |
2020-09-06 | Add heuristics for .h extension | Adam Stankiewicz | 8 | -25/+107 | |
2020-09-06 | Add more apache filetypes | Adam Stankiewicz | 4 | -14/+49 | |
2020-09-06 | Add support for Visual Basic and Basic | Adam Stankiewicz | 13 | -156/+925 | |
2020-09-06 | Remove stephpy/vim-yaml syntaxv4.9.3 | Adam Stankiewicz | 4 | -83/+1 | |
It causes issues: - https://github.com/dracula/vim/pull/163 - https://github.com/stephpy/vim-yaml/issues/22 | |||||
2020-09-06 | Remove empty blocks | Adam Stankiewicz | 2 | -34/+11 | |
2020-09-06 | Ensure duplicate tags do not happen in the future, #538 | Adam Stankiewicz | 1 | -0/+5 | |
2020-09-06 | Fix weird indentation issue of yaml | Adam Stankiewicz | 9 | -10/+455 | |
2020-09-06 | Ignore idris2 doc, fixes #538 | Adam Stankiewicz | 2 | -158/+2 | |
2020-09-05 | Add support for Idris2, closes #534 (#535) | CodingCellist | 19 | -7/+982 | |
2020-09-04 | Ignore files from homedir and root for indentv4.9.2 | Adam Stankiewicz | 1 | -0/+4 | |
https://github.com/tpope/vim-sleuth/pull/57 | |||||
2020-09-04 | Do not set indent on by default | Adam Stankiewicz | 1 | -4/+0 | |
https://github.com/tpope/vim-sleuth/issues/21 | |||||
2020-09-04 | Fix detecting indentation in some CSS | Adam Stankiewicz | 1 | -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-04 | Ignore heredoc when detecting indentv4.9.1 | Adam Stankiewicz | 1 | -0/+13 | |
2020-09-04 | Synchronize shiftwidth with tabstop by defaultv4.9.0 | Adam Stankiewicz | 4 | -76/+18 | |
2020-09-04 | Fix detection of indentation, #537 | Adam Stankiewicz | 4 | -383/+366 | |
2020-09-04 | Let user select tabstop, by not changing it | Adam Stankiewicz | 1 | -3/+0 | |
2020-09-04 | Allow to disable autoindent with g:polyglot_disabled | Adam Stankiewicz | 2 | -2/+13 | |
2020-09-04 | Switch to neovim version of help filetype, fixes #536 | Adam Stankiewicz | 6 | -93/+149 | |
2020-09-03 | Update contribution info | Adam Stankiewicz | 1 | -1/+1 | |
2020-09-03 | Add test for terraform | Adam Stankiewicz | 1 | -0/+1 | |
2020-09-03 | Disable native autocommands when appropriate, fixes #533v4.8.1 | Adam Stankiewicz | 4 | -46/+274 | |
2020-09-01 | Automatically detect indentation, closes #529v4.8.0 | Adam Stankiewicz | 4 | -1/+420 | |