mirror of
https://github.com/neovim/neovim.git
synced 2026-02-04 03:21:29 +10:00
Problem: Unused assignments in expression evaluation.
Solution: Move declarations and assignments to inner blocks where possible.
3ac9c4701a
Co-authored-by: Bram Moolenaar <Bram@vim.org>