Vim Polyglot Versions Save

A solid language pack for Vim.

v4.17.0

3 years ago

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

3 years ago

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

3 years ago

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

3 years ago

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

v4.14.1

3 years ago

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

v4.14.0

3 years ago

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

3 years ago

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

3 years ago

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

Also contains multiple fixes related to detecting filetypes, enjoy

v4.10.2

3 years ago
  • 17c2b630 Fix heuristics for perl #550

v4.10.1

3 years ago

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