summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.1241: Ex command info contains confusing informationv8.1.1241Bram Moolenaar2019-05-019-700/+769
* patch 8.1.1240: runtime desktop files are overwritten by buildv8.1.1240Bram Moolenaar2019-04-303-4/+10
* patch 8.1.1239: key with byte sequence containing CSI does not workv8.1.1239Bram Moolenaar2019-04-292-13/+19
* patch 8.1.1238: MS-Windows: compiler warning for sprintf() formatv8.1.1238Bram Moolenaar2019-04-292-1/+3
* patch 8.1.1237: error for using "compl", reserved word in C++v8.1.1237Bram Moolenaar2019-04-293-8/+10
* patch 8.1.1236: sjiscorr.c not found in shadow directoryv8.1.1236Bram Moolenaar2019-04-292-1/+3
* Update .gitignoreBram Moolenaar2019-04-291-0/+1
* patch 8.1.1235: compiler warnings for using STRLEN() valuev8.1.1235Bram Moolenaar2019-04-292-2/+4
* patch 8.1.1234: swap file test fails on MS-Windowsv8.1.1234Bram Moolenaar2019-04-282-2/+4
* patch 8.1.1233: cannot build tiny versionv8.1.1233Bram Moolenaar2019-04-282-3/+2
* patch 8.1.1232: can't build on MS-Windowsv8.1.1232Bram Moolenaar2019-04-286-12/+16
* patch 8.1.1231: asking about existing swap file unnecessarilyv8.1.1231Bram Moolenaar2019-04-2813-74/+194
* patch 8.1.1230: a lot of code is shared between vim.exe and gvim.exev8.1.1230Bram Moolenaar2019-04-2842-466/+1200
* patch 8.1.1229: warning for posix_openpt() not declaredv8.1.1229Bram Moolenaar2019-04-282-0/+3
* patch 8.1.1228: not possible to process tags with a functionv8.1.1228Bram Moolenaar2019-04-2820-53/+647
* patch 8.1.1227: duplicate entries in the generate .desktop filesv8.1.1227Bram Moolenaar2019-04-283-4/+2
* patch 8.1.1226: {not in Vi} remarks get in the way of useful help textv8.1.1226Bram Moolenaar2019-04-283-404/+118
* patch 8.1.1225: cannot create a pty to use with :terminal on FreeBSDv8.1.1225Bram Moolenaar2019-04-285-5/+41
* patch 8.1.1224: MS-Windows: cannot specify font weightv8.1.1224Bram Moolenaar2019-04-286-134/+172
* patch 8.1.1223: middle mouse click test fails without a clipboardv8.1.1223Bram Moolenaar2019-04-283-1/+10
* patch 8.1.1222: build still fails on MS-Windowsv8.1.1222Bram Moolenaar2019-04-272-1/+3
* patch 8.1.1221: filtering does not work when listing marksv8.1.1221Bram Moolenaar2019-04-274-32/+55
* patch 8.1.1220: build fails on MS-Windowsv8.1.1220Bram Moolenaar2019-04-272-1/+3
* patch 8.1.1219: not checking for NULL return from alloc()v8.1.1219Bram Moolenaar2019-04-2714-36/+82
* patch 8.1.1218: cannot set a directory for a tab pagev8.1.1218Bram Moolenaar2019-04-2720-66/+441
* patch 8.1.1217: MS-Windows: no space reserved for font quality namev8.1.1217Bram Moolenaar2019-04-272-1/+4
* patch 8.1.1216: mouse middle click is not testedv8.1.1216Bram Moolenaar2019-04-272-1/+53
* patch 8.1.1215: "make clean" does not remove generated src/po filesv8.1.1215Bram Moolenaar2019-04-272-0/+3
* patch 8.1.1214: old style testsv8.1.1214Bram Moolenaar2019-04-2711-131/+206
* patch 8.1.1213: "make clean" in top dir does not cleanup indent test outputv8.1.1213Bram Moolenaar2019-04-274-13/+9
* patch 8.1.1212: signal PWR is not testedv8.1.1212Bram Moolenaar2019-04-272-11/+41
* patch 8.1.1211: not all user command code is testedv8.1.1211Bram Moolenaar2019-04-272-0/+96
* patch 8.1.1210: support for user commands is spread outv8.1.1210Bram Moolenaar2019-04-2729-1738/+1778
* patch 8.1.1209: clever compiler warns for buffer being too smallv8.1.1209Bram Moolenaar2019-04-263-3/+5
* patch 8.1.1208: links to repository use wrong file namev8.1.1208Bram Moolenaar2019-04-262-2/+4
* patch 8.1.1207: some compilers give warning messagesv8.1.1207Bram Moolenaar2019-04-265-5/+7
* patch 8.1.1206: user command parsing and listing not properly testedv8.1.1206Bram Moolenaar2019-04-252-0/+142
* patch 8.1.1205: a BufReadPre autocommand may cause the cursor to movev8.1.1205Bram Moolenaar2019-04-256-1/+97
* patch 8.1.1204: output of :command with address completion is not nicev8.1.1204Bram Moolenaar2019-04-253-24/+29
* patch 8.1.1203: some autocmd tests are old stylev8.1.1203Bram Moolenaar2019-04-258-153/+206
* patch 8.1.1202: always get regexp debugging logs when building with -DDEBUGv8.1.1202Bram Moolenaar2019-04-252-5/+7
* patch 8.1.1201: output of :command is hard to readv8.1.1201Bram Moolenaar2019-04-246-31/+59
* patch 8.1.1200: old style comments in debugger sourcev8.1.1200Bram Moolenaar2019-04-233-85/+83
* patch 8.1.1199: no test for :abclearv8.1.1199Bram Moolenaar2019-04-232-0/+58
* patch 8.1.1198: bracketed paste may remain active after Vim existsv8.1.1198Bram Moolenaar2019-04-212-7/+13
* patch 8.1.1197: when starting with multiple tabs file messages is confusingv8.1.1197Bram Moolenaar2019-04-214-0/+53
* patch 8.1.1196: parallel build may failv8.1.1196Bram Moolenaar2019-04-212-34/+35
* patch 8.1.1195: Vim script debugger functionality needs cleanupv8.1.1195Bram Moolenaar2019-04-2117-1001/+1063
* Update runtime filesBram Moolenaar2019-04-2114-987/+404
* patch 8.1.1194: typos and small problems in source filesv8.1.1194Bram Moolenaar2019-04-2110-15/+16