mirror of
https://github.com/neovim/neovim.git
synced 2026-01-09 12:57:14 +10:00
- Rename builtin_callbacks to default_callbacks and slightly change its semantics: - No longer contains the default implementations. Instead, any default_callbacks will be used in preference for our .buf methods. - Add this to the docs.