mirror of
https://github.com/neovim/neovim.git
synced 2026-03-15 05:17:23 +00:00
Problem: Invalid memory access when using an expression on the command line. Solution: Make sure the position does not go negative.6046aded8dN/A patches for version.c: vim-patch:8.2.5149: cannot build without the +eval feature Problem: Cannot build without the +eval feature. (Tony Mechelynck) Solution: Add #ifdefs.6689df024bCo-authored-by: Bram Moolenaar <Bram@vim.org>