summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-12-29Set shiftwidth to tabstop if greather, fixes #648Adam Stankiewicz1-0/+4
Also should fix situations like in #654
2020-12-29Add mint-language, closes #653Adam Stankiewicz6-1/+125
Co-authored-by: NICHTJ3 <nicholsontrent@gmail.com>
2020-12-29Use maxdepth instead of depth in makefile, closes #652Adam Stankiewicz1-1/+1
2020-12-29UpdateAdam Stankiewicz40-347/+527
2020-11-27Removes `set incsearch` which was copied from vim-sensible (#640)Carl-Philipp Jung1-3/+0
2020-11-20Update plugins, closes #627Adam Stankiewicz1-0/+5
2020-11-18UpdateAdam Stankiewicz32-764/+1983
2020-11-17Fix neovim :Tutor filetype detection (#631)Dawid Potocki5-1/+14
2020-11-04Revert "Rename cpo_save variable to prevent conflicts, fixes #619"Adam Stankiewicz1-3/+3
This reverts commit d96f11bcd81231af1540e164152bfba11002bee9.
2020-11-02fix undefined cpo_save (#623)Fabien RAJAONARISON1-3/+5
2020-11-02Restore cpoptions before recursive ftdetect read, fixes #619 (#621)Cookies1-0/+8
2020-11-02Do not use [0:-1] syntax, fixes #616Adam Stankiewicz1-4/+4
2020-11-02Rename cpo_save variable to prevent conflicts, fixes #619Adam Stankiewicz1-3/+3
2020-11-02UpdateAdam Stankiewicz10-105/+430
2020-10-27Add support for PEG syntax (#615)Sinos4-1/+144
* feat: add pest syntax * feat: add pest into packages * feat: increase the package count
2020-10-26Add all paths, fixes #612Adam Stankiewicz1-1/+1
2020-10-26Use nroff filetype for man pages, closes #611Adam Stankiewicz5-13/+6
2020-10-25Fix conditions, #608Adam Stankiewicz1284-1284/+1284
2020-10-25Fix loading when vim8 packages are usedAdam Stankiewicz1-1/+1
2020-10-25Preserve loading order of plugins, fixes #608Adam Stankiewicz1287-1952/+1963
2020-10-25Remove debugging code, closes #607Adam Stankiewicz1-1/+1
2020-10-25Fix the filter of 'rtp' (#606)ichizok1-2/+2
On Windows, should handle both slash and backslash as the path separator in checking a path in 'rtp'.
2020-10-25Respect symlinks for resolving vim-polyglot as fallback, closes #605Adam Stankiewicz1293-10649/+2073
2020-10-24Fix recursive loading, closes #605Adam Stankiewicz1227-1227/+3681
2020-10-24Fix warning in command line window, closes #604Adam Stankiewicz1-1/+1
2020-10-24Use vim-polyglot only as fallback to other plugins, fixes #580Adam Stankiewicz1227-0/+6139
2020-10-24Do not set checktime if already setAdam Stankiewicz2-6/+11
2020-10-24Make editing same file in multiple vim instances seamlessv4.16.0Adam Stankiewicz2-0/+15
2020-10-24Allow to override incsearch, #603Adam Stankiewicz2-13/+18
2020-10-24Fix shortcuts in plugins, fixes #566Adam Stankiewicz1-10/+14
2020-10-24Fix disabling sensible settings, closes #602Adam Stankiewicz1-1/+1
2020-10-24Fix detecting shell filetypes, closes #603Adam Stankiewicz4-54/+56
2020-10-23Fix old nvim, closes #592Adam Stankiewicz1-2/+2
2020-10-23Count all multiplies for given indent, fixes #592Adam Stankiewicz1-2/+12
2020-10-23Respect shiftwidth if set by user or pluginAdam Stankiewicz1-2/+4
2020-10-23Set softtabstop to -1 to allow chaging shiftwidthAdam Stankiewicz1-2/+1
2020-10-23Set softtabstop to -1 to allow easy sw configuratonAdam Stankiewicz1-0/+7
2020-10-23UpdateAdam Stankiewicz3-3/+19
2020-10-23Set default tabstop to 2, but only if not changedv4.15.1Adam Stankiewicz1-0/+4
2020-10-23Prevent setting expandtab by default, closes #599Adam Stankiewicz1-6/+0
2020-10-23Set only softtabstop, not tabstop, fixes #600Adam Stankiewicz1-3/+1
2020-10-21Add missing menu file, fixes #597Adam Stankiewicz1-0/+1199
2020-10-21Fix deteting tab indents, closes #596Adam Stankiewicz1-1/+3
2020-10-19Improve autoindent heuristics (count diff of multiple lines of same indent)Adam Stankiewicz1-10/+17
2020-10-19Use conf for /etc/hosts, fixes #595Adam Stankiewicz2-1/+2
2020-10-19Count only increments in indent, also respect ftplugin settingsAdam Stankiewicz1-9/+4
2020-10-19Improve indent heuristics (count increments / decrements), fixes #592v4.15.0Adam Stankiewicz1-24/+55
2020-10-19Use spaces instead of tabsv4.14.1Adam Stankiewicz1-74/+74
2020-10-19Remove non-relevant sensible settingsAdam Stankiewicz2-42/+8
https://github.com/sheerun/vim-polyglot/commit/233a817f05ba73574539ed7395bde49d183a807a
2020-10-19Allow 6-spaces indent and do not set tabstop if changedAdam Stankiewicz1-2/+4