summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.1094: long line in tags file causes errorv8.1.1094Bram Moolenaar2019-03-303-22/+59
* patch 8.1.1093: support for outdated tags format slows down tag parsingv8.1.1093Bram Moolenaar2019-03-303-60/+6
* patch 8.1.1092: setting 'guifont' when maximized resizes the Vim windowv8.1.1092Bram Moolenaar2019-03-302-4/+14
* patch 8.1.1091: MS-Windows: cannot use multi-byte chars in environment varv8.1.1091Bram Moolenaar2019-03-303-44/+54
* patch 8.1.1090: MS-Windows: modify_fname() has problems with some 'encoding'v8.1.1090Bram Moolenaar2019-03-302-10/+18
* patch 8.1.1089: tutor does not check $LC_MESSAGESv8.1.1089Bram Moolenaar2019-03-301-0/+2
* patch 8.1.1088: height of quickfix window not retained with vertical splitv8.1.1088Bram Moolenaar2019-03-303-4/+32
* patch 8.1.1087: tag stack is incorrect after CTRL-T and then :tagv8.1.1087Bram Moolenaar2019-03-303-3/+81
* patch 8.1.1086: too many curly bracesv8.1.1086Bram Moolenaar2019-03-3042-189/+26
* patch 8.1.1085: compiler warning for possibly uninitialized variablev8.1.1085Bram Moolenaar2019-03-302-10/+17
* patch 8.1.1084: cannot delete a match from another windowv8.1.1084Bram Moolenaar2019-03-303-54/+100
* patch 8.1.1083: MS-Windows: hang when opening a file on network sharev8.1.1083Bram Moolenaar2019-03-302-235/+15
* patch 8.1.1082: "Conceal" match is mixed up with 'hlsearch' match.v8.1.1082Bram Moolenaar2019-03-302-4/+10
* patch 8.1.1081: MS-Windows: cannot use some fontsv8.1.1081Bram Moolenaar2019-03-305-120/+132
* patch 8.1.1080: when a screendump test fails, moving the file is a hasslev8.1.1080Bram Moolenaar2019-03-302-1/+12
* patch 8.1.1079: no need for a separate ScreenLinesUtf8() test functionv8.1.1079Bram Moolenaar2019-03-304-22/+5
* patch 8.1.1078: when 'listchars' is set a composing char on a space is wrongv8.1.1078Bram Moolenaar2019-03-303-19/+48
* patch 8.1.1077: reg_executing() is reset by calling input()v8.1.1077Bram Moolenaar2019-03-304-8/+28
* patch 8.1.1076: file for Insert mode is much too bigv8.1.1076Bram Moolenaar2019-03-3023-4023/+4174
* patch 8.1.1075: function reference count wrong in Python codev8.1.1075Bram Moolenaar2019-03-302-1/+3
* patch 8.1.1074: Python test doesn't wipe out hidden bufferv8.1.1074Bram Moolenaar2019-03-303-8/+20
* patch 8.1.1073: space in number column is on wrong side with 'rightleft' setv8.1.1073Bram Moolenaar2019-03-294-1/+38
* patch 8.1.1072: extending sign and foldcolumn below the text is confusingv8.1.1072Bram Moolenaar2019-03-2929-395/+381
* patch 8.1.1071: cannot get composing characters from the screenv8.1.1071Bram Moolenaar2019-03-294-2/+132
* patch 8.1.1070: issue templates are not good enoughv8.1.1070Bram Moolenaar2019-03-291-0/+2
* patch 8.1.1069: source README file doesn't look nice on githubv8.1.1069Bram Moolenaar2019-03-293-162/+192
* patch 8.1.1068: cannot get all the information about current completionv8.1.1068Bram Moolenaar2019-03-295-6/+261
* patch 8.1.1067: issues added on github are unstructuredv8.1.1067Bram Moolenaar2019-03-291-0/+2
* patch 8.1.1066: VIMDLL isn't actually usedv8.1.1066Bram Moolenaar2019-03-286-164/+7
* patch 8.1.1065: no test for using and deleting menu in the GUIv8.1.1065Bram Moolenaar2019-03-282-0/+17
* 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-261-0/+2
* patch 8.1.1056: no eval function for Rubyv8.1.1056Bram Moolenaar2019-03-265-182/+408
* 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
* 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