mirror of
https://github.com/neovim/neovim.git
synced 2026-03-16 22:07:26 +00:00
Problem: Vim: when debugging only the first line of a command using line
continuation is displayed.
Solution: Find the next command and concatenate lines until that one.
(closes vim/vim#8392)
4cea536bdf
Co-authored-by: Bram Moolenaar <Bram@vim.org>