summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.1064: no test for output conversion in the GTK GUIv8.1.1064Bram Moolenaar2019-03-282-0/+17
* patch 8.1.1063: insufficient testing for wildmenu completionv8.1.1063Bram Moolenaar2019-03-282-5/+41
* patch 8.1.1062: quickfix code is repeatedv8.1.1062Bram Moolenaar2019-03-282-139/+212
* patch 8.1.1061: when substitute string throws error, substitute happens anywayv8.1.1061Bram Moolenaar2019-03-273-1/+38
* patch 8.1.1060: MS-Windows: get_cmd_args() is no longer neededv8.1.1060Bram Moolenaar2019-03-273-165/+8
* patch 8.1.1059: MS-Windows: PlatformId() is called unnecessarilyv8.1.1059Bram Moolenaar2019-03-272-6/+2
* patch 8.1.1058: memory usage test may still fail on some systemsv8.1.1058Bram Moolenaar2019-03-272-3/+7
* patch 8.1.1057: nsis config is too complicatedv8.1.1057Bram Moolenaar2019-03-262-36/+6
* patch 8.1.1056: no eval function for Rubyv8.1.1056Bram Moolenaar2019-03-267-184/+432
* patch 8.1.1055: CTRL-G U in Insert mode doesn't work for shift-Leftv8.1.1055Bram Moolenaar2019-03-263-17/+51
* patch 8.1.1054: not checking return value of ga_grow()v8.1.1054Bram Moolenaar2019-03-262-6/+8
* patch 8.1.1053: warning for missing return statementv8.1.1053Bram Moolenaar2019-03-262-0/+3
* patch 8.1.1052: test for CTRL-C message sometimes failsv8.1.1052Bram Moolenaar2019-03-252-0/+7
* patch 8.1.1051: not all ways to switch terminal mode are testedv8.1.1051Bram Moolenaar2019-03-252-0/+25
* patch 8.1.1050: blank srceen when DirectWrite failedv8.1.1050Bram Moolenaar2019-03-252-0/+5
* patch 8.1.1049: when user tries to exit with CTRL-C message is confusingv8.1.1049Bram Moolenaar2019-03-255-1/+34
* patch 8.1.1048: minor issues with testsv8.1.1048Bram Moolenaar2019-03-244-16/+10
* Update runtime files.Bram Moolenaar2019-03-2421-145/+345
* patch 8.1.1047: WINCH signal is not testedv8.1.1047Bram Moolenaar2019-03-243-0/+48
* patch 8.1.1046: the "secure" variable is used inconsistentlyv8.1.1046Bram Moolenaar2019-03-243-6/+7
* patch 8.1.1045: E315 ml_get error when using Python and hidden bufferv8.1.1045Bram Moolenaar2019-03-234-2/+178
* patch 8.1.1044: no way to check the reference count of objectsv8.1.1044Bram Moolenaar2019-03-234-2/+182
* patch 8.1.1043: Lua interface does not support Blobv8.1.1043Bram Moolenaar2019-03-234-26/+264
* patch 8.1.1042: the paste test doesn't work properly in the Windows consolev8.1.1042Bram Moolenaar2019-03-232-2/+4
* patch 8.1.1041: test for Arabic no longer neededv8.1.1041Bram Moolenaar2019-03-232-49/+2
* patch 8.1.1040: FEAT_TAG_ANYWHITE is not enabled in any buildv8.1.1040Bram Moolenaar2019-03-225-64/+8
* patch 8.1.1039: MS-Windows build failsv8.1.1039Bram Moolenaar2019-03-224-85/+87
* patch 8.1.1038: Arabic support excludes Farsiv8.1.1038Bram Moolenaar2019-03-2211-1027/+417
* patch 8.1.1037: memory usage test may still fail on some systemsv8.1.1037Bram Moolenaar2019-03-222-2/+5
* patch 8.1.1036: quickfix function arguments are inconsistentv8.1.1036Bram Moolenaar2019-03-222-16/+19
* patch 8.1.1035: prop_remove() second argument is not optionalv8.1.1035Bram Moolenaar2019-03-224-10/+51
* patch 8.1.1034: too many #ifdefsv8.1.1034Bram Moolenaar2019-03-226-54/+19
* patch 8.1.1033: memory usage test may still fail on some systemsv8.1.1033Bram Moolenaar2019-03-222-2/+4
* patch 8.1.1032: warnings from clang static analyzerv8.1.1032Bram Moolenaar2019-03-2113-29/+20
* patch 8.1.1031: memory usage test may still failv8.1.1031Bram Moolenaar2019-03-212-9/+13
* patch 8.1.1030: quickfix function arguments are inconsistentv8.1.1030Bram Moolenaar2019-03-212-69/+74
* patch 8.1.1029: DirectWrite doesn't take 'linespace' into accountv8.1.1029Bram Moolenaar2019-03-213-2/+5
* patch 8.1.1028: MS-Windows: memory leak when creating terminal failsv8.1.1028Bram Moolenaar2019-03-212-0/+5
* patch 8.1.1027: memory usage test sometimes failsv8.1.1027Bram Moolenaar2019-03-202-1/+5
* patch 8.1.1026: unused conditionv8.1.1026Bram Moolenaar2019-03-202-39/+4
* patch 8.1.1025: checking NULL pointer after additionv8.1.1025Bram Moolenaar2019-03-202-2/+5
* patch 8.1.1024: stray log calls in terminal codev8.1.1024Bram Moolenaar2019-03-202-3/+2
* patch 8.1.1023: may use NULL pointer when indexing a blobv8.1.1023Bram Moolenaar2019-03-192-1/+6
* patch 8.1.1022: may use NULL pointer when out of memoryv8.1.1022Bram Moolenaar2019-03-192-0/+4
* patch 8.1.1021: pyeval() and py3eval() leak memoryv8.1.1021Bram Moolenaar2019-03-193-38/+12
* patch 8.1.1020: compiler warning for Python3 interfacev8.1.1020Bram Moolenaar2019-03-192-1/+4
* patch 8.1.1019: Lua: may garbage collect function reference in usev8.1.1019Bram Moolenaar2019-03-193-64/+83
* patch 8.1.1018: window cleared when entering Terminal-Normal twicev8.1.1018Bram Moolenaar2019-03-192-1/+6
* patch 8.1.1017: off-by-one error in filetype detectionv8.1.1017Bram Moolenaar2019-03-172-6/+8
* Update runtime files.Bram Moolenaar2019-03-1726-775/+1291