summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.1118: a couple of conditions are hard to understandv8.1.1118Bram Moolenaar2019-04-043-22/+39
* patch 8.1.1117: build failure without the +eval featurev8.1.1117Bram Moolenaar2019-04-042-0/+4
* patch 8.1.1116: cannot enforce a Vim script stylev8.1.1116Bram Moolenaar2019-04-0414-32/+177
* patch 8.1.1115: cannot build with older C compilerv8.1.1115Bram Moolenaar2019-04-042-5/+7
* patch 8.1.1114: confusing overloaded operator "." for string concatenationv8.1.1114Bram Moolenaar2019-04-044-15/+59
* patch 8.1.1113: making an autocommand trigger once is not so easyv8.1.1113Bram Moolenaar2019-04-045-18/+146
* patch 8.1.1112: duplicate code in quickfix filev8.1.1112Bram Moolenaar2019-04-043-125/+102
* patch 8.1.1111: it is not easy to check for infinityv8.1.1111Bram Moolenaar2019-04-044-9/+45
* patch 8.1.1110: composing chars on space wrong when 'listchars' is setv8.1.1110Bram Moolenaar2019-04-043-30/+63
* patch 8.1.1109: deleted file still in list of distributed filesv8.1.1109Bram Moolenaar2019-04-042-1/+2
* Update runtime files.Bram Moolenaar2019-04-0425-181/+504
* patch 8.1.1108: test for 'visualbell' doesn't workv8.1.1108Bram Moolenaar2019-04-032-0/+4
* patch 8.1.1107: no test for 'visualbell'v8.1.1107Bram Moolenaar2019-04-032-1/+8
* patch 8.1.1106: no test for 'writedelay'v8.1.1106Bram Moolenaar2019-04-032-0/+22
* patch 8.1.1105: long escape sequences may be split upv8.1.1105Bram Moolenaar2019-04-032-7/+17
* patch 8.1.1104: MS-Windows: not all environment variables can be usedv8.1.1104Bram Moolenaar2019-04-036-18/+24
* patch 8.1.1103: MS-Windows: old API calls are no longer neededv8.1.1103Bram Moolenaar2019-04-028-1545/+701
* patch 8.1.1102: Win32 exe file contains unused codev8.1.1102Bram Moolenaar2019-04-022-36/+12
* patch 8.1.1101: signals test may fail in the GUIv8.1.1101Bram Moolenaar2019-04-022-0/+7
* patch 8.1.1100: tag file without trailing newline no longer worksv8.1.1100Bram Moolenaar2019-04-023-3/+20
* patch 8.1.1099: the do_tag() function is too longv8.1.1099Bram Moolenaar2019-03-315-550/+574
* patch 8.1.1098: quickfix code duplicationv8.1.1098Bram Moolenaar2019-03-313-59/+74
* patch 8.1.1097: Motif build failsv8.1.1097Bram Moolenaar2019-03-302-1/+7
* patch 8.1.1096: MS-Windows: cannot distinguish BS and CTRL-Hv8.1.1096Bram Moolenaar2019-03-303-2/+5
* patch 8.1.1095: MS-Windows: executable() fails on very long filenamev8.1.1095Bram Moolenaar2019-03-303-5/+21
* 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-304-76/+31
* 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-302-1/+9
* 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-304-66/+129
* 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-3024-4023/+4176
* 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-296-2/+151
* patch 8.1.1070: issue templates are not good enoughv8.1.1070Bram Moolenaar2019-03-293-12/+19