comparison src/testdir/test_gui.vim @ 29272:8175cd4c8fdd v8.2.5154

patch 8.2.5154: still mentioning version8, some cosmetic issues Commit: https://github.com/vim/vim/commit/abd56da30bae4a5c6c20b9363ccae12f7b126026 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jun 23 20:46:27 2022 +0100 patch 8.2.5154: still mentioning version8, some cosmetic issues Problem: Still mentioning version8, some cosmetic issues. Solution: Prefer mentioning version9, cosmetic improvements.
author Bram Moolenaar <Bram@vim.org>
date Thu, 23 Jun 2022 22:00:04 +0200
parents 523a97eab139
children 339fe2968690
comparison
equal deleted inserted replaced
29271:723cbd2896aa 29272:8175cd4c8fdd
1341 let &lines = save_lines 1341 let &lines = save_lines
1342 endfunc 1342 endfunc
1343 1343
1344 " Test for dropping files into a window in GUI 1344 " Test for dropping files into a window in GUI
1345 func DropFilesInCmdLine() 1345 func DropFilesInCmdLine()
1346 CheckFeature drop_file
1347
1348 call feedkeys(":\"", 'L') 1346 call feedkeys(":\"", 'L')
1349 let d = #{files: ['a.c', 'b.c'], row: &lines, col: 1, modifiers: 0} 1347 let d = #{files: ['a.c', 'b.c'], row: &lines, col: 1, modifiers: 0}
1350 call test_gui_event('dropfiles', d) 1348 call test_gui_event('dropfiles', d)
1351 call feedkeys("\<CR>", 'L') 1349 call feedkeys("\<CR>", 'L')
1352 endfunc 1350 endfunc