summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2019-03-26patch 8.1.1055: CTRL-G U in Insert mode doesn't work for shift-Leftv8.1.1055Bram Moolenaar
2019-03-26patch 8.1.1054: not checking return value of ga_grow()v8.1.1054Bram Moolenaar
2019-03-26patch 8.1.1053: warning for missing return statementv8.1.1053Bram Moolenaar
2019-03-25patch 8.1.1052: test for CTRL-C message sometimes failsv8.1.1052Bram Moolenaar
2019-03-25patch 8.1.1051: not all ways to switch terminal mode are testedv8.1.1051Bram Moolenaar
2019-03-25patch 8.1.1050: blank srceen when DirectWrite failedv8.1.1050Bram Moolenaar
2019-03-25patch 8.1.1049: when user tries to exit with CTRL-C message is confusingv8.1.1049Bram Moolenaar
2019-03-24patch 8.1.1048: minor issues with testsv8.1.1048Bram Moolenaar
2019-03-24patch 8.1.1047: WINCH signal is not testedv8.1.1047Bram Moolenaar
2019-03-24patch 8.1.1046: the "secure" variable is used inconsistentlyv8.1.1046Bram Moolenaar
2019-03-23patch 8.1.1045: E315 ml_get error when using Python and hidden bufferv8.1.1045Bram Moolenaar
2019-03-23patch 8.1.1044: no way to check the reference count of objectsv8.1.1044Bram Moolenaar
2019-03-23patch 8.1.1043: Lua interface does not support Blobv8.1.1043Bram Moolenaar
2019-03-23patch 8.1.1042: the paste test doesn't work properly in the Windows consolev8.1.1042Bram Moolenaar
2019-03-23patch 8.1.1041: test for Arabic no longer neededv8.1.1041Bram Moolenaar
2019-03-22patch 8.1.1040: FEAT_TAG_ANYWHITE is not enabled in any buildv8.1.1040Bram Moolenaar
2019-03-22patch 8.1.1039: MS-Windows build failsv8.1.1039Bram Moolenaar
2019-03-22patch 8.1.1038: Arabic support excludes Farsiv8.1.1038Bram Moolenaar
2019-03-22patch 8.1.1037: memory usage test may still fail on some systemsv8.1.1037Bram Moolenaar
2019-03-22patch 8.1.1036: quickfix function arguments are inconsistentv8.1.1036Bram Moolenaar
2019-03-22patch 8.1.1035: prop_remove() second argument is not optionalv8.1.1035Bram Moolenaar
2019-03-22patch 8.1.1034: too many #ifdefsv8.1.1034Bram Moolenaar
2019-03-22patch 8.1.1033: memory usage test may still fail on some systemsv8.1.1033Bram Moolenaar
2019-03-21patch 8.1.1032: warnings from clang static analyzerv8.1.1032Bram Moolenaar
2019-03-21patch 8.1.1031: memory usage test may still failv8.1.1031Bram Moolenaar
2019-03-21patch 8.1.1030: quickfix function arguments are inconsistentv8.1.1030Bram Moolenaar
2019-03-21patch 8.1.1029: DirectWrite doesn't take 'linespace' into accountv8.1.1029Bram Moolenaar
2019-03-21patch 8.1.1028: MS-Windows: memory leak when creating terminal failsv8.1.1028Bram Moolenaar
2019-03-20patch 8.1.1027: memory usage test sometimes failsv8.1.1027Bram Moolenaar
2019-03-20patch 8.1.1026: unused conditionv8.1.1026Bram Moolenaar
2019-03-20patch 8.1.1025: checking NULL pointer after additionv8.1.1025Bram Moolenaar
2019-03-20patch 8.1.1024: stray log calls in terminal codev8.1.1024Bram Moolenaar
2019-03-19patch 8.1.1023: may use NULL pointer when indexing a blobv8.1.1023Bram Moolenaar
2019-03-19patch 8.1.1022: may use NULL pointer when out of memoryv8.1.1022Bram Moolenaar
2019-03-19patch 8.1.1021: pyeval() and py3eval() leak memoryv8.1.1021Bram Moolenaar
2019-03-19patch 8.1.1020: compiler warning for Python3 interfacev8.1.1020Bram Moolenaar
2019-03-19patch 8.1.1019: Lua: may garbage collect function reference in usev8.1.1019Bram Moolenaar
2019-03-19patch 8.1.1018: window cleared when entering Terminal-Normal twicev8.1.1018Bram Moolenaar
2019-03-17patch 8.1.1017: off-by-one error in filetype detectionv8.1.1017Bram Moolenaar
2019-03-17Update runtime files.Bram Moolenaar
2019-03-17patch 8.1.1016: MS-Windows: No color in shell when using "!" in 'guioptionsv8.1.1016Bram Moolenaar
2019-03-17patch 8.1.1015: quickfix buffer shows up in list, can't get buffer numberv8.1.1015Bram Moolenaar
2019-03-17patch 8.1.1014: MS-Windows: /analyze only defined for non-debug versionv8.1.1014Bram Moolenaar
2019-03-17patch 8.1.1013: MS-Windows: Scrolling fails when dividing the screenv8.1.1013Bram Moolenaar
2019-03-17patch 8.1.1012: memory leak with E461v8.1.1012Bram Moolenaar
2019-03-16patch 8.1.1011: indent from autoindent not removed from blank linev8.1.1011Bram Moolenaar
2019-03-16patch 8.1.1010: Lua interface leaks memoryv8.1.1010Bram Moolenaar
2019-03-16patch 8.1.1009: MS-Windows: some text is not baseline alignedv8.1.1009Bram Moolenaar
2019-03-14patch 8.1.1008: MS-Windows: HAVE_STDINT_H only defined for non-debug versionv8.1.1008Bram Moolenaar
2019-03-14patch 8.1.1007: using closure may consume a lot of memoryv8.1.1007Bram Moolenaar