### Steps to reproduce Tested with this snippet: ```yaml --- - hosts: localhost vars: win_shell: | Move-Item -Path "C:\OldPath\*.dat" -Destination "C:\NewPath\" tasks: - debug: msg: "{{win_shell}}" ``` The result is this:  ### Expected behaviour The syntax should not count `\` characters as escaping characters in a multiline string, ### Version of Vim 8.2 ### Environment WSL 2.0 - Debian 11.5 Windows Terminal xterm-256color zsh Can be reproduced on other distros ### Logs and stack traces _No response_