summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.0018: :join does not add white space where it shouldv8.2.0018Bram Moolenaar2019-12-173-1/+14
* patch 8.2.0017: OS/2 and MS-DOS are still mentionedv8.2.0017Bram Moolenaar2019-12-172-1/+3
* patch 8.2.0016: test name used twice, option not restored properlyv8.2.0016Bram Moolenaar2019-12-172-2/+4
* patch 8.2.0015: not all modeline variants are testedv8.2.0015Bram Moolenaar2019-12-172-0/+111
* patch 8.2.0014: test69 and test95 are old stylev8.2.0014Bram Moolenaar2019-12-1610-622/+568
* patch 8.2.0013: not using a typedef for condstackv8.2.0013Bram Moolenaar2019-12-167-53/+54
* patch 8.2.0012: some undo functionality is not testedv8.2.0012Bram Moolenaar2019-12-152-1/+57
* patch 8.2.0011: screen updating wrong when opeing preview windowv8.2.0011Bram Moolenaar2019-12-154-4/+46
* patch 8.2.0010: test64 is old stylev8.2.0010Bram Moolenaar2019-12-158-1765/+671
* patch 8.2.0009: VMS: terminal version doesn't buildv8.2.0009Bram Moolenaar2019-12-155-8/+12
* patch 8.2.0008: test72 is old stylev8.2.0008Bram Moolenaar2019-12-147-183/+189
* patch 8.2.0007: popup menu positioned wrong with folding in two tabsv8.2.0007Bram Moolenaar2019-12-146-1/+39
* patch 8.2.0006: test using long file name may failv8.2.0006Bram Moolenaar2019-12-142-1/+3
* patch 8.2.0005: duplication in version infov8.2.0005Bram Moolenaar2019-12-142-19/+29
* patch 8.2.0004: get E685 and E931 if buffer reload is interruptedv8.2.0004Bram Moolenaar2019-12-1410-30/+67
* patch 8.2.0003: Build file dependencies are incompletev8.2.0003Bram Moolenaar2019-12-145-36/+52
* patch 8.2.0002: "dj" only deletes first line of closed foldv8.2.0002Bram Moolenaar2019-12-133-1/+29
* patch 8.2.0001: #endif comments do reflect corresponding #ifdefv8.2.0001Bram Moolenaar2019-12-132-2/+4
* Vim 8.2 releasev8.2.0000v8.2.0Bram Moolenaar2019-12-127-4866/+18
* patch 8.1.2424: MS-Windows: console buffer is resized unnecessarilyv8.1.2424Bram Moolenaar2019-12-112-3/+9
* patch 8.1.2423: MS-Windows properties shows version as "8, 1, 0"v8.1.2423Bram Moolenaar2019-12-112-2/+4
* patch 8.1.2422: "make depend" does not work correctly for libvtermv8.1.2422Bram Moolenaar2019-12-115-19/+27
* patch 8.1.2421: test88 is old stylev8.1.2421Bram Moolenaar2019-12-119-134/+107
* patch 8.1.2420: crash when calling popup_close() in win_execute()v8.1.2420Bram Moolenaar2019-12-113-2/+16
* patch 8.1.2419: with a long file name the hit-enter prompt appearsv8.1.2419Bram Moolenaar2019-12-114-1/+29
* patch 8.1.2418: bufnr('$') is wrong after recycling popup bufferv8.1.2418Bram Moolenaar2019-12-103-0/+38
* patch 8.1.2417: MinGW/Cygwin build does not clean up all filesv8.1.2417Bram Moolenaar2019-12-102-0/+3
* patch 8.1.2416: loading menus sets v:errmsgv8.1.2416Bram Moolenaar2019-12-102-0/+8
* patch 8.1.2415: popup menu flickers if an info popup is usedv8.1.2415Bram Moolenaar2019-12-102-13/+29
* patch 8.1.2414: MS-Windows: properties dialog box shows wrong characterv8.1.2414Bram Moolenaar2019-12-092-0/+5
* patch 8.1.2413: cannot update ex_cmdidxs.h on MS-Windowsv8.1.2413Bram Moolenaar2019-12-094-2/+20
* patch 8.1.2412: crash when evaluating expression with errorv8.1.2412Bram Moolenaar2019-12-083-1/+8
* patch 8.1.2411: function argument copied unnecessarilyv8.1.2411Bram Moolenaar2019-12-082-2/+3
* patch 8.1.2410: MS-Windows: test_iminsert fails without IME supportv8.1.2410Bram Moolenaar2019-12-072-1/+9
* patch 8.1.2409: creating the distribution doesn't work as documentedv8.1.2409Bram Moolenaar2019-12-072-0/+3
* patch 8.1.2408: syntax menu and build instructions outdatedv8.1.2408Bram Moolenaar2019-12-071-0/+2
* patch 8.1.2407: proto files, dependencies and build instructions outdatedv8.1.2407Bram Moolenaar2019-12-078-43/+44
* patch 8.1.2406: leaking memory in test_paste and test_registersv8.1.2406Bram Moolenaar2019-12-074-2/+10
* patch 8.1.2405: matchadd_conceal test fails under valgrindv8.1.2405Bram Moolenaar2019-12-072-2/+6
* patch 8.1.2404: channel test fails under valgrindv8.1.2404Bram Moolenaar2019-12-072-1/+4
* patch 8.1.2403: autocmd test fails under valgrindv8.1.2403Bram Moolenaar2019-12-072-2/+4
* Runtime file updates.Bram Moolenaar2019-12-073-1264/+1388
* patch 8.1.2402: typos and other small thingsv8.1.2402Bram Moolenaar2019-12-065-4/+11
* patch 8.1.2401: :cexpr does not handle | in expressionv8.1.2401Bram Moolenaar2019-12-064-13/+15
* patch 8.1.2400: test39 is old stylev8.1.2400Bram Moolenaar2019-12-068-123/+157
* patch 8.1.2399: info popup on top of cursor if it doesn't fitv8.1.2399Bram Moolenaar2019-12-064-1/+69
* patch 8.1.2398: strptime() test fails on Japanese Macv8.1.2398Bram Moolenaar2019-12-062-1/+3
* patch 8.1.2397: should not define __USE_XOPENv8.1.2397Bram Moolenaar2019-12-052-4/+3
* patch 8.1.2396: using old C style commentsv8.1.2396Bram Moolenaar2019-12-059-1313/+1312
* patch 8.1.2395: using old C style commentsv8.1.2395Bram Moolenaar2019-12-059-3201/+3188