Age | Commit message (Expand) | Author | Files | Lines |
2020-12-29 | Set shiftwidth to tabstop if greather, fixes #648 | Adam Stankiewicz | 1 | -0/+4 |
2020-12-29 | Add mint-language, closes #653 | Adam Stankiewicz | 6 | -1/+125 |
2020-12-29 | Use maxdepth instead of depth in makefile, closes #652 | Adam Stankiewicz | 1 | -1/+1 |
2020-12-29 | Update | Adam Stankiewicz | 40 | -347/+527 |
2020-11-27 | Removes `set incsearch` which was copied from vim-sensible (#640) | Carl-Philipp Jung | 1 | -3/+0 |
2020-11-20 | Update plugins, closes #627 | Adam Stankiewicz | 1 | -0/+5 |
2020-11-18 | Update | Adam Stankiewicz | 32 | -764/+1983 |
2020-11-17 | Fix neovim :Tutor filetype detection (#631) | Dawid Potocki | 5 | -1/+14 |
2020-11-04 | Revert "Rename cpo_save variable to prevent conflicts, fixes #619" | Adam Stankiewicz | 1 | -3/+3 |
2020-11-02 | fix undefined cpo_save (#623) | Fabien RAJAONARISON | 1 | -3/+5 |
2020-11-02 | Restore cpoptions before recursive ftdetect read, fixes #619 (#621) | Cookies | 1 | -0/+8 |
2020-11-02 | Do not use [0:-1] syntax, fixes #616 | Adam Stankiewicz | 1 | -4/+4 |
2020-11-02 | Rename cpo_save variable to prevent conflicts, fixes #619 | Adam Stankiewicz | 1 | -3/+3 |
2020-11-02 | Update | Adam Stankiewicz | 10 | -105/+430 |
2020-10-27 | Add support for PEG syntax (#615) | Sinos | 4 | -1/+144 |
2020-10-26 | Add all paths, fixes #612 | Adam Stankiewicz | 1 | -1/+1 |
2020-10-26 | Use nroff filetype for man pages, closes #611 | Adam Stankiewicz | 5 | -13/+6 |
2020-10-25 | Fix conditions, #608 | Adam Stankiewicz | 1284 | -1284/+1284 |
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 | 1287 | -1952/+1963 |
2020-10-25 | Remove debugging code, closes #607 | Adam Stankiewicz | 1 | -1/+1 |
2020-10-25 | Fix the filter of 'rtp' (#606) | ichizok | 1 | -2/+2 |
2020-10-25 | Respect symlinks for resolving vim-polyglot as fallback, closes #605 | Adam Stankiewicz | 1293 | -10649/+2073 |
2020-10-24 | Fix recursive loading, closes #605 | Adam Stankiewicz | 1227 | -1227/+3681 |
2020-10-24 | Fix warning in command line window, closes #604 | Adam Stankiewicz | 1 | -1/+1 |
2020-10-24 | Use vim-polyglot only as fallback to other plugins, fixes #580 | Adam Stankiewicz | 1227 | -0/+6139 |
2020-10-24 | Do not set checktime if already set | Adam Stankiewicz | 2 | -6/+11 |
2020-10-24 | Make editing same file in multiple vim instances seamlessv4.16.0 | Adam Stankiewicz | 2 | -0/+15 |
2020-10-24 | Allow to override incsearch, #603 | Adam Stankiewicz | 2 | -13/+18 |
2020-10-24 | Fix shortcuts in plugins, fixes #566 | Adam Stankiewicz | 1 | -10/+14 |
2020-10-24 | Fix disabling sensible settings, closes #602 | Adam Stankiewicz | 1 | -1/+1 |
2020-10-24 | Fix detecting shell filetypes, closes #603 | Adam Stankiewicz | 4 | -54/+56 |
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 | Update | Adam Stankiewicz | 3 | -3/+19 |
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 |