summaryrefslogtreecommitdiff
path: root/src/testdir/test_popupwin.vim
diff options
context:
space:
mode:
Diffstat (limited to 'src/testdir/test_popupwin.vim')
-rw-r--r--src/testdir/test_popupwin.vim34
1 files changed, 17 insertions, 17 deletions
diff --git a/src/testdir/test_popupwin.vim b/src/testdir/test_popupwin.vim
index cd68bfd01..7e1a0fca8 100644
--- a/src/testdir/test_popupwin.vim
+++ b/src/testdir/test_popupwin.vim
@@ -3681,23 +3681,23 @@ func Test_popupmenu_info_too_wide()
let menuText = 'some long text to make sure the menu takes up all of the width of the window'
return #{
- \ words: [
- \ #{
- \ word: 'scrap',
- \ menu: menuText,
- \ info: "other words are\ncooler than this and some more text\nto make wrap",
- \ },
- \ #{
- \ word: 'scappier',
- \ menu: menuText,
- \ info: 'words are cool',
- \ },
- \ #{
- \ word: 'scrappier2',
- \ menu: menuText,
- \ info: 'words are cool',
- \ },
- \ ]
+ \ words: [
+ \ #{
+ \ word: 'scrap',
+ \ menu: menuText,
+ \ info: "other words are\ncooler than this and some more text\nto make wrap",
+ \ },
+ \ #{
+ \ word: 'scappier',
+ \ menu: menuText,
+ \ info: 'words are cool',
+ \ },
+ \ #{
+ \ word: 'scrappier2',
+ \ menu: menuText,
+ \ info: 'words are cool',
+ \ },
+ \ ]
\ }
endfunc
END