diff options
author | zeertzjq <zeertzjq@outlook.com> | 2023-05-02 19:42:31 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-02 19:42:31 +0800 |
commit | 808752f1b09d2f03af5b58167602fef8320c11dc (patch) | |
tree | 0cf72ae00bd1b08053daee0ede8aa5495be704f0 /test/functional/ui | |
parent | fba18a3b62310f4535d979a05288101b9af2ef50 (diff) | |
parent | 5b111a8f00f8dbe458a3d437c9f06c9419d24840 (diff) | |
download | rneovim-808752f1b09d2f03af5b58167602fef8320c11dc.tar.gz rneovim-808752f1b09d2f03af5b58167602fef8320c11dc.tar.bz2 rneovim-808752f1b09d2f03af5b58167602fef8320c11dc.zip |
Merge pull request #23320 from luukvbaal/smoothscroll
feat(ui): add 'smoothscroll' option
Diffstat (limited to 'test/functional/ui')
-rw-r--r-- | test/functional/ui/popupmenu_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/ui/popupmenu_spec.lua b/test/functional/ui/popupmenu_spec.lua index 0b71e12b6f..6c26c8ea39 100644 --- a/test/functional/ui/popupmenu_spec.lua +++ b/test/functional/ui/popupmenu_spec.lua @@ -2396,7 +2396,7 @@ describe('builtin popupmenu', function() -- can't draw the pum, but check we don't crash screen:try_resize(12,2) screen:expect([[ - text^ | + {1:<<<}t^ | {2:-- INSERT -} | ]]) |