Skip to content

Releases: sheerun/vim-polyglot

v4.17.0

30 Dec 11:19
Compare
Choose a tag to compare

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

24 Oct 15:35
Compare
Choose a tag to compare

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

22 Oct 23:05
Compare
Choose a tag to compare

6636144 Prevent setting expandtab by default, closes #599
2a20556 Set only softtabstop, not tabstop, fixes #600
29ec69f Set default tabstop to 2, but only if not changed

v4.15.0

19 Oct 09:13
Compare
Choose a tag to compare

903793a Improve indent heuristics (count increments / decrements), fixes #592, #594

v4.14.1

19 Oct 08:07
Compare
Choose a tag to compare

1d7f0e4 Remove non-relevant sensible settings
ad2df97 Allow 6-spaces indent and do not set tabstop if changed

v4.14.0

19 Oct 00:49
Compare
Choose a tag to compare

233a817 Add vim-sensible by default
c3e8250 Allow vim-polyglot to load in non-compatible mode
88cae16 Autodetect only 2, 3, 4, or 8 space indents, fixes #592

v4.13.3

16 Oct 11:32
Compare
Choose a tag to compare

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)

v4.13.0

29 Sep 23:44
Compare
Choose a tag to compare

Loading time of optimized ftdetect script is now down to 10ms! 🌵 🍰

Also contains multiple fixes related to detecting filetypes, enjoy

v4.10.2

16 Sep 13:53
Compare
Choose a tag to compare

v4.10.1

15 Sep 09:21
Compare
Choose a tag to compare

Fix detecting of filetypes in case they are hard-set by native vim files (e.g. mason), #547