mirror of
https://github.com/neovim/neovim.git
synced 2026-07-29 11:58:02 +00:00
Problem: Using NULL pointer with nested :open command.
Solution: Check that ccline.cmdbuff is not NULL.
7ac5023a5f
Co-authored-by: Bram Moolenaar <Bram@vim.org>