mirror of
https://github.com/neovim/neovim.git
synced 2026-08-02 20:23:54 +08:00
Problem: This functions are most likely never used in the wild. - They are redundant with `nvim_get_context` + `nvim_load_context`. - The "context" concept was never fully developed and hasn't gained traction. Solution: Drop these vimscript aliases, they are just extra cruft.