diff options
| author | bfredl <bjorn.linse@gmail.com> | 2022-12-31 14:23:24 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-31 14:23:24 +0100 |
| commit | cce736218f465511194465410e1ba23b5530e46f (patch) | |
| tree | 02f488ea361a4fba8aec92e44193d8627836cd55 /test/functional/core | |
| parent | 99cf111289bfcd14981255e805da43bac5139141 (diff) | |
| parent | 9fdcbbb4063daa125e420e0ffe9dae6801c264bc (diff) | |
| download | rneovim-cce736218f465511194465410e1ba23b5530e46f.tar.gz rneovim-cce736218f465511194465410e1ba23b5530e46f.tar.bz2 rneovim-cce736218f465511194465410e1ba23b5530e46f.zip | |
Merge pull request #18375 from bfredl/tui_rework
feat(ui): refactor TUI from thread to separate process
Diffstat (limited to 'test/functional/core')
| -rw-r--r-- | test/functional/core/main_spec.lua | 2 | ||||
| -rw-r--r-- | test/functional/core/startup_spec.lua | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/core/main_spec.lua b/test/functional/core/main_spec.lua index 53461f505a..ab11e14a67 100644 --- a/test/functional/core/main_spec.lua +++ b/test/functional/core/main_spec.lua @@ -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', '-' } diff --git a/test/functional/core/startup_spec.lua b/test/functional/core/startup_spec.lua index 9e22efa545..72d8f3a103 100644 --- a/test/functional/core/startup_spec.lua +++ b/test/functional/core/startup_spec.lua @@ -544,7 +544,7 @@ describe('sysinit', function() nvim_exec() | cmd: aunmenu * | > | - <" -u NONE -i NONE --cmd "set noruler" -D 1,1 All| + <" -u NONE -i NONE --cmd "set noruler" -D 1,0-1 All| | ]]) command([[call chansend(g:id, "cont\n")]]) |