Files
neovim/runtime/lua
Justin M. Keyes eb94149a29 refactor(vimscript)!: drop ctxget(), ctxpush(), etc #40724
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.
2026-07-13 17:57:13 -04:00
..
2026-07-13 19:44:15 +02:00
2026-03-16 10:29:58 +01:00
2025-02-09 18:10:54 +01:00