mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
test(terminal): remove unnecessary string operations (#26434)
This commit is contained in:
@@ -487,7 +487,7 @@ if is_os('win') then
|
||||
clear()
|
||||
feed_command('set modifiable swapfile undolevels=20')
|
||||
poke_eventloop()
|
||||
local cmd = '["cmd.exe","/K","PROMPT=$g$s"]'
|
||||
local cmd = { "cmd.exe", "/K", "PROMPT=$g$s" }
|
||||
screen = thelpers.screen_setup(nil, cmd)
|
||||
end)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user