mirror of
https://github.com/neovim/neovim.git
synced 2026-08-19 02:24:46 -05:00
Problem: ml_get error when changing hidden buffer in Python. Solution: Block updating folds. (closes vim/vim#7598) ---- "ctx_switch()", "ctx_restore()" obsolete "switch_buffer()" and "restore_buffer()". Latter are unused since https://github.com/neovim/neovim/pull/15831. Mark them as N/A (until some test fails). ---- https://github.com/vim/vim/commit/3e0107ea16349b354e0e9712e95b09ef019e99e5 Co-authored-by: Bram Moolenaar <Bram@vim.org>