mirror of
https://github.com/neovim/neovim.git
synced 2026-05-04 21:15:09 +00:00
vim-patch:a420547: runtime(misc): Use consistent "Vim script" spelling (#30805)
References: https://groups.google.com/g/vim_dev/c/3Z5yM8KER2w/m/wAqws0QSEAAJ
closes: vim/vim#15863
a4205471ad
Co-authored-by: h-east <h.east.727@gmail.com>
This commit is contained in:
@@ -883,7 +883,7 @@ func Test_string_interp()
|
||||
#" String conversion.
|
||||
call assert_equal('hello from ' .. v:version, $"hello from {v:version}")
|
||||
call assert_equal('hello from ' .. v:version, $'hello from {v:version}')
|
||||
#" Paper over a small difference between VimScript behaviour.
|
||||
#" Paper over a small difference between Vim script behaviour.
|
||||
call assert_equal(string(v:true), $"{v:true}")
|
||||
call assert_equal('(1+1=2)', $"(1+1={1 + 1})")
|
||||
#" Hex-escaped opening brace: char2nr('{') == 0x7b
|
||||
|
||||
Reference in New Issue
Block a user