diff options
author | zeertzjq <zeertzjq@outlook.com> | 2023-08-21 16:54:11 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-21 16:54:11 +0800 |
commit | 8cd0ca1ce742a09df0b1b8201aaa13655d922b6c (patch) | |
tree | 82b30d58e88eab5e9f41c106549621edd0cc1e27 /test/functional | |
parent | dc01d68f27a0d80da62bac690e9ca4647bc70dd9 (diff) | |
parent | 28c2e83fb424395dbbdeacfc98f07ad4fa6c74c2 (diff) | |
download | rneovim-8cd0ca1ce742a09df0b1b8201aaa13655d922b6c.tar.gz rneovim-8cd0ca1ce742a09df0b1b8201aaa13655d922b6c.tar.bz2 rneovim-8cd0ca1ce742a09df0b1b8201aaa13655d922b6c.zip |
Merge pull request #24819 from zeertzjq/vim-8.2.4208
vim-patch:8.2.{4208,4210,4211,4212},9.0.{0077,0313}
Diffstat (limited to 'test/functional')
-rw-r--r-- | test/functional/ui/title_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/ui/title_spec.lua b/test/functional/ui/title_spec.lua index 2247d2e80f..66c0ff5c9c 100644 --- a/test/functional/ui/title_spec.lua +++ b/test/functional/ui/title_spec.lua @@ -49,7 +49,7 @@ describe('title', function() end) it('calling setbufvar() to set an option in a hidden buffer from i_CTRL-R', function() - command([[inoremap <F2> <C-R>=setbufvar(]]..buf2..[[, '&autoindent', 1) ? '' : ''<CR>]]) + command([[inoremap <F2> <C-R>=setbufvar(]]..buf2..[[, '&autoindent', 1) ?? ''<CR>]]) feed('i<F2><Esc>') command('redraw!') screen:expect(function() |