mirror of
https://github.com/neovim/neovim.git
synced 2025-11-28 21:20:45 +00: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