Releases: sheerun/vim-polyglot
v4.17.0
c5625ff Set shiftwidth to tabstop if greather, fixes #648
45f2f94 Add mint-language, closes #653
73c5187 Removes set incsearch
which was copied from vim-sensible (#640)
da18fe6 Fix neovim :Tutor filetype detection (#631)
ff35c02 Restore cpoptions before recursive ftdetect read, fixes #619 (#621)
32f5e90 Do not use [0:-1] syntax, fixes #616
d96f11b Rename cpo_save variable to prevent conflicts, fixes #619
05e21a9 Add support for PEG syntax (#615)
740a608 Use nroff filetype for man pages, closes #611
ba3fe9e Fix loading when vim8 packages are used
45a7512 Preserve loading order of plugins, fixes #608
4b54ae9 Move setting default tabstop to "sensible" part of vim-polyglot
And fixes
v4.16.0
739102e Make editing same file in multiple vim instances seamless
f52f6b9 Allow to override incsearch, #603
b6654c8 Fix shortcuts in plugins, fixes #566
e3609fe Fix disabling sensible settings, closes #602
7324528 Fix detecting shell filetypes, closes #603
0a2f2cc Fix old nvim, closes #592
6422a5a Count all multiplies for given indent, fixes #592
113f9b8 Respect shiftwidth if set by user or filetype plugin
v4.15.1
v4.15.0
v4.14.1
v4.14.0
v4.13.3
3ac0dd5 Always use native vim syntax, fixes #582
e95c5f4 Check indentation with 1024 lines as fallback, fixes #588
ba11e0f Improve django detection, closes #585
c45f0b8 Make sure custom ftdetect is loaded, fixes #587
bb3de8f Fix markdown and other highlighting, #578
4bec20e Fix test and loading of filetypes, closes #577
9f4e2b6 Remove context from packages, fixes #575
619a7a8 Remove man plugin from vim, it does not work for nvim, closes #576
f084509 Fix vim 8 package manager, closes #574
c6fa4d2 Add extensions to vlang
c0b866a Add graphql indentation again
b4868c7 Add comments for some extensions + test
d221139 Address BufWritePost error, fixes #573
94ec9c3 Do not use ++once to support older vims, fixes #7056
bff55a5 Update Vim 8 installation instructions
560024a Resolve issues with loading order, closes #571
3ad297d Fix error when editing path for shebang (#572)