mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 19:38:20 +00:00
fix(startup): don't truncate when printing with -l (#24216)
This commit is contained in:
@@ -107,6 +107,7 @@ describe('Remote', function()
|
||||
eq({ '0', '' }, run_remote('--remote-expr', 'setline(1, "Yo")'))
|
||||
eq({ 'Yo', '' }, run_remote('--remote-expr', 'getline(1)'))
|
||||
expect('Yo')
|
||||
eq({ ('k'):rep(1234), '' }, run_remote('--remote-expr', 'repeat("k", 1234)'))
|
||||
eq({ '1.25', '' }, run_remote('--remote-expr', '1.25'))
|
||||
eq({ 'no', '' }, run_remote('--remote-expr', '0z6E6F'))
|
||||
eq({ '\t', '' }, run_remote('--remote-expr', '"\t"'))
|
||||
|
Reference in New Issue
Block a user