mirror of
https://github.com/neovim/neovim.git
synced 2026-01-19 19:51:41 +10:00
- Use a standard scratch buffer instead of a new 'buftype', functions like curbufIsChanged() already have special handling for scratch bufs. - Cleanup some stuff from the previous merge. - Add support for :smagic, :snomagic. Closes #5578