summaryrefslogtreecommitdiff
path: root/src/memline.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 8.1.0443: unnecessary static function prototypesv8.1.0443Bram Moolenaar2018-09-301-4/+0
* patch 8.1.0325: strings in swap file may not be NUL terminatedv8.1.0325Bram Moolenaar2018-08-231-4/+7
* patch 8.1.0314: build failure without the +eval featurev8.1.0314Bram Moolenaar2018-08-211-6/+10
* patch 8.1.0313: information about a swap file is unavailablev8.1.0313Bram Moolenaar2018-08-211-0/+43
* patch 8.1.0310: file info msg not always suppressed with 'F' in 'shortmess'v8.1.0310Bram Moolenaar2018-08-211-1/+4
* patch 8.1.0303: line2byte() is wrong for last line with 'noeol'v8.1.0303Bram Moolenaar2018-08-201-1/+1
* patch 8.1.0251: using full path is not supported for 'backupdir'v8.1.0251Bram Moolenaar2018-08-071-10/+5
* patch 8.1.0023: gcc 8.1 warns for use of strncpy()v8.1.0023Bram Moolenaar2018-05-261-1/+1
* patch 8.0.1819: swap file warning for file with non-existing directoryv8.0.1819Bram Moolenaar2018-05-121-5/+6
* patch 8.0.1688: some macros are used without a semicolonv8.0.1688Bram Moolenaar2018-04-101-2/+2
* patch 8.0.1564: too many #ifdefsv8.0.1564Bram Moolenaar2018-03-041-4/+2
* patch 8.0.1496: clearing a pointer takes two linesv8.0.1496Bram Moolenaar2018-02-101-8/+4
* patch 8.0.1363: recovering does not work when swap file ends in .stzv8.0.1363Bram Moolenaar2017-12-021-2/+3
* patch 8.0.1118: FEAT_WINDOWS adds a lot of #ifdefsv8.0.1118Bram Moolenaar2017-09-161-3/+3
* patch 8.0.0466: still macros that should be all-capsv8.0.0466Bram Moolenaar2017-03-161-1/+1
* patch 8.0.0451: some macros are in lower casev8.0.0451Bram Moolenaar2017-03-121-3/+3
* patch 8.0.0387: compiler warningsv8.0.0387Bram Moolenaar2017-02-281-2/+2
* patch 8.0.0365: might free a dict item that wasn't allocatedv8.0.0365Bram Moolenaar2017-02-251-2/+2
* patch 8.0.0337: invalid memory access in :recover commandv8.0.0337Bram Moolenaar2017-02-181-4/+8
* patch 8.0.0334: can't access b:changedtick from a dict referencev8.0.0334Bram Moolenaar2017-02-171-5/+5
* patch 8.0.0177: BufEnter autocommand not fired for a directoryv8.0.0177Bram Moolenaar2017-01-131-1/+1
* patch 8.0.0074v8.0.0074Bram Moolenaar2016-11-101-14/+14
* patch 7.4.2293v7.4.2293Bram Moolenaar2016-08-291-1/+1