mirror of
https://github.com/neovim/neovim.git
synced 2026-05-24 22:00:10 +00:00
Problem: select_spec tests a public function, but uses private enums. Solution: Replace private enums with public enums.
Problem: select_spec tests a public function, but uses private enums. Solution: Replace private enums with public enums.