mirror of
https://github.com/neovim/neovim.git
synced 2026-05-04 04:55:16 +00:00
Problem: Accessing beyond allocated memory when using the cmdline window in
Ex mode.
Solution: Use "*" instead of "'<,'>" for Visual mode.
c6fdb15d42
Co-authored-by: Bram Moolenaar <Bram@vim.org>