Age | Commit message (Expand) | Author | Files | Lines |
2020-10-23 | Set default tabstop to 2, but only if not changedv4.15.1 | Adam Stankiewicz | 1 | -0/+4 |
2020-10-23 | Prevent setting expandtab by default, closes #599 | Adam Stankiewicz | 1 | -6/+0 |
2020-10-23 | Set only softtabstop, not tabstop, fixes #600 | Adam Stankiewicz | 1 | -3/+1 |
2020-10-21 | Add missing menu file, fixes #597 | Adam Stankiewicz | 1 | -0/+1199 |
2020-10-21 | Fix deteting tab indents, closes #596 | Adam Stankiewicz | 1 | -1/+3 |
2020-10-19 | Improve autoindent heuristics (count diff of multiple lines of same indent) | Adam Stankiewicz | 1 | -10/+17 |
2020-10-19 | Use conf for /etc/hosts, fixes #595 | Adam Stankiewicz | 2 | -1/+2 |
2020-10-19 | Count only increments in indent, also respect ftplugin settings | Adam Stankiewicz | 1 | -9/+4 |
2020-10-19 | Improve indent heuristics (count increments / decrements), fixes #592v4.15.0 | Adam Stankiewicz | 1 | -24/+55 |
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 | 2 | -42/+8 |
2020-10-19 | Allow 6-spaces indent and do not set tabstop if changed | Adam Stankiewicz | 1 | -2/+4 |
2020-10-19 | Change link to vim repository | Adam Stankiewicz | 1 | -1/+1 |
2020-10-19 | Change ascii art | Adam Stankiewicz | 1 | -9/+7 |
2020-10-19 | Add doc for polyglot | Adam Stankiewicz | 1 | -0/+31 |
2020-10-19 | Remove docs so docs of installed plugins are up to date | Adam Stankiewicz | 37 | -12978/+2 |
2020-10-19 | Move comment about polyglot_disabled | Adam Stankiewicz | 1 | -2/+2 |
2020-10-19 | Prevent break in readme | Adam Stankiewicz | 1 | -1/+1 |
2020-10-19 | Make readme little shorter | Adam Stankiewicz | 1 | -4/+0 |
2020-10-19 | Mention I recommend using plug | Adam Stankiewicz | 1 | -1/+1 |
2020-10-19 | Improve syntax highlighting of the readme | Adam Stankiewicz | 1 | -1/+1 |
2020-10-19 | Mention nocompatible in the .vimrc | Adam Stankiewicz | 1 | -1/+7 |
2020-10-19 | Add docs about sensible | Adam Stankiewicz | 1 | -5/+15 |
2020-10-19 | Add vim-sensible defaults by defaultv4.14.0 | Adam Stankiewicz | 1 | -0/+128 |
2020-10-19 | Allow vim-polyglot to load in non-compatible mode | Adam Stankiewicz | 6 | -15/+28 |
2020-10-19 | Do not set tabstop by mistake | Adam Stankiewicz | 1 | -1/+0 |
2020-10-18 | Autodetect only 2, 3, 4, or 8 space indent, fixes #592 | Adam Stankiewicz | 1 | -8/+15 |
2020-10-18 | Do not set nocompatible mode, fixes #593 | Adam Stankiewicz | 1 | -3/+0 |
2020-10-18 | Add regression test | Adam Stankiewicz | 1 | -0/+4 |
2020-10-18 | Leave only filetype detect for context, closes #575 | Adam Stankiewicz | 6 | -539/+0 |
2020-10-18 | Leave only filetype detection for man, #576 | Adam Stankiewicz | 6 | -331/+40 |
2020-10-17 | Set nocompatible mode instead of checking it | Adam Stankiewicz | 1 | -13/+3 |
2020-10-17 | Make sure custom scripts.vim are respected as well | Adam Stankiewicz | 11 | -89/+2376 |
2020-10-17 | Make sure polyglot_disable does not skip native vim files, fixes #591v4.13.5 | Adam Stankiewicz | 2 | -12/+15 |
2020-10-17 | Fix testsv4.13.4 | Adam Stankiewicz | 18 | -14/+1298 |
2020-10-17 | Change implementation of observing, fixes #584 | Adam Stankiewicz | 1 | -2/+2 |
2020-10-17 | Fix detecting indentation, closes #590 | Adam Stankiewicz | 1 | -3/+2 |
2020-10-16 | Handle most warnings | Adam Stankiewicz | 1 | -1445/+3 |
2020-10-16 | Add extensions to the readme | Adam Stankiewicz | 2 | -135/+153 |
2020-10-16 | Use language names instead of filetype names | Adam Stankiewicz | 2 | -148/+156 |
2020-10-16 | Update | Adam Stankiewicz | 21 | -221/+493 |
2020-10-16 | Mention filetypes in the readme | Adam Stankiewicz | 2 | -144/+151 |
2020-10-14 | Alaways use native vim syntax, fixes #582v4.13.3 | Adam Stankiewicz | 6 | -1206/+4 |
2020-10-14 | Check indentation with 1024 lines as fallback, fixes #588 | Adam Stankiewicz | 1 | -0/+3 |
2020-10-14 | Improve django detection, closes #585 | Adam Stankiewicz | 3 | -2/+3 |
2020-10-14 | Make sure custom ftdetect is loaded, fixes #587 | Adam Stankiewicz | 1 | -0/+9 |
2020-10-14 | Add and fix tests from upstream vim | Adam Stankiewicz | 24 | -300/+1787 |
2020-10-09 | Relax previous commit a bit | Adam Stankiewicz | 2 | -2/+2 |
2020-10-09 | Fix detecting of some filetypes, closes #579 | Adam Stankiewicz | 8 | -29/+69 |
2020-10-08 | Fix encoding of vim files | Adam Stankiewicz | 22 | -26/+30 |