mirror of
https://github.com/neovim/neovim.git
synced 2026-01-13 15:57:13 +10: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>