| Commit message (Expand) | Author | Age | Files | Lines |
* | patch 8.1.1463: gcc warns for uninitialized variablev8.1.1463 | Bram Moolenaar | 2019-06-04 | 1 | -3/+6 |
* | patch 8.1.1414: alloc() returning "char_u *" causes a lot of type castsv8.1.1414 | Bram Moolenaar | 2019-05-28 | 1 | -3/+3 |
* | patch 8.1.1407: popup_create() does not support text propertiesv8.1.1407 | Bram Moolenaar | 2019-05-26 | 1 | -21/+37 |
* | patch 8.1.1393: unnecessary type castsv8.1.1393 | Bram Moolenaar | 2019-05-25 | 1 | -1/+1 |
* | patch 8.1.1388: errors when calling prop_remove() for an unloaded bufferv8.1.1388 | Bram Moolenaar | 2019-05-24 | 1 | -9/+6 |
* | patch 8.1.1387: calling prop_add() in an empty buffer doesn't workv8.1.1387 | Bram Moolenaar | 2019-05-24 | 1 | -1/+5 |
* | patch 8.1.1386: unessesary type casts for lalloc()v8.1.1386 | Bram Moolenaar | 2019-05-24 | 1 | -1/+1 |
* | patch 8.1.1376: warnings for size_t/int mixupsv8.1.1376 | Bram Moolenaar | 2019-05-24 | 1 | -4/+4 |
* | patch 8.1.1359: text property wrong after :substitute with backslashv8.1.1359 | Bram Moolenaar | 2019-05-19 | 1 | -9/+25 |
* | patch 8.1.1351: text property wrong after :substitutev8.1.1351 | Bram Moolenaar | 2019-05-19 | 1 | -4/+15 |
* | patch 8.1.1343: text properties not adjusted for Visual block mode deletev8.1.1343 | Bram Moolenaar | 2019-05-17 | 1 | -3/+16 |
* | patch 8.1.1341: text properties are lost when joining linesv8.1.1341 | Bram Moolenaar | 2019-05-17 | 1 | -1/+106 |
* | patch 8.1.1340: attributes from 'cursorline' overwrite textpropv8.1.1340 | Bram Moolenaar | 2019-05-17 | 1 | -3/+0 |
* | patch 8.1.1337: get empty text prop when splitting line just after text propv8.1.1337 | Bram Moolenaar | 2019-05-17 | 1 | -1/+3 |
* | patch 8.1.1333: text properties don't always move after changesv8.1.1333 | Bram Moolenaar | 2019-05-15 | 1 | -17/+19 |
* | patch 8.1.1278: missing change for "combine" fieldv8.1.1278 | Bram Moolenaar | 2019-05-05 | 1 | -0/+11 |
* | patch 8.1.1035: prop_remove() second argument is not optionalv8.1.1035 | Bram Moolenaar | 2019-03-22 | 1 | -1/+4 |
* | patch 8.1.0975: using STRNCPY() wrongly. Warning for uninitialized variablev8.1.0975 | Bram Moolenaar | 2019-02-22 | 1 | -2/+6 |
* | patch 8.1.0743: giving error messages is not flexiblev8.1.0743 | Bram Moolenaar | 2019-01-13 | 1 | -24/+24 |
* | patch 8.1.0703: compiler warnings with 64-bit compilerv8.1.0703 | Bram Moolenaar | 2019-01-08 | 1 | -4/+4 |
* | patch 8.1.0694: when using text props may free memory that is not allocatedv8.1.0694 | Bram Moolenaar | 2019-01-06 | 1 | -3/+10 |
* | patch 8.1.0691: text properties are not adjusted for :substitutev8.1.0691 | Bram Moolenaar | 2019-01-04 | 1 | -0/+95 |
* | patch 8.1.0685: get_buf_tv() is named inconsistentlyv8.1.0685 | Bram Moolenaar | 2019-01-03 | 1 | -2/+2 |
* | patch 8.1.0684: warnings from 64-bit compilerv8.1.0684 | Bram Moolenaar | 2019-01-03 | 1 | -3/+3 |
* | patch 8.1.0682: text properties not adjusted when backspacing replaced textv8.1.0682 | Bram Moolenaar | 2019-01-02 | 1 | -11/+29 |
* | patch 8.1.0678: text properties as not adjusted for inserted textv8.1.0678 | Bram Moolenaar | 2019-01-02 | 1 | -2/+38 |
* | patch 8.1.0675: text property column in screen columns is not practicalv8.1.0675 | Bram Moolenaar | 2019-01-01 | 1 | -8/+18 |
* | patch 8.1.0655: when appending a line text property flags are not addedv8.1.0655 | Bram Moolenaar | 2018-12-28 | 1 | -8/+6 |
* | patch 8.1.0636: line2byte() gives wrong values with text propertiesv8.1.0636 | Bram Moolenaar | 2018-12-25 | 1 | -13/+9 |
* | patch 8.1.0634: text properties cannot cross line boundariesv8.1.0634 | Bram Moolenaar | 2018-12-24 | 1 | -58/+106 |
* | patch 8.1.0615: get_tv function names are not consistentv8.1.0615 | Bram Moolenaar | 2018-12-21 | 1 | -13/+13 |
* | patch 8.1.0601: a few compiler warningsv8.1.0601 | Bram Moolenaar | 2018-12-16 | 1 | -5/+5 |
* | patch 8.1.0583: using illogical name for get_dict_number()/get_dict_string()v8.1.0583 | Bram Moolenaar | 2018-12-14 | 1 | -9/+9 |
* | patch 8.1.0582: text properties are not enabledv8.1.0582 | Bram Moolenaar | 2018-12-14 | 1 | -10/+14 |
* | patch 8.1.0579: cannot attach properties to textv8.1.0579 | Bram Moolenaar | 2018-12-13 | 1 | -0/+869 |