Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-12-30 | Revert "Check changes for focus event, improves #638" | Adam Stankiewicz | 1 | -17/+1 | |
It's because it additionally changes cursor to vertical bar. I need to disable this behavior and make it compatible with plugins that enable vertical cursor... This reverts commit 44e79fc935004c2e67fc39a77266d0f06e29d920. | |||||
2020-12-30 | Check changes for focus event, improves #638 | Adam Stankiewicz | 1 | -1/+17 | |
2020-10-25 | Fix loading when vim8 packages are used | Adam Stankiewicz | 1 | -1/+1 | |
2020-10-25 | Preserve loading order of plugins, fixes #608 | Adam Stankiewicz | 1 | -1/+1 | |
2020-10-25 | Respect symlinks for resolving vim-polyglot as fallback, closes #605 | Adam Stankiewicz | 1 | -1/+1 | |
2020-10-24 | Fix warning in command line window, closes #604 | Adam Stankiewicz | 1 | -1/+1 | |
2020-10-24 | Do not set checktime if already set | Adam Stankiewicz | 1 | -0/+11 | |
2020-10-24 | Make editing same file in multiple vim instances seamlessv4.16.0 | Adam Stankiewicz | 1 | -0/+5 | |
2020-10-24 | Allow to override incsearch, #603 | Adam Stankiewicz | 1 | -13/+3 | |
2020-10-24 | Fix disabling sensible settings, closes #602 | Adam Stankiewicz | 1 | -1/+1 | |
2020-10-19 | Use spaces instead of tabsv4.14.1 | Adam Stankiewicz | 1 | -74/+74 | |
2020-10-19 | Remove non-relevant sensible settings | Adam Stankiewicz | 1 | -41/+7 | |
https://github.com/sheerun/vim-polyglot/commit/233a817f05ba73574539ed7395bde49d183a807a | |||||
2020-10-19 | Add vim-sensible defaults by defaultv4.14.0 | Adam Stankiewicz | 1 | -0/+128 | |
2020-10-17 | Make sure custom scripts.vim are respected as well | Adam Stankiewicz | 1 | -1/+7 | |
2020-10-17 | Make sure polyglot_disable does not skip native vim files, fixes #591v4.13.5 | Adam Stankiewicz | 1 | -1/+1 | |
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 | |