Age | Commit message (Expand) | Author | Files | Lines |
2020-10-24 | Make editing same file in multiple vim instances seamlessv4.16.0 | Adam Stankiewicz | 1 | -0/+10 |
2020-10-24 | Allow to override incsearch, #603 | Adam Stankiewicz | 1 | -0/+15 |
2020-10-24 | Fix shortcuts in plugins, fixes #566 | Adam Stankiewicz | 1 | -10/+14 |
2020-10-23 | Fix old nvim, closes #592 | Adam Stankiewicz | 1 | -2/+2 |
2020-10-23 | Count all multiplies for given indent, fixes #592 | Adam Stankiewicz | 1 | -2/+12 |
2020-10-23 | Respect shiftwidth if set by user or plugin | Adam Stankiewicz | 1 | -2/+4 |
2020-10-23 | Set softtabstop to -1 to allow chaging shiftwidth | Adam Stankiewicz | 1 | -2/+1 |
2020-10-23 | Set softtabstop to -1 to allow easy sw configuraton | Adam Stankiewicz | 1 | -0/+7 |
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 | 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 | 1 | -1/+1 |
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 | Allow 6-spaces indent and do not set tabstop if changed | Adam Stankiewicz | 1 | -2/+4 |
2020-10-19 | Allow vim-polyglot to load in non-compatible mode | Adam Stankiewicz | 1 | -0/+9 |
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-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 | 1 | -1/+1 |
2020-10-17 | Make sure polyglot_disable does not skip native vim files, fixes #591v4.13.5 | Adam Stankiewicz | 1 | -11/+14 |
2020-10-17 | Fix testsv4.13.4 | Adam Stankiewicz | 1 | -4/+26 |
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-14 | Check indentation with 1024 lines as fallback, fixes #588 | Adam Stankiewicz | 1 | -0/+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 | 1 | -80/+81 |
2020-10-09 | Relax previous commit a bit | Adam Stankiewicz | 1 | -1/+1 |
2020-10-09 | Fix detecting of some filetypes, closes #579 | Adam Stankiewicz | 1 | -10/+10 |
2020-10-08 | Fix markdown and other highlighting, #578 | Adam Stankiewicz | 1 | -5/+5 |
2020-10-07 | Fix test and loading of filetypes, closes #577v4.13.2 | Adam Stankiewicz | 1 | -0/+1 |
2020-10-07 | Remove context from packages, fixes #575 | Adam Stankiewicz | 1 | -4/+0 |
2020-10-07 | Remove man plugin from vim, it does not work for nvim, closes #576 | Adam Stankiewicz | 1 | -4/+0 |
2020-10-06 | Add all vim filetypes | Adam Stankiewicz | 1 | -1/+1580 |
2020-10-06 | Add extensions to vlang | Adam Stankiewicz | 1 | -1/+1 |
2020-10-04 | Add some missing filetypes | Adam Stankiewicz | 1 | -131/+16 |
2020-10-04 | Add comments for some extensions + test | Adam Stankiewicz | 1 | -98/+52 |
2020-10-04 | Address BufWritePost error, fixes #573 | Adam Stankiewicz | 1 | -37/+30 |
2020-10-02 | Disable vim-polyglot for compatible mode | Adam Stankiewicz | 1 | -0/+5 |
2020-10-02 | Do not use ++once to support older vims, fixes #7056 | Adam Stankiewicz | 1 | -53/+54 |
2020-10-02 | Resolve issues with loading order, closes #571v4.13.1 | Adam Stankiewicz | 1 | -0/+3434 |
2020-09-30 | Reduce startup time by avoiding calling slow au! | Adam Stankiewicz | 1 | -1206/+0 |
2020-09-29 | Deduplicate polyglot files | Adam Stankiewicz | 1 | -1/+2 |
2020-09-29 | Modularize lazy loading of polyglot parts | Adam Stankiewicz | 1 | -36/+37 |
2020-09-29 | Make loading faster for ambiguous extensions | Adam Stankiewicz | 1 | -643/+223 |
2020-09-29 | Prevent warning for ps1xml heuristics, #570 | Adam Stankiewicz | 1 | -1/+1 |