mirror of
https://github.com/neovim/neovim.git
synced 2025-12-04 21:52:41 +00:00
fix(tui): more work in the TUI
This commit is contained in:
@@ -56,7 +56,7 @@ describe('Command-line option', function()
|
||||
screen:attach()
|
||||
local args = {
|
||||
nvim_prog_abs(), '-u', 'NONE', '-i', 'NONE',
|
||||
'--cmd', 'set noswapfile shortmess+=IFW fileformats=unix',
|
||||
'--cmd', '"set noswapfile shortmess+=IFW fileformats=unix"',
|
||||
'-s', '-'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user