Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-10-07 | Fix vim 8 package manager, closes #574 | Adam Stankiewicz | 1 | -0/+3 | |
2020-10-02 | Resolve issues with loading order, closes #571v4.13.1 | Adam Stankiewicz | 1 | -9/+0 | |
2020-09-30 | Document how to install with vim8 packages | Adam Stankiewicz | 1 | -0/+9 | |
2020-09-08 | Fix auto-detecting indent, closes #540v4.9.4 | Adam Stankiewicz | 1 | -167/+0 | |
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 | 1 | -0/+5 | |
2020-09-04 | Fix detection of indentation, #537 | Adam Stankiewicz | 2 | -166/+149 | |
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 | 1 | -1/+6 | |
2020-09-01 | Automatically detect indentation, closes #529v4.8.0 | Adam Stankiewicz | 1 | -0/+164 | |