summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* patch 9.0.0740: prop_add_list() gives multiple errors for invalid argumentv9.0.0740Bram Moolenaar2022-10-134-7/+17
* patch 9.0.0739: mouse column not correctly used for popup_setposv9.0.0739Yee Cheng Chin2022-10-133-12/+52
* patch 9.0.0738: cannot suppress completion "scanning" messagesv9.0.0738=?UTF-8?q?Bj=C3=B6rn=20Linse?=2022-10-134-13/+24
* patch 9.0.0737: Lisp word only recognized when a space followsv9.0.0737Bram Moolenaar2022-10-137-102/+109
* patch 9.0.0736: quickfix listing does not handle very long messagesv9.0.0736Yegappan Lakshmanan2022-10-133-76/+98
* patch 9.0.0735: breakindent and scrolloff tests failv9.0.0735Bram Moolenaar2022-10-123-3/+8
* patch 9.0.0734: cursor position invalid when scrolling with 'smoothscroll'v9.0.0734Bram Moolenaar2022-10-1211-9/+132
* patch 9.0.0733: use of strftime() is not safev9.0.0733Dominique Pelle2022-10-122-11/+22
* patch 9.0.0732: no check for white space before and after "=<<"v9.0.0732Bram Moolenaar2022-10-123-3/+31
* patch 9.0.0731: clang-tidy configuration files are not recognizedv9.0.0731dundargoc2022-10-123-1/+6
* patch 9.0.0730: startup test fails with right-left featurev9.0.0730Bram Moolenaar2022-10-122-1/+5
* patch 9.0.0729: the rightleft and arabic features are disabledv9.0.0729Bram Moolenaar2022-10-123-13/+10
* patch 9.0.0728: extend() test failsv9.0.0728Bram Moolenaar2022-10-112-2/+4
* patch 9.0.0727: help in the repository differs from patched version too muchv9.0.0727Bram Moolenaar2022-10-114-5/+9
* patch 9.0.0726: looping over list of lists works in script, not in functionv9.0.0726Bram Moolenaar2022-10-113-1/+17
* patch 9.0.0725: virtual text "after" wraps to next line when 'wrap' is offv9.0.0725Bram Moolenaar2022-10-114-3/+35
* patch 9.0.0724: closure in compiled function gets same variable in blockv9.0.0724Bram Moolenaar2022-10-114-18/+49
* patch 9.0.0723: extra empty line below virtual text when 'list' is setv9.0.0723Bram Moolenaar2022-10-114-2/+15
* patch 9.0.0722: virtual text "after" does not show with 'list' setv9.0.0722Bram Moolenaar2022-10-115-3/+62
* patch 9.0.0721: virtual text "above" with padding not displayed correctlyv9.0.0721Bram Moolenaar2022-10-114-2/+21
* patch 9.0.0720: MS-Windows GUI may have pixel dust from antialiasingv9.0.0720Bram Moolenaar2022-10-112-0/+24
* patch 9.0.0719: too many delete() calls in testsv9.0.0719Bram Moolenaar2022-10-1022-282/+150
* patch 9.0.0718: extra empty line between two virtual text "below"v9.0.0718Bram Moolenaar2022-10-104-2/+15
* patch 9.0.0717: compiler warning for unused variable in tiny buildv9.0.0717Bram Moolenaar2022-10-102-0/+6
* patch 9.0.0716: with 'nowrap' virtual text "after" does not scroll leftv9.0.0716Bram Moolenaar2022-10-107-17/+100
* patch 9.0.0715: wrong argument for append() gives two error messagesv9.0.0715Bram Moolenaar2022-10-103-1/+7
* patch 9.0.0714: with 'nowrap' two virtual text below not displayed correctlyv9.0.0714Bram Moolenaar2022-10-104-3/+53
* patch 9.0.0713: <amatch> of MenuPopup event is expanded like a file namev9.0.0713zeertzjq2022-10-103-0/+32
* patch 9.0.0712: wrong column when calling setcursorcharpos() with zero lnumv9.0.0712Bram Moolenaar2022-10-104-15/+29
* patch 9.0.0711: SubStation Alpha files are not recognizedv9.0.0711ObserverOfTime2022-10-103-0/+6
* patch 9.0.0710: quitting/unloading/hiding a terminal does not work properlyv9.0.0710Yee Cheng Chin2022-10-104-11/+46
* patch 9.0.0709: virtual text "after" not correct with 'nowrap'v9.0.0709Bram Moolenaar2022-10-096-10/+55
* patch 9.0.0708: :confirm does not work properly for a terminal bufferv9.0.0708Yee Cheng Chin2022-10-098-36/+242
* patch 9.0.0707: with 'smoothscroll' cursor position not adjusted in long linev9.0.0707Bram Moolenaar2022-10-097-9/+68
* patch 9.0.0706: :help in a narrow window always opens at the topv9.0.0706Bram Moolenaar2022-10-092-1/+3
* patch 9.0.0705: virtual text truncation does not take padding into accountv9.0.0705Bram Moolenaar2022-10-094-2/+43
* patch 9.0.0704: CI runs "tiny" and "small" builds, which are the samev9.0.0704Naruhiko Nishino2022-10-092-2/+4
* patch 9.0.0703: failing check for argument type for const anyv9.0.0703Bram Moolenaar2022-10-095-107/+110
* patch 9.0.0702: incomplete testing cursor position with 'linebreak' setv9.0.0702zeertzjq2022-10-094-40/+28
* patch 9.0.0701: with 'smoothscroll' cursor position not adjusted in long linev9.0.0701Bram Moolenaar2022-10-088-2/+100
* patch 9.0.0700: there is no real need for a "big" buildv9.0.0700Martin Tournoij2022-10-0814-105/+73
* patch 9.0.0699: tiny build failsv9.0.0699Bram Moolenaar2022-10-082-0/+4
* patch 9.0.0698: VisVim is outdated, does not work with current Visual Studiov9.0.0698Martin Tournoij2022-10-0844-3298/+13
* patch 9.0.0697: cursor in wrong position with Visual substitutev9.0.0697Bram Moolenaar2022-10-085-19/+108
* patch 9.0.0696: it is unclear if the +rightleft and +arabic features are usedv9.0.0696Bram Moolenaar2022-10-082-0/+14
* patch 9.0.0695: failing check for dictionary type for const anyv9.0.0695Bram Moolenaar2022-10-083-2/+13
* patch 9.0.0694: no native sound support on Mac OSv9.0.0694Yee Cheng Chin2022-10-0814-35/+264
* patch 9.0.0693: browse() first argument cannot be a boolv9.0.0693Bram Moolenaar2022-10-082-1/+3
* patch 9.0.0692: PoE filter files are not recognizedv9.0.0692ObserverOfTime2022-10-083-0/+6
* patch 9.0.0691: lalloc(0) error in listchars testv9.0.0691Bram Moolenaar2022-10-082-36/+45