summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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-103-0/+6
* 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
* patch 9.0.0177: cursor position wrong with 'virtualedit' and mouse clickv9.0.0177Bram Moolenaar2022-08-093-1/+39
* patch 9.0.0176: checking character options is duplicated and incompletev9.0.0176zeertzjq2022-08-096-44/+42
* patch 9.0.0175: spell checking for capital not working with trailing spacev9.0.0175Christian Brabandt2022-08-094-1/+36
* patch 9.0.0174: no error for using "#{ comment" in a compiled functionv9.0.0174Bram Moolenaar2022-08-083-1/+9
* patch 9.0.0173: assert fails only on MS-Windowsv9.0.0173Bram Moolenaar2022-08-082-1/+6
* patch 9.0.0172: trying to allocate zero bytesv9.0.0172Bram Moolenaar2022-08-083-1/+15
* patch 9.0.0171: quickfix line highlight is overruled by 'cursorline'v9.0.0171Bram Moolenaar2022-08-082-1/+6
* patch 9.0.0170: various minor code formatting issuesv9.0.0170Bram Moolenaar2022-08-087-6/+12
* Update runtime filesBram Moolenaar2022-08-0819-212/+513
* patch 9.0.0169: insufficient testing for line2byte() with text propertiesv9.0.0169Bram Moolenaar2022-08-083-4/+31
* patch 9.0.0168: cursor positioned wrong with two virtual text propertiesv9.0.0168Bram Moolenaar2022-08-089-8/+48
* patch 9.0.0167: checking for text properties could be a bit more efficientv9.0.0167Bram Moolenaar2022-08-072-6/+5
* patch 9.0.0166: when using text properties line text length computed twicev9.0.0166Bram Moolenaar2022-08-072-6/+24
* patch 9.0.0165: looking up a text property type by ID is slowv9.0.0165Bram Moolenaar2022-08-073-35/+84
* patch 9.0.0164: using freed memory with put commandv9.0.0164Bram Moolenaar2022-08-072-3/+7
* patch 9.0.0163: text property not adjusted for text inserted with "p"v9.0.0163Bram Moolenaar2022-08-073-1/+34
* patch 9.0.0162: text property "below" gets indent if 'breakindent' is setv9.0.0162Bram Moolenaar2022-08-074-2/+8
* patch 9.0.0161: warning for uninitialized variablev9.0.0161Bram Moolenaar2022-08-062-1/+3
* patch 9.0.0160: some diff mode tests failv9.0.0160Bram Moolenaar2022-08-062-1/+3
* patch 9.0.0159: cannot build with small featuresv9.0.0159Bram Moolenaar2022-08-063-0/+8
* patch 9.0.0158: with 'nowrap' "below" property not displayed correctlyv9.0.0158Bram Moolenaar2022-08-065-4/+76
* patch 9.0.0157: 'showbreak' displayed below truncated "after" text propv9.0.0157Bram Moolenaar2022-08-065-3/+46
* patch 9.0.0156: giving E1170 only in an expression is confusingv9.0.0156Bram Moolenaar2022-08-066-14/+24
* patch 9.0.0155v9.0.0155Bram Moolenaar2022-08-065-14/+24
* patch 9.0.0154: text properties wrong after splitting a linev9.0.0154Bram Moolenaar2022-08-069-11/+96
* patch 9.0.0153: no fold and sign column for virtual text with "below" alignv9.0.0153Bram Moolenaar2022-08-064-448/+489
* patch 9.0.0152: warning for unused argument in small buildv9.0.0152Bram Moolenaar2022-08-062-1/+3
* patch 9.0.0151: a "below" aligned text property does not work with 'nowrap'v9.0.0151Bram Moolenaar2022-08-067-341/+468
* patch 9.0.0150: error for using #{ in an expression is a bit confusingv9.0.0150Bram Moolenaar2022-08-065-4/+13
* patch 9.0.0149: test for fuzzy completion fails sometimesv9.0.0149Bram Moolenaar2022-08-062-9/+12
* patch 9.0.0148: a "below" aligned text property gets 'showbreak' displayedv9.0.0148Bram Moolenaar2022-08-053-2/+16
* patch 9.0.0147: cursor positioned wrong after two "below" text propertiesv9.0.0147Bram Moolenaar2022-08-054-2/+7
* patch 9.0.0146: missing part of change for "override" flagv9.0.0146Bram Moolenaar2022-08-052-5/+12
* patch 9.0.0145: substitute that joins lines drops text propertiesv9.0.0145Bram Moolenaar2022-08-055-12/+132
* patch 9.0.0144: text property cannot override 'cursorline' highlightv9.0.0144Bram Moolenaar2022-08-057-2/+65
* patch 9.0.0143: cursor positioned after virtual text in empty linev9.0.0143Bram Moolenaar2022-08-057-3/+26
* patch 9.0.0142: crash when adding and removing virtual textv9.0.0142Bram Moolenaar2022-08-052-26/+34
* patch 9.0.0141: "delmenu" does not remove autocmmandsv9.0.0141zeertzjq2022-08-053-6/+31
* patch 9.0.0140: execute() does not use the "legacy" command modifierv9.0.0140Kota Kato2022-08-043-0/+43
* patch 9.0.0139: truncating virtual text after a line not implementedv9.0.0139Bram Moolenaar2022-08-0412-30/+236
* patch 9.0.0138: not enough characters accepted for 'spellfile'v9.0.0138Bram Moolenaar2022-08-045-3/+27
* patch 9.0.0137: debugger test may fail when $CWD is very longv9.0.0137James McCoy2022-08-032-0/+4
* patch 9.0.0136: after CTRL-Left-mouse click a mouse scroll also has CTRLv9.0.0136Bram Moolenaar2022-08-032-3/+8