mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
vim-patch:8.2.0672: heredoc in scripts does not accept lower case marker
Problem: Heredoc in scripts does not accept lower case marker.
Solution: Allow lower case only in non-Vim scripts. (Ken Takata,
closes vim/vim#6019)
6ab0953fef
This commit is contained in:
@@ -311,7 +311,10 @@ VIM::DoCommand('let s ..= "B"')
|
||||
perl << trim
|
||||
VIM::DoCommand('let s ..= "D"')
|
||||
.
|
||||
call assert_equal('ABCD', s)
|
||||
perl << trim eof
|
||||
VIM::DoCommand('let s ..= "E"')
|
||||
eof
|
||||
call assert_equal('ABCDE', s)
|
||||
endfunc
|
||||
|
||||
" vim: shiftwidth=2 sts=2 expandtab
|
||||
|
||||
Reference in New Issue
Block a user