summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.1149: building desktop files fails with older msgfmtv8.1.1149Bram Moolenaar2019-04-116-5/+70
* patch 8.1.1148: CTRL-L with 'incsearch' does not pick up char under cursorv8.1.1148Bram Moolenaar2019-04-113-22/+37
* patch 8.1.1147: desktop file translations are requiring manual updatesv8.1.1147Bram Moolenaar2019-04-118-10/+232
* patch 8.1.1146: in MS-Windows console colors in a terminal window are wrongv8.1.1146Bram Moolenaar2019-04-112-2/+5
* patch 8.1.1145: compiler warning for unused functionv8.1.1145Bram Moolenaar2019-04-112-0/+4
* patch 8.1.1144: too strict checking of the 'spellfile' optionv8.1.1144Bram Moolenaar2019-04-103-2/+26
* patch 8.1.1143: may pass weird strings to file name expansionv8.1.1143Bram Moolenaar2019-04-107-10/+56
* patch 8.1.1142: no test for dragging the window separators with the mousev8.1.1142Bram Moolenaar2019-04-092-0/+60
* patch 8.1.1141: terminal winpos test fails with very large terminalv8.1.1141Bram Moolenaar2019-04-092-2/+10
* patch 8.1.1140: not easy to find out what neighbors a window hasv8.1.1140Bram Moolenaar2019-04-086-26/+146
* patch 8.1.1139: no test for what is fixed in patch 8.1.0716v8.1.1139Bram Moolenaar2019-04-082-0/+5
* patch 8.1.1138: plugins don't get notified when the popup menu changesv8.1.1138Bram Moolenaar2019-04-0811-17/+164
* Update runtime files.Bram Moolenaar2019-04-0811-116/+148
* patch 8.1.1137: xterm mouse wheel escape sequence is not testedv8.1.1137Bram Moolenaar2019-04-072-0/+68
* patch 8.1.1136: decoding of mouse click escape sequence is not testedv8.1.1136Bram Moolenaar2019-04-075-2/+56
* patch 8.1.1135: build failure for small versionv8.1.1135Bram Moolenaar2019-04-072-0/+4
* patch 8.1.1134: buffer for quickfix window is reused for another filev8.1.1134Bram Moolenaar2019-04-073-0/+17
* patch 8.1.1133: compiler warning for uninitialized struct memberv8.1.1133Bram Moolenaar2019-04-072-1/+3
* patch 8.1.1132: getwinpos() test fails on MS-Windowsv8.1.1132Bram Moolenaar2019-04-062-11/+10
* patch 8.1.1131: getwinpos() does not work in the MS-Windows consolev8.1.1131Bram Moolenaar2019-04-065-16/+33
* patch 8.1.1130: MS-Windows: warning for unused variablev8.1.1130Bram Moolenaar2019-04-062-1/+2
* patch 8.1.1129: when making a new screendump test have to create the filev8.1.1129Bram Moolenaar2019-04-062-8/+19
* patch 8.1.1128: getwinpos() test does not work on MS-Windowsv8.1.1128Bram Moolenaar2019-04-062-2/+5
* patch 8.1.1127: getwinpos() doesn't work in terminal on MS-Windows consolev8.1.1127Bram Moolenaar2019-04-065-11/+22
* patch 8.1.1126: build failure with +terminal but without tgetentv8.1.1126Bram Moolenaar2019-04-062-2/+5
* patch 8.1.1125: libvterm does not handle the window position reportv8.1.1125Bram Moolenaar2019-04-067-40/+135
* patch 8.1.1124: insert completion flags are mixed upv8.1.1124Bram Moolenaar2019-04-065-69/+80
* patch 8.1.1123: no way to avoid filtering for autocomplete functionv8.1.1123Bram Moolenaar2019-04-064-22/+70
* patch 8.1.1122: char2nr() does not handle composing charactersv8.1.1122Bram Moolenaar2019-04-065-2/+178
* patch 8.1.1121: test for term_gettitle() was disabledv8.1.1121Bram Moolenaar2019-04-062-7/+7
* patch 8.1.1120: cannot easily get directory entry matchesv8.1.1120Bram Moolenaar2019-04-057-3/+256
* patch 8.1.1119: no support for Windows on ARM64.v8.1.1119Bram Moolenaar2019-04-047-4/+30
* 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