summaryrefslogtreecommitdiff
path: root/src/testdir/dumps
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.3763: when editing the cmdline a callback may cause a scroll upv8.2.3763Bram Moolenaar2021-12-093-4/+10
* patch 8.2.3761: focus change is not passed on to a terminal windowv8.2.3761Bram Moolenaar2021-12-082-0/+12
* patch 8.2.3723: when using 'linebreak' a text property starts too earlyv8.2.3723Bram Moolenaar2021-12-021-0/+10
* patch 8.2.3706: text property highlighting is used on Tabv8.2.3706Bram Moolenaar2021-11-301-0/+10
* patch 8.2.3700: text property highlighting continues over breakindentv8.2.3700Bram Moolenaar2021-11-291-0/+10
* patch 8.2.3698: match highlighting continues over breakindentv8.2.3698Bram Moolenaar2021-11-291-0/+10
* patch 8.2.3697: cannot drag a popup without a borderv8.2.3697Bram Moolenaar2021-11-292-0/+20
* patch 8.2.3681: cannot drag popup window after click on a status linev8.2.3681Bram Moolenaar2021-11-261-0/+10
* patch 8.2.3628: looking terminal colors is a bit slowv8.2.3628Bram Moolenaar2021-11-2032-0/+480
* patch 8.2.3614: zindex of popup windows not used when redrawing popup menuv8.2.3614Bakudankun2021-11-172-0/+28
* patch 8.2.3583: the "gd" and "gD" commands do not update search statsv8.2.3583Bram Moolenaar2021-11-122-0/+20
* patch 8.2.3556: filler lines are incorrect for other window in diff modev8.2.3556Bram Moolenaar2021-10-221-0/+20
* patch 8.2.3444: concealed text not revealed when leaving insert modev8.2.3444Bram Moolenaar2021-09-161-0/+20
* patch 8.2.3394: filler lines are wrong when changing text in diff modev8.2.3394Bram Moolenaar2021-09-012-0/+40
* patch 8.2.3304: popup window title with wide characters is truncatedv8.2.3304rbtnn2021-08-071-1/+1
* patch 8.2.3295: 'cursorline' should not apply to 'breakindent'v8.2.3295zeertzjq2021-08-0510-0/+200
* patch 8.2.3204: display garbled when 'cursorline' is set and lines wrapv8.2.3204Bram Moolenaar2021-07-222-0/+40
* patch 8.2.3122: with 'nowrap' cursor position is unexected in narrow windowv8.2.3122Bram Moolenaar2021-07-082-0/+20
* patch 8.2.3121: 'listchars' "exceeds" character appears in foldcolumnv8.2.3121Bram Moolenaar2021-07-085-0/+50
* patch 8.2.3095: with 'virtualedit' set to "block" block selection is wrongv8.2.3095Bram Moolenaar2021-07-031-0/+8
* patch 8.2.3088: with 'virtualedit' set to "block" Visual highlight is wrongv8.2.3088Bram Moolenaar2021-07-031-0/+8
* patch 8.2.3074: popup_atcursor() uses wrong position with concealingv8.2.3074Bram Moolenaar2021-06-291-4/+4
* patch 8.2.3019: location list only has the start position.v8.2.3019thinca2021-06-192-6/+6
* patch 8.2.2911: pattern "\%V" does not match all of block selectionv8.2.2911Bram Moolenaar2021-05-301-0/+9
* patch 8.2.2908: crash when using a terminal popup window from cmdline windowv8.2.2908Bram Moolenaar2021-05-301-0/+12
* patch 8.2.2893: multi-byte text in popup title shows up wrongv8.2.2893Ralf Schandl2021-05-281-0/+10
* patch 8.2.2877: insufficient tests for popup menu rightleftv8.2.2877Yegappan Lakshmanan2021-05-224-0/+29
* patch 8.2.2797: Search highlight disappears in the Visual areav8.2.2797Bram Moolenaar2021-04-211-0/+6
* patch 8.2.2737: status line not updated when local 'statusline' option setv8.2.2737Bram Moolenaar2021-04-082-4/+8
* patch 8.2.2686: status line is not updated when going to cmdline modev8.2.2686Bram Moolenaar2021-04-012-0/+10
* patch 8.2.2685: custom statusline not drawn correctly with WinBarv8.2.2685Bram Moolenaar2021-04-011-0/+10
* patch 8.2.2679: status line missing for non-current window with winbarv8.2.2679Bram Moolenaar2021-03-301-0/+10
* patch 8.2.2581: Vim9: sourcing Vim9 script triggers a redrawv8.2.2581Bram Moolenaar2021-03-101-0/+6
* patch 8.2.2568: second time a preview popup is opened highlight is not setv8.2.2568Bram Moolenaar2021-03-044-26/+26
* patch 8.2.2542: highlight of char beyond line end is not correctv8.2.2542Bram Moolenaar2021-02-222-0/+12
* patch 8.2.2511: Vim9: cannot use Vim9 script syntax in some placesv8.2.2511Bram Moolenaar2021-02-144-7/+7
* patch 8.2.2493: text property for text left of window shows upv8.2.2493Bram Moolenaar2021-02-102-0/+12
* patch 8.2.2491: popup window for text property may show in first screen linev8.2.2491Bram Moolenaar2021-02-103-0/+30
* patch 8.2.2487: terminal shows garbage after double-wide characterv8.2.2487Bram Moolenaar2021-02-081-0/+9
* patch 8.2.2295: incsearch does not detect empty pattern properlyv8.2.2295Bram Moolenaar2021-01-042-0/+18
* patch 8.2.2207: illegal memory access if popup menu items are changedv8.2.2207Bram Moolenaar2020-12-242-0/+40
* patch 8.2.2132: padding not drawn properly for popup window with titlev8.2.2132Bram Moolenaar2020-12-122-0/+20
* patch 8.2.2045: highlighting a character too much with incsearchv8.2.2045Bram Moolenaar2020-11-255-0/+25
* patch 8.2.2036: buffer messed up if creating the quickfix window failsv8.2.2036Bram Moolenaar2020-11-231-0/+13
* patch 8.2.1990: cursor position wrong in terminal popup with finished jobv8.2.1990Bram Moolenaar2020-11-151-2/+2
* patch 8.2.1983: ml_get error when using <Cmd> to open a terminalv8.2.1983Bram Moolenaar2020-11-141-0/+20
* patch 8.2.1957: diff and cursorcolumn highlighting don't mixv8.2.1957Bram Moolenaar2020-11-054-0/+80
* patch 8.2.1844: using "q" at the more prompt doesn't stop a long messagev8.2.1844Bram Moolenaar2020-10-131-0/+6
* patch 8.2.1769: popup filter interferes with using :normal to move the cursorv8.2.1769Bram Moolenaar2020-09-281-5/+5
* patch 8.2.1762: when a timer uses :stopinsert completion isn't stoppedv8.2.1762Bram Moolenaar2020-09-271-0/+12