diff options
author | bfredl <bjorn.linse@gmail.com> | 2022-06-28 20:38:34 +0200 |
---|---|---|
committer | bfredl <bjorn.linse@gmail.com> | 2022-06-28 23:41:46 +0200 |
commit | 7ab2e12ebc9cdab71a4751550b9026db3a4bd0cf (patch) | |
tree | dd8c8d31e890c5cf0bd064f68be5f6e29ed58ddc /test/functional/core/startup_spec.lua | |
parent | 83170a49865a3e271f918cde82201e794d029882 (diff) | |
download | rneovim-7ab2e12ebc9cdab71a4751550b9026db3a4bd0cf.tar.gz rneovim-7ab2e12ebc9cdab71a4751550b9026db3a4bd0cf.tar.bz2 rneovim-7ab2e12ebc9cdab71a4751550b9026db3a4bd0cf.zip |
refactor(aucmd): call define_autocmd() directly for default autocmds
Diffstat (limited to 'test/functional/core/startup_spec.lua')
-rw-r--r-- | test/functional/core/startup_spec.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/functional/core/startup_spec.lua b/test/functional/core/startup_spec.lua index 919b7b3f9a..5ba80a3646 100644 --- a/test/functional/core/startup_spec.lua +++ b/test/functional/core/startup_spec.lua @@ -499,11 +499,11 @@ describe('sysinit', function() [[" -u NONE -i NONE --cmd "set noruler" -D')]]) screen:expect([[ ^ | - | Entering Debug mode. Type "cont" to continue. | - cmd: augroup nvim_terminal | + pre-vimrc command line | + cmd: set noruler | > | - <" -u NONE -i NONE --cmd "set noruler" -D 1,0-1 All| + <" -u NONE -i NONE --cmd "set noruler" -D 1,1 All| | ]]) command([[call chansend(g:id, "cont\n")]]) |