summaryrefslogtreecommitdiff
path: root/src/memline.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.0256: time and timer related code is spread outv8.2.0256Bram Moolenaar2020-02-141-88/+0
* patch 8.2.0156: various typos in source files and testsv8.2.0156Bram Moolenaar2020-01-261-1/+1
* patch 8.2.0126: textprop test failsv8.2.0126Bram Moolenaar2020-01-171-1/+1
* patch 8.2.0124: compiler warnings for variable typesv8.2.0124Bram Moolenaar2020-01-171-3/+3
* patch 8.2.0115: byte2line() does not work correctly with text propertiesv8.2.0115Bram Moolenaar2020-01-131-5/+31
* patch 8.1.2388: using old C style commentsv8.1.2388Bram Moolenaar2019-12-041-439/+438
* patch 8.1.2371: FEAT_TEXT_PROP is a confusing namev8.1.2371Bram Moolenaar2019-11-301-13/+13
* patch 8.1.2243: typos in commentsv8.1.2243Bram Moolenaar2019-11-021-1/+1
* patch 8.1.2223: cannot see what buffer an ml_get error is forv8.1.2223Bram Moolenaar2019-10-261-1/+4
* patch 8.1.2180: Error E303 is not useful when 'directory' is emptyv8.1.2180Bram Moolenaar2019-10-191-2/+2
* patch 8.1.2064: MS-Windows: compiler warnings for unused argumentsv8.1.2064Bram Moolenaar2019-09-211-1/+1
* patch 8.1.1983: compiler nags for uninitialized variable and unused functionv8.1.1983Bram Moolenaar2019-09-041-1/+1
* patch 8.1.1813: ATTENTION prompt for a preview popup windowv8.1.1813Bram Moolenaar2019-08-041-1/+2
* patch 8.1.1725: MS-Windows: E325 message may use incorrect date formatv8.1.1725Bram Moolenaar2019-07-211-1/+18
* patch 8.1.1711: listener callback called at the wrong momentv8.1.1711Bram Moolenaar2019-07-171-8/+9
* patch 8.1.1700: listener callback called for the wrong bufferv8.1.1700Bram Moolenaar2019-07-151-59/+73
* patch 8.1.1681: insert stray "{" when listener gets buffer linev8.1.1681Bram Moolenaar2019-07-131-1/+3
* patch 8.1.1567: localtime_r() does not respond to $TZ changesv8.1.1567Bram Moolenaar2019-06-181-7/+43
* patch 8.1.1498: ":write" increments b:changedtick even though nothing changedv8.1.1498Bram Moolenaar2019-06-081-1/+1
* patch 8.1.1414: alloc() returning "char_u *" causes a lot of type castsv8.1.1414Bram Moolenaar2019-05-281-8/+6
* patch 8.1.1395: saving for undo may access invalid memoryv8.1.1395Bram Moolenaar2019-05-251-2/+6
* patch 8.1.1384: using "int" for alloc() often results in compiler warningsv8.1.1384Bram Moolenaar2019-05-241-11/+11
* patch 8.1.1371: cannot recover from a swap filev8.1.1371Bram Moolenaar2019-05-231-7/+11
* patch 8.1.1344: Coverity complains about possibly using a NULL pointerv8.1.1344Bram Moolenaar2019-05-181-3/+4
* patch 8.1.1335: listener callback is called after inserting textv8.1.1335Bram Moolenaar2019-05-161-0/+11
* patch 8.1.1318: code for text changes is in a "misc" filev8.1.1318Bram Moolenaar2019-05-111-2/+2
* patch 8.1.1313: warnings for using localtime() and ctime()v8.1.1313Bram Moolenaar2019-05-101-21/+45
* patch 8.1.1232: can't build on MS-Windowsv8.1.1232Bram Moolenaar2019-04-281-8/+10
* patch 8.1.1231: asking about existing swap file unnecessarilyv8.1.1231Bram Moolenaar2019-04-281-8/+67
* patch 8.1.1230: a lot of code is shared between vim.exe and gvim.exev8.1.1230Bram Moolenaar2019-04-281-1/+1
* patch 8.1.1086: too many curly bracesv8.1.1086Bram Moolenaar2019-03-301-4/+0
* patch 8.1.0941: macros for MS-Windows are inconsistentv8.1.0941Bram Moolenaar2019-02-171-11/+11
* patch 8.1.0826: too many #ifdefsv8.1.0826Bram Moolenaar2019-01-261-2/+0
* patch 8.1.0806: too many #ifdefsv8.1.0806Bram Moolenaar2019-01-241-12/+2
* patch 8.1.0779: argument for message functions is inconsistentv8.1.0779Bram Moolenaar2019-01-191-69/+69
* patch 8.1.0743: giving error messages is not flexiblev8.1.0743Bram Moolenaar2019-01-131-37/+37
* patch 8.1.0688: text properties are not restored by undov8.1.0688Bram Moolenaar2019-01-041-12/+36
* patch 8.1.0684: warnings from 64-bit compilerv8.1.0684Bram Moolenaar2019-01-031-5/+5
* patch 8.1.0655: when appending a line text property flags are not addedv8.1.0655Bram Moolenaar2018-12-281-23/+99
* patch 8.1.0654: when deleting a line text property flags are not adjustedv8.1.0654Bram Moolenaar2018-12-281-9/+141
* patch 8.1.0643: computing byte offset wrongv8.1.0643Bram Moolenaar2018-12-261-1/+1
* patch 8.1.0642: swapinfo() leaks memoryv8.1.0642Bram Moolenaar2018-12-261-14/+8
* patch 8.1.0636: line2byte() gives wrong values with text propertiesv8.1.0636Bram Moolenaar2018-12-251-11/+41
* patch 8.1.0601: a few compiler warningsv8.1.0601Bram Moolenaar2018-12-161-3/+3
* patch 8.1.0581: double free without the text properties featurev8.1.0581Bram Moolenaar2018-12-131-1/+1
* patch 8.1.0579: cannot attach properties to textv8.1.0579Bram Moolenaar2018-12-131-21/+85
* patch 8.1.0501: cppcheck warns for using array index before bounds checkv8.1.0501Bram Moolenaar2018-10-301-2/+2
* patch 8.1.0473: user doesn't notice file does not exist when swap file doesv8.1.0473Bram Moolenaar2018-10-131-2/+6
* patch 8.1.0466: autocmd test failsv8.1.0466Bram Moolenaar2018-10-071-1/+1
* patch 8.1.0463: "simalt ~x" in .vimrc blocks swap file promptv8.1.0463Bram Moolenaar2018-10-071-7/+11