mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06: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