summaryrefslogtreecommitdiff
path: root/src/version.c
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.0211: invalid memory access when compiling :lockvarv9.0.0211Bram Moolenaar2022-08-141-0/+2
* patch 9.0.0210: 'list' mode does not work properly with virtual textv9.0.0210Bram Moolenaar2022-08-141-0/+2
* patch 9.0.0209: build error with small featuresv9.0.0209Bram Moolenaar2022-08-141-0/+2
* patch 9.0.0208: the override flag has no effect for virtual textv9.0.0208Bram Moolenaar2022-08-141-0/+2
* patch 9.0.0207: stacktrace not shown when debuggingv9.0.0207zeertzjq2022-08-141-0/+2
* patch 9.0.0206: redraw flags are not named specificallyv9.0.0206Bram Moolenaar2022-08-141-0/+2
* patch 9.0.0205: cursor in wrong position when inserting after virtual textv9.0.0205Bram Moolenaar2022-08-141-0/+2
* patch 9.0.0204: indexof() may leak memoryv9.0.0204Yegappan Lakshmanan2022-08-141-0/+2
* patch 9.0.0203: confusing variable namev9.0.0203Bram Moolenaar2022-08-131-0/+2
* patch 9.0.0202: code and help for indexof() is not idealv9.0.0202Yegappan Lakshmanan2022-08-131-0/+2
* patch 9.0.0201: CursorLine highlight overrules virtual text highlightv9.0.0201Bram Moolenaar2022-08-131-0/+2
* patch 9.0.0200: cursor wrong if 'nowrap' and two right aligned text propsv9.0.0200Bram Moolenaar2022-08-131-0/+2
* patch 9.0.0199: cursor position wrong with two right-aligned virtual textsv9.0.0199Bram Moolenaar2022-08-131-0/+2
* patch 9.0.0198: ml_get error when switching buffer in Visual modev9.0.0198Bram Moolenaar2022-08-131-0/+2
* patch 9.0.0197: astro files are not detectedv9.0.0197Emilia Zapata2022-08-131-0/+2
* patch 9.0.0196: finding value in list may require a for loopv9.0.0196Yegappan Lakshmanan2022-08-131-0/+2
* patch 9.0.0195: metafun files are not recogizedv9.0.0195Bram Moolenaar2022-08-121-0/+2
* patch 9.0.0194: cursor displayed in wrong position after removing text propv9.0.0194Bram Moolenaar2022-08-121-0/+2
* patch 9.0.0193: search and match highlgith interfere with virtual textv9.0.0193Bram Moolenaar2022-08-111-0/+2
* patch 9.0.0192: possible invalid memory access when 'cmdheight' is zerov9.0.0192Bram Moolenaar2022-08-111-0/+2
* patch 9.0.0191: messages test fails; window size incorrectv9.0.0191Bram Moolenaar2022-08-111-0/+2
* patch 9.0.0190: the way 'cmdheight' can be made zero is inconsistentv9.0.0190Bram Moolenaar2022-08-111-0/+2
* patch 9.0.0189: invalid memory access for text prop without highlightv9.0.0189Bram Moolenaar2022-08-101-0/+2
* patch 9.0.0188: strange effects when using "text_align" with non-zero columnv9.0.0188Bram Moolenaar2022-08-101-0/+2
* patch 9.0.0187: command line height changes when maximizing window heightv9.0.0187Bram Moolenaar2022-08-101-0/+2
* patch 9.0.0186: virtual text without highlighting does not showv9.0.0186Bram Moolenaar2022-08-101-0/+2
* patch 9.0.0185: virtual text does not show if text prop at same positionv9.0.0185Bram Moolenaar2022-08-101-0/+2
* patch 9.0.0184: virtual text prop highlight continues after truncationv9.0.0184Bram Moolenaar2022-08-101-0/+2
* patch 9.0.0183: extra space after virtual text when 'linebreak' is setv9.0.0183Bram Moolenaar2022-08-101-0/+2
* patch 9.0.0182: quarto files are not recognizedv9.0.0182smjonas2022-08-101-0/+2
* patch 9.0.0181: textprop test with line2byte() fails on MS-Windowsv9.0.0181Bram Moolenaar2022-08-091-0/+2
* patch 9.0.0180: stray logfile appears when running testsv9.0.0180Bram Moolenaar2022-08-091-0/+2
* patch 9.0.0179: cursor pos wrong with wrapping virtual text in empty linev9.0.0179Bram Moolenaar2022-08-091-0/+2
* patch 9.0.0178: cursor position wrong with virtual text before Tabv9.0.0178Bram Moolenaar2022-08-091-0/+2
* patch 9.0.0177: cursor position wrong with 'virtualedit' and mouse clickv9.0.0177Bram Moolenaar2022-08-091-0/+2
* patch 9.0.0176: checking character options is duplicated and incompletev9.0.0176zeertzjq2022-08-091-0/+2
* patch 9.0.0175: spell checking for capital not working with trailing spacev9.0.0175Christian Brabandt2022-08-091-0/+2
* patch 9.0.0174: no error for using "#{ comment" in a compiled functionv9.0.0174Bram Moolenaar2022-08-081-0/+2
* patch 9.0.0173: assert fails only on MS-Windowsv9.0.0173Bram Moolenaar2022-08-081-0/+2
* patch 9.0.0172: trying to allocate zero bytesv9.0.0172Bram Moolenaar2022-08-081-0/+2
* patch 9.0.0171: quickfix line highlight is overruled by 'cursorline'v9.0.0171Bram Moolenaar2022-08-081-0/+2
* patch 9.0.0170: various minor code formatting issuesv9.0.0170Bram Moolenaar2022-08-081-0/+2
* patch 9.0.0169: insufficient testing for line2byte() with text propertiesv9.0.0169Bram Moolenaar2022-08-081-0/+2
* patch 9.0.0168: cursor positioned wrong with two virtual text propertiesv9.0.0168Bram Moolenaar2022-08-081-0/+2
* patch 9.0.0167: checking for text properties could be a bit more efficientv9.0.0167Bram Moolenaar2022-08-071-0/+2
* patch 9.0.0166: when using text properties line text length computed twicev9.0.0166Bram Moolenaar2022-08-071-0/+2
* patch 9.0.0165: looking up a text property type by ID is slowv9.0.0165Bram Moolenaar2022-08-071-0/+2
* patch 9.0.0164: using freed memory with put commandv9.0.0164Bram Moolenaar2022-08-071-0/+2
* patch 9.0.0163: text property not adjusted for text inserted with "p"v9.0.0163Bram Moolenaar2022-08-071-0/+2
* patch 9.0.0162: text property "below" gets indent if 'breakindent' is setv9.0.0162Bram Moolenaar2022-08-071-0/+2