summaryrefslogtreecommitdiffstats
path: root/src/testdir/dumps
AgeCommit message (Expand)Author
2022-02-16patch 8.2.4401: map listing does not clear the rest of the command linev8.2.4401Bram Moolenaar
2022-02-14patch 8.2.4382: a custom 'tabline' may cause Esc to work like Enterv8.2.4382Bram Moolenaar
2022-02-14patch 8.2.4378: incsearch HL broken when calling searchcount in 'tabLine'v8.2.4378Christian Brabandt
2022-02-11patch 8.2.4346: a custom statusline may cause Esc to work like Enterv8.2.4346Bram Moolenaar
2022-02-10patch 8.2.4341: command line not redrawn when finishing popup menuv8.2.4341Bram Moolenaar
2022-02-10patch 8.2.4339: CTRL-A does not work properly with the cmdline popup menuv8.2.4339Yegappan Lakshmanan
2022-02-10patch 8.2.4338: an error from an expression mapping messes up the displayv8.2.4338Bram Moolenaar
2022-02-09patch 8.2.4334: command line popup menu not positioned correctlyv8.2.4334rbtnn
2022-02-08patch 8.2.4328: command line complete matches cleard when typing characterv8.2.4328Bram Moolenaar
2022-02-08patch 8.2.4325: 'wildmenu' only shows few matchesv8.2.4325Yegappan Lakshmanan
2022-01-30patch 8.2.4260: Vim9: can still use a global function without g:v8.2.4260Bram Moolenaar
2022-01-22patch 8.2.4180: 'balloonexpr' is evaluated in the current script contextv8.2.4180Bram Moolenaar
2022-01-20patch 8.2.4156: fileinfo message overwrites echo'ed messagev8.2.4156Rob Pilling
2022-01-11patch 8.2.4062: match highlighting of tab too shortv8.2.4062Bram Moolenaar
2021-12-29patch 8.2.3940: match highlight disappears when doing incsearch for ":s/pat"v8.2.3940Bram Moolenaar
2021-12-28patch 8.2.3925: diff mode confused by NUL bytesv8.2.3925Bram Moolenaar
2021-12-17patch 8.2.3838: cannot use script-local function for setting *func optionsv8.2.3838Yegappan Lakshmanan
2021-12-16patch 8.2.3831: opfunc test fails when missing feature changes function namev8.2.3831Bram Moolenaar
2021-12-16patch 8.2.3829: no error when setting a func option to script-local functionv8.2.3829Bram Moolenaar
2021-12-15patch 8.2.3819: test fails because error message changedv8.2.3819Bram Moolenaar
2021-12-13patch 8.2.3798: a :def callback function postpones an error messagev8.2.3798Bram Moolenaar
2021-12-09patch 8.2.3763: when editing the cmdline a callback may cause a scroll upv8.2.3763Bram Moolenaar
2021-12-08patch 8.2.3761: focus change is not passed on to a terminal windowv8.2.3761Bram Moolenaar
2021-12-02patch 8.2.3723: when using 'linebreak' a text property starts too earlyv8.2.3723Bram Moolenaar
2021-11-30patch 8.2.3706: text property highlighting is used on Tabv8.2.3706Bram Moolenaar
2021-11-29patch 8.2.3700: text property highlighting continues over breakindentv8.2.3700Bram Moolenaar
2021-11-29patch 8.2.3698: match highlighting continues over breakindentv8.2.3698Bram Moolenaar
2021-11-29patch 8.2.3697: cannot drag a popup without a borderv8.2.3697Bram Moolenaar
2021-11-26patch 8.2.3681: cannot drag popup window after click on a status linev8.2.3681Bram Moolenaar
2021-11-20patch 8.2.3628: looking terminal colors is a bit slowv8.2.3628Bram Moolenaar
2021-11-17patch 8.2.3614: zindex of popup windows not used when redrawing popup menuv8.2.3614Bakudankun
2021-11-12patch 8.2.3583: the "gd" and "gD" commands do not update search statsv8.2.3583Bram Moolenaar
2021-10-22patch 8.2.3556: filler lines are incorrect for other window in diff modev8.2.3556Bram Moolenaar
2021-09-16patch 8.2.3444: concealed text not revealed when leaving insert modev8.2.3444Bram Moolenaar
2021-09-01patch 8.2.3394: filler lines are wrong when changing text in diff modev8.2.3394Bram Moolenaar
2021-08-07patch 8.2.3304: popup window title with wide characters is truncatedv8.2.3304rbtnn
2021-08-05patch 8.2.3295: 'cursorline' should not apply to 'breakindent'v8.2.3295zeertzjq
2021-07-22patch 8.2.3204: display garbled when 'cursorline' is set and lines wrapv8.2.3204Bram Moolenaar
2021-07-08patch 8.2.3122: with 'nowrap' cursor position is unexected in narrow windowv8.2.3122Bram Moolenaar
2021-07-08patch 8.2.3121: 'listchars' "exceeds" character appears in foldcolumnv8.2.3121Bram Moolenaar
2021-07-03patch 8.2.3095: with 'virtualedit' set to "block" block selection is wrongv8.2.3095Bram Moolenaar
2021-07-03patch 8.2.3088: with 'virtualedit' set to "block" Visual highlight is wrongv8.2.3088Bram Moolenaar
2021-06-29patch 8.2.3074: popup_atcursor() uses wrong position with concealingv8.2.3074Bram Moolenaar
2021-06-19patch 8.2.3019: location list only has the start position.v8.2.3019thinca
2021-05-30patch 8.2.2911: pattern "\%V" does not match all of block selectionv8.2.2911Bram Moolenaar
2021-05-30patch 8.2.2908: crash when using a terminal popup window from cmdline windowv8.2.2908Bram Moolenaar
2021-05-28patch 8.2.2893: multi-byte text in popup title shows up wrongv8.2.2893Ralf Schandl
2021-05-22patch 8.2.2877: insufficient tests for popup menu rightleftv8.2.2877Yegappan Lakshmanan
2021-04-21patch 8.2.2797: Search highlight disappears in the Visual areav8.2.2797Bram Moolenaar
2021-04-08patch 8.2.2737: status line not updated when local 'statusline' option setv8.2.2737Bram Moolenaar