diff options
author | bfredl <bjorn.linse@gmail.com> | 2022-06-29 00:46:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-29 00:46:25 +0200 |
commit | 3cc8559963a7c7b6ce9a914a1ca3de0b9869d931 (patch) | |
tree | dd8c8d31e890c5cf0bd064f68be5f6e29ed58ddc /test/functional/core/startup_spec.lua | |
parent | e0f605bfd8b40b45a7efc88ffa0ee6b4a8a3307a (diff) | |
parent | 7ab2e12ebc9cdab71a4751550b9026db3a4bd0cf (diff) | |
download | rneovim-3cc8559963a7c7b6ce9a914a1ca3de0b9869d931.tar.gz rneovim-3cc8559963a7c7b6ce9a914a1ca3de0b9869d931.tar.bz2 rneovim-3cc8559963a7c7b6ce9a914a1ca3de0b9869d931.zip |
Merge pull request #19141 from bfredl/mapchar
refactor: define builtin mappings and autocmds without pseudo-excmds
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")]]) |