summaryrefslogtreecommitdiffstats
path: root/ftdetect (follow)
AgeCommit message (Expand)AuthorFilesLines
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-10-27Add support for PEG syntax (#615)Sinos1-0/+4
2020-10-26Add all paths, fixes #612Adam Stankiewicz1-1/+1
2020-10-26Use nroff filetype for man pages, closes #611Adam Stankiewicz1-4/+1
2020-10-25Preserve loading order of plugins, fixes #608Adam Stankiewicz1-602/+677
2020-10-25Respect symlinks for resolving vim-polyglot as fallback, closes #605Adam Stankiewicz1-623/+591
2020-10-24Do not set checktime if already setAdam Stankiewicz1-6/+0
2020-10-24Make editing same file in multiple vim instances seamlessv4.16.0Adam Stankiewicz1-0/+10
2020-10-24Allow to override incsearch, #603Adam Stankiewicz1-0/+15
2020-10-24Fix shortcuts in plugins, fixes #566Adam Stankiewicz1-10/+14
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-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-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 Stankiewicz1-1/+1
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-19Allow 6-spaces indent and do not set tabstop if changedAdam Stankiewicz1-2/+4
2020-10-19Allow vim-polyglot to load in non-compatible modeAdam Stankiewicz1-0/+9
2020-10-19Do not set tabstop by mistakeAdam Stankiewicz1-1/+0
2020-10-18Autodetect only 2, 3, 4, or 8 space indent, fixes #592Adam Stankiewicz1-8/+15
2020-10-18Do not set nocompatible mode, fixes #593Adam Stankiewicz1-3/+0
2020-10-17Set nocompatible mode instead of checking itAdam Stankiewicz1-13/+3
2020-10-17Make sure custom scripts.vim are respected as wellAdam Stankiewicz1-1/+1
2020-10-17Make sure polyglot_disable does not skip native vim files, fixes #591v4.13.5Adam Stankiewicz1-11/+14
2020-10-17Fix testsv4.13.4Adam Stankiewicz1-4/+26
2020-10-17Change implementation of observing, fixes #584Adam Stankiewicz1-2/+2
2020-10-17Fix detecting indentation, closes #590Adam Stankiewicz1-3/+2
2020-10-16Handle most warningsAdam Stankiewicz1-1445/+3
2020-10-14Check indentation with 1024 lines as fallback, fixes #588Adam Stankiewicz1-0/+3
2020-10-14Make sure custom ftdetect is loaded, fixes #587Adam Stankiewicz1-0/+9
2020-10-14Add and fix tests from upstream vimAdam Stankiewicz1-80/+81
2020-10-09Relax previous commit a bitAdam Stankiewicz1-1/+1
2020-10-09Fix detecting of some filetypes, closes #579Adam Stankiewicz1-10/+10
2020-10-08Fix markdown and other highlighting, #578Adam Stankiewicz1-5/+5
2020-10-07Fix test and loading of filetypes, closes #577v4.13.2Adam Stankiewicz1-0/+1
2020-10-07Remove context from packages, fixes #575Adam Stankiewicz1-4/+0
2020-10-07Remove man plugin from vim, it does not work for nvim, closes #576Adam Stankiewicz1-4/+0
2020-10-06Add all vim filetypesAdam Stankiewicz1-1/+1580
2020-10-06Add extensions to vlangAdam Stankiewicz1-1/+1
2020-10-04Add some missing filetypesAdam Stankiewicz1-131/+16
2020-10-04Add comments for some extensions + testAdam Stankiewicz1-98/+52