summaryrefslogtreecommitdiff
path: root/src/testdir/test_popupwin.vim
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.0989: popupwin test is more flaky on MacOSv9.0.0989Bram Moolenaar2022-12-021-2/+5
* patch 9.0.0956: terminal tests fail when using key with modifierv9.0.0956Bram Moolenaar2022-11-271-1/+4
* patch 9.0.0828: various typosv9.0.0828dundargoc2022-11-021-2/+2
* patch 9.0.0638: popup menu highlight wrong on top of preview popupv9.0.0638Bram Moolenaar2022-10-021-0/+39
* patch 9.0.0631: too many delete() calls in testsv9.0.0631Bram Moolenaar2022-09-301-123/+60
* patch 9.0.0416: ml_get error when appending lines in popup windowv9.0.0416Bram Moolenaar2022-09-081-0/+23
* patch 9.0.0363: common names in test files causes tests to be flakyv9.0.0363Bram Moolenaar2022-09-021-2/+2
* patch 9.0.0335: checks for Dictionary argument often give a vague errorv9.0.0335Yegappan Lakshmanan2022-08-301-5/+5
* patch 8.2.5045: can escape a terminal popup window when the job is finishedv8.2.5045Bram Moolenaar2022-05-301-1/+8
* patch 8.2.5042: scrollbar thumb in tall scrolled popup not visiblev8.2.5042Bram Moolenaar2022-05-301-2/+2
* patch 8.2.5041: cannot close a terminal popup with "NONE" jobv8.2.5041Bram Moolenaar2022-05-291-0/+18
* patch 8.2.5040: scrollbar thumb in scrolled popup not visiblev8.2.5040Bram Moolenaar2022-05-291-2/+11
* patch 8.2.5039: confusing error if first argument of popup_create() is wrongv8.2.5039Bram Moolenaar2022-05-291-1/+6
* patch 8.2.5038: a finished terminal in a popup window does not show scrollbarv8.2.5038Bram Moolenaar2022-05-291-1/+37
* patch 8.2.4913: popup_hide() does not always have effectv8.2.4913Bram Moolenaar2022-05-081-1/+7
* patch 8.2.4799: popup does not use correct toplinev8.2.4799LemonBoy2022-04-201-0/+13
* patch 8.2.4685: when a swap file is found for a popup there is no dialogv8.2.4685Bram Moolenaar2022-04-041-0/+20
* patch 8.2.4665: popup with "minwidth" and scrollbar not updated properlyv8.2.4665Bram Moolenaar2022-04-021-0/+44
* patch 8.2.4260: Vim9: can still use a global function without g:v8.2.4260Bram Moolenaar2022-01-301-2/+2
* patch 8.2.4257: Vim9: finding global function without g: prefix inconsistentv8.2.4257Bram Moolenaar2022-01-291-1/+1
* patch 8.2.3697: cannot drag a popup without a borderv8.2.3697Bram Moolenaar2021-11-291-9/+24
* patch 8.2.3681: cannot drag popup window after click on a status linev8.2.3681Bram Moolenaar2021-11-261-0/+11
* patch 8.2.3614: zindex of popup windows not used when redrawing popup menuv8.2.3614Bakudankun2021-11-171-0/+49
* patch 8.2.3304: popup window title with wide characters is truncatedv8.2.3304rbtnn2021-08-071-1/+1
* patch 8.2.3098: popup window test is flaky on MS-Windows with GUIv8.2.3098Bram Moolenaar2021-07-041-2/+10
* patch 8.2.3094: Test_popup_atcursor_pos() fails without the conceal featurev8.2.3094Dominique Pelle2021-07-031-0/+1
* patch 8.2.3074: popup_atcursor() uses wrong position with concealingv8.2.3074Bram Moolenaar2021-06-291-0/+7
* patch 8.2.3036: Vim9: builtin function arguments not checked at compile timev8.2.3036Yegappan Lakshmanan2021-06-221-2/+2
* patch 8.2.2980: popup window test is a bit flakyv8.2.2980Bram Moolenaar2021-06-121-0/+1
* patch 8.2.2972: "%bd" tries to delete popup window buffers, which failsv8.2.2972Bram Moolenaar2021-06-101-0/+6
* patch 8.2.2893: multi-byte text in popup title shows up wrongv8.2.2893Ralf Schandl2021-05-281-0/+5
* patch 8.2.2568: second time a preview popup is opened highlight is not setv8.2.2568Bram Moolenaar2021-03-041-0/+3
* patch 8.2.2541: popup_create() does not allow boolean for "cursorline"v8.2.2541Bram Moolenaar2021-02-211-0/+13
* patch 8.2.2510: internal error when popup with mask is zero height or widthv8.2.2510Bram Moolenaar2021-02-131-0/+19
* patch 8.2.2491: popup window for text property may show in first screen linev8.2.2491Bram Moolenaar2021-02-101-0/+43
* patch 8.2.2471: popup_setoptions() does not set textprop in other tabv8.2.2471Bram Moolenaar2021-02-061-0/+19
* patch 8.2.2470: popup_getoptions() does not get textprop from other tabv8.2.2470Bram Moolenaar2021-02-061-0/+14
* patch 8.2.2296: cannot use CTRL-N and CTRL-P in a popup menuv8.2.2296Bram Moolenaar2021-01-041-0/+6
* patch 8.2.2243: crash when popup mask contains zeroesv8.2.2243Bram Moolenaar2020-12-291-0/+4
* patch 8.2.2160: various typosv8.2.2160Bram Moolenaar2020-12-181-1/+1
* patch 8.2.2154: popupwin test for terminal buffer fails sometimesv8.2.2154Bram Moolenaar2020-12-171-3/+4
* patch 8.2.2153: popupwin test for latin1 still fails sometimesv8.2.2153Bram Moolenaar2020-12-171-0/+4
* patch 8.2.2149: popupwin test for latin1 sometimes failsv8.2.2149Bram Moolenaar2020-12-171-0/+3
* patch 8.2.2132: padding not drawn properly for popup window with titlev8.2.2132Bram Moolenaar2020-12-121-0/+10
* patch 8.2.2123: after using a complete popup the buffer is listedv8.2.2123Bram Moolenaar2020-12-091-0/+3
* patch 8.2.2082: Vim9: can still use the depricated #{} dict syntaxv8.2.2082Bram Moolenaar2020-12-021-2/+2
* patch 8.2.2067: cursor position in popup terminal is wrongv8.2.2067Bram Moolenaar2020-11-281-3/+11
* patch 8.2.2030: some tests fail on Macv8.2.2030Bram Moolenaar2020-11-211-0/+1
* patch 8.2.1989: info popup triggers WinEnter and WinLeave autocommandsv8.2.1989Bram Moolenaar2020-11-151-0/+4
* patch 8.2.1966: popup becomes current window after closing a terminal windowv8.2.1966Bram Moolenaar2020-11-071-0/+21