summaryrefslogtreecommitdiff
path: root/src/testdir
Commit message (Expand)AuthorAgeFilesLines
...
* patch 9.0.0748: Kitty may send key without modifiers with CSI u codev9.0.0748Trygve Aaberge2022-10-141-0/+18
* patch 9.0.0746: breakindent test cases are commented outv9.0.0746Bram Moolenaar2022-10-131-6/+4
* patch 9.0.0745: wrong cursor position when using "gj" and "gk" in a long linev9.0.0745Bram Moolenaar2022-10-132-8/+37
* patch 9.0.0744: in script in autoload dir exported variable is not foundv9.0.0744Bram Moolenaar2022-10-131-1/+21
* patch 9.0.0742: reading past end of the line when compiling a functionv9.0.0742Bram Moolenaar2022-10-132-2/+80
* patch 9.0.0741: cannot specify an ID for each item with prop_add_list()v9.0.0741Bram Moolenaar2022-10-131-0/+10
* patch 9.0.0740: prop_add_list() gives multiple errors for invalid argumentv9.0.0740Bram Moolenaar2022-10-131-0/+3
* patch 9.0.0739: mouse column not correctly used for popup_setposv9.0.0739Yee Cheng Chin2022-10-131-8/+34
* patch 9.0.0737: Lisp word only recognized when a space followsv9.0.0737Bram Moolenaar2022-10-135-101/+106
* patch 9.0.0736: quickfix listing does not handle very long messagesv9.0.0736Yegappan Lakshmanan2022-10-131-0/+38
* patch 9.0.0735: breakindent and scrolloff tests failv9.0.0735Bram Moolenaar2022-10-122-3/+6
* patch 9.0.0734: cursor position invalid when scrolling with 'smoothscroll'v9.0.0734Bram Moolenaar2022-10-125-6/+39
* patch 9.0.0732: no check for white space before and after "=<<"v9.0.0732Bram Moolenaar2022-10-121-0/+19
* patch 9.0.0731: clang-tidy configuration files are not recognizedv9.0.0731dundargoc2022-10-121-1/+1
* patch 9.0.0730: startup test fails with right-left featurev9.0.0730Bram Moolenaar2022-10-121-1/+3
* patch 9.0.0728: extend() test failsv9.0.0728Bram Moolenaar2022-10-111-2/+2
* patch 9.0.0726: looping over list of lists works in script, not in functionv9.0.0726Bram Moolenaar2022-10-111-0/+14
* patch 9.0.0725: virtual text "after" wraps to next line when 'wrap' is offv9.0.0725Bram Moolenaar2022-10-112-0/+28
* patch 9.0.0724: closure in compiled function gets same variable in blockv9.0.0724Bram Moolenaar2022-10-111-0/+30
* patch 9.0.0723: extra empty line below virtual text when 'list' is setv9.0.0723Bram Moolenaar2022-10-112-0/+11
* patch 9.0.0722: virtual text "after" does not show with 'list' setv9.0.0722Bram Moolenaar2022-10-113-0/+53
* patch 9.0.0721: virtual text "above" with padding not displayed correctlyv9.0.0721Bram Moolenaar2022-10-112-0/+17
* patch 9.0.0719: too many delete() calls in testsv9.0.0719Bram Moolenaar2022-10-1021-282/+148
* patch 9.0.0718: extra empty line between two virtual text "below"v9.0.0718Bram Moolenaar2022-10-102-0/+11
* patch 9.0.0716: with 'nowrap' virtual text "after" does not scroll leftv9.0.0716Bram Moolenaar2022-10-105-12/+50
* patch 9.0.0715: wrong argument for append() gives two error messagesv9.0.0715Bram Moolenaar2022-10-101-0/+2
* patch 9.0.0714: with 'nowrap' two virtual text below not displayed correctlyv9.0.0714Bram Moolenaar2022-10-102-0/+37
* patch 9.0.0713: <amatch> of MenuPopup event is expanded like a file namev9.0.0713zeertzjq2022-10-101-0/+29
* patch 9.0.0712: wrong column when calling setcursorcharpos() with zero lnumv9.0.0712Bram Moolenaar2022-10-101-0/+6
* patch 9.0.0711: SubStation Alpha files are not recognizedv9.0.0711ObserverOfTime2022-10-101-0/+1
* patch 9.0.0710: quitting/unloading/hiding a terminal does not work properlyv9.0.0710Yee Cheng Chin2022-10-101-3/+25
* patch 9.0.0709: virtual text "after" not correct with 'nowrap'v9.0.0709Bram Moolenaar2022-10-092-0/+38
* patch 9.0.0708: :confirm does not work properly for a terminal bufferv9.0.0708Yee Cheng Chin2022-10-091-3/+123
* patch 9.0.0707: with 'smoothscroll' cursor position not adjusted in long linev9.0.0707Bram Moolenaar2022-10-095-0/+46
* patch 9.0.0705: virtual text truncation does not take padding into accountv9.0.0705Bram Moolenaar2022-10-092-0/+36
* patch 9.0.0703: failing check for argument type for const anyv9.0.0703Bram Moolenaar2022-10-091-0/+19
* patch 9.0.0702: incomplete testing cursor position with 'linebreak' setv9.0.0702zeertzjq2022-10-093-40/+26
* patch 9.0.0701: with 'smoothscroll' cursor position not adjusted in long linev9.0.0701Bram Moolenaar2022-10-086-0/+58
* patch 9.0.0700: there is no real need for a "big" buildv9.0.0700Martin Tournoij2022-10-081-2/+1
* patch 9.0.0697: cursor in wrong position with Visual substitutev9.0.0697Bram Moolenaar2022-10-083-0/+61
* patch 9.0.0695: failing check for dictionary type for const anyv9.0.0695Bram Moolenaar2022-10-081-0/+8
* patch 9.0.0694: no native sound support on Mac OSv9.0.0694Yee Cheng Chin2022-10-081-1/+5
* patch 9.0.0692: PoE filter files are not recognizedv9.0.0692ObserverOfTime2022-10-081-0/+1
* patch 9.0.0688: debugger does not display the whole commandv9.0.0688Bram Moolenaar2022-10-071-1/+0
* patch 9.0.0687: "export def" does not work in a nested blockv9.0.0687Bram Moolenaar2022-10-071-1/+16
* patch 9.0.0683: cannot specify a time for :echowindowv9.0.0683Bram Moolenaar2022-10-074-2/+21
* patch 9.0.0682: crash when popup with deleted timer is closedv9.0.0682Bram Moolenaar2022-10-071-0/+14
* patch 9.0.0681: "<<<" shows for 'smoothscroll' even when 'showbreak is setv9.0.0681Bram Moolenaar2022-10-062-2/+2
* patch 9.0.0678: using exclamation marks on :functionv9.0.0678Bram Moolenaar2022-10-066-32/+32
* patch 9.0.0677: breakindent test accepts wrong resultv9.0.0677Bram Moolenaar2022-10-061-15/+13