summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.0227: cannot read error message when abort() is calledv9.0.0227Bram Moolenaar2022-08-192-2/+8
* patch 9.0.0226: job_start() test may fail under valgrindv9.0.0226Bram Moolenaar2022-08-182-0/+3
* patch 9.0.0225: using freed memory with multiple line breaks in expressionv9.0.0225Bram Moolenaar2022-08-185-59/+77
* patch 9.0.0224: Using NULL pointer when skipping compiled codev9.0.0224Bram Moolenaar2022-08-173-4/+25
* patch 9.0.0223: typo in diffmode testv9.0.0223zeertzjq2022-08-172-1/+3
* patch 9.0.0222: no good reason why text objects are only in larger buildsv9.0.0222Bram Moolenaar2022-08-1614-57/+13
* patch 9.0.0221: accessing freed memory if compiling nested function failsv9.0.0221Bram Moolenaar2022-08-163-2/+19
* patch 9.0.0220: invalid memory access with for loop over NULL stringv9.0.0220Bram Moolenaar2022-08-164-9/+29
* patch 9.0.0219: cannot make a funcref with "s:func" in a def functionv9.0.0219Kota Kato2022-08-164-4/+45
* patch 9.0.0218: reading before the start of the linev9.0.0218Bram Moolenaar2022-08-164-2/+13
* patch 9.0.0217: 'shellslash' works differently when sourcing a script againv9.0.0217zeertzjq2022-08-153-5/+32
* patch 9.0.0216: undo earlier test sometimes fails on MS-Windowsv9.0.0216Bram Moolenaar2022-08-152-3/+5
* patch 9.0.0215: not passing APC_INDENT flagv9.0.0215Bram Moolenaar2022-08-152-1/+4
* patch 9.0.0214: splitting a line may duplicate virtual textv9.0.0214Bram Moolenaar2022-08-1512-11/+58
* patch 9.0.0213: using freed memory with error in assert argumentv9.0.0213Bram Moolenaar2022-08-143-6/+18
* patch 9.0.0212: invalid memory access when compiling :unletv9.0.0212Bram Moolenaar2022-08-143-2/+17
* patch 9.0.0211: invalid memory access when compiling :lockvarv9.0.0211Bram Moolenaar2022-08-143-2/+18
* patch 9.0.0210: 'list' mode does not work properly with virtual textv9.0.0210Bram Moolenaar2022-08-147-11/+83
* patch 9.0.0209: build error with small featuresv9.0.0209Bram Moolenaar2022-08-142-1/+7
* patch 9.0.0208: the override flag has no effect for virtual textv9.0.0208Bram Moolenaar2022-08-145-6/+51
* patch 9.0.0207: stacktrace not shown when debuggingv9.0.0207zeertzjq2022-08-143-2/+10
* patch 9.0.0206: redraw flags are not named specificallyv9.0.0206Bram Moolenaar2022-08-1464-378/+382
* patch 9.0.0205: cursor in wrong position when inserting after virtual textv9.0.0205Bram Moolenaar2022-08-1410-2/+83
* patch 9.0.0204: indexof() may leak memoryv9.0.0204Yegappan Lakshmanan2022-08-145-3/+43
* patch 9.0.0203: confusing variable namev9.0.0203Bram Moolenaar2022-08-132-39/+41
* patch 9.0.0202: code and help for indexof() is not idealv9.0.0202Yegappan Lakshmanan2022-08-133-65/+92
* patch 9.0.0201: CursorLine highlight overrules virtual text highlightv9.0.0201Bram Moolenaar2022-08-135-7/+11
* patch 9.0.0200: cursor wrong if 'nowrap' and two right aligned text propsv9.0.0200Bram Moolenaar2022-08-136-7/+44
* patch 9.0.0199: cursor position wrong with two right-aligned virtual textsv9.0.0199Bram Moolenaar2022-08-135-2/+53
* patch 9.0.0198: ml_get error when switching buffer in Visual modev9.0.0198Bram Moolenaar2022-08-133-0/+30
* patch 9.0.0197: astro files are not detectedv9.0.0197Emilia Zapata2022-08-132-0/+3
* patch 9.0.0196: finding value in list may require a for loopv9.0.0196Yegappan Lakshmanan2022-08-135-0/+214
* patch 9.0.0195: metafun files are not recogizedv9.0.0195Bram Moolenaar2022-08-122-1/+3
* patch 9.0.0194: cursor displayed in wrong position after removing text propv9.0.0194Bram Moolenaar2022-08-128-0/+77
* patch 9.0.0193: search and match highlgith interfere with virtual textv9.0.0193Bram Moolenaar2022-08-119-41/+123
* patch 9.0.0192: possible invalid memory access when 'cmdheight' is zerov9.0.0192Bram Moolenaar2022-08-112-1/+7
* patch 9.0.0191: messages test fails; window size incorrectv9.0.0191Bram Moolenaar2022-08-115-1/+26
* patch 9.0.0190: the way 'cmdheight' can be made zero is inconsistentv9.0.0190Bram Moolenaar2022-08-117-2/+78
* patch 9.0.0189: invalid memory access for text prop without highlightv9.0.0189Bram Moolenaar2022-08-103-1/+5
* patch 9.0.0188: strange effects when using "text_align" with non-zero columnv9.0.0188Bram Moolenaar2022-08-104-0/+11
* patch 9.0.0187: command line height changes when maximizing window heightv9.0.0187Bram Moolenaar2022-08-103-2/+22
* patch 9.0.0186: virtual text without highlighting does not showv9.0.0186Bram Moolenaar2022-08-109-8/+15
* patch 9.0.0185: virtual text does not show if text prop at same positionv9.0.0185Bram Moolenaar2022-08-104-10/+61
* patch 9.0.0184: virtual text prop highlight continues after truncationv9.0.0184Bram Moolenaar2022-08-104-0/+27
* patch 9.0.0183: extra space after virtual text when 'linebreak' is setv9.0.0183Bram Moolenaar2022-08-105-3/+40
* patch 9.0.0182: quarto files are not recognizedv9.0.0182smjonas2022-08-102-0/+3
* patch 9.0.0181: textprop test with line2byte() fails on MS-Windowsv9.0.0181Bram Moolenaar2022-08-093-30/+33
* patch 9.0.0180: stray logfile appears when running testsv9.0.0180Bram Moolenaar2022-08-092-2/+2
* patch 9.0.0179: cursor pos wrong with wrapping virtual text in empty linev9.0.0179Bram Moolenaar2022-08-0910-13/+121
* patch 9.0.0178: cursor position wrong with virtual text before Tabv9.0.0178Bram Moolenaar2022-08-0913-7/+141