mirror of
https://github.com/neovim/neovim.git
synced 2026-05-14 01:14:43 +00:00
Problem: The behavior of vim.eval() with Vim special variables is not
clearly documented. It is (partly) the reason why Nvim
Python's vim.eval gives different output when evaluating
v:true and v:false
Solution: Document it (Phạm Bình An)
closes: vim/vim#19157
1e54023673