summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.0853: options test fails on Macv8.1.0853Bram Moolenaar2019-01-302-2/+6
* patch 8.1.0852: findfile() and finddir() are not properly testedv8.1.0852Bram Moolenaar2019-01-302-20/+166
* patch 8.1.0851: feedkeys() with "L" does not work properlyv8.1.0851Bram Moolenaar2019-01-305-10/+14
* patch 8.1.0850: test for 'backupskip' is not correctv8.1.0850Bram Moolenaar2019-01-302-8/+39
* patch 8.1.0849: cursorline highlight is not always updatedv8.1.0849Bram Moolenaar2019-01-305-5/+35
* patch 8.1.0848: cannot build with Ruby 1.8v8.1.0848Bram Moolenaar2019-01-302-1/+3
* patch 8.1.0847: may use terminal after it was cleaned upv8.1.0847Bram Moolenaar2019-01-292-5/+12
* patch 8.1.0846: not easy to recognize the system Vim runs onv8.1.0846Bram Moolenaar2019-01-297-42/+114
* patch 8.1.0845: having job_status() free the job causes problemsv8.1.0845Bram Moolenaar2019-01-295-31/+109
* patch 8.1.0844: when timer fails test will hang foreverv8.1.0844Bram Moolenaar2019-01-292-1/+5
* patch 8.1.0843: memory leak when running "make test_cd"v8.1.0843Bram Moolenaar2019-01-292-0/+17
* patch 8.1.0842: getchar_zero test fails on MS-Windowsv8.1.0842Bram Moolenaar2019-01-282-2/+11
* patch 8.1.0841: travis config to get Lua on MacOS is too complicatedv8.1.0841Bram Moolenaar2019-01-282-1/+7
* patch 8.1.0840: getchar(0) never returns a character in the terminalv8.1.0840Bram Moolenaar2019-01-287-13/+36
* patch 8.1.0839: when using VTP wrong colors after a color scheme changev8.1.0839Bram Moolenaar2019-01-282-0/+11
* patch 8.1.0838: compiler warning for type conversionv8.1.0838Bram Moolenaar2019-01-282-1/+3
* patch 8.1.0837: timer interrupting cursorhold and mapping not testedv8.1.0837Bram Moolenaar2019-01-273-3/+66
* patch 8.1.0836: user completion test can fail on MS-Windowsv8.1.0836Bram Moolenaar2019-01-272-1/+4
* patch 8.1.0835: GUI build fails on MS-Windowsv8.1.0835Bram Moolenaar2019-01-272-1/+3
* patch 8.1.0834: GUI may wait too long before dealing with messagesv8.1.0834Bram Moolenaar2019-01-276-205/+288
* patch 8.1.0833: memory leak when jumps output is filteredv8.1.0833Bram Moolenaar2019-01-272-0/+5
* patch 8.1.0832: confirm() is not testedv8.1.0832Bram Moolenaar2019-01-272-0/+57
* patch 8.1.0831: xxd test fails if man page has dos fileformatv8.1.0831Bram Moolenaar2019-01-272-6/+17
* patch 8.1.0830: test leaves directory behind on MS-Windowsv8.1.0830Bram Moolenaar2019-01-272-0/+5
* patch 8.1.0829: when 'hidden' is set session creates extra buffersv8.1.0829Bram Moolenaar2019-01-263-20/+48
* patch 8.1.0828: still using FEAT_VIRTUALEDITv8.1.0828Bram Moolenaar2019-01-262-4/+2
* Updated runtime files.Bram Moolenaar2019-01-2617-2172/+2371
* patch 8.1.0827: missing dependency in Makefilev8.1.0827Bram Moolenaar2019-01-262-1/+3
* patch 8.1.0826: too many #ifdefsv8.1.0826Bram Moolenaar2019-01-2635-493/+65
* patch 8.1.0825: code for autocommands is mixed with file I/O codev8.1.0825Bram Moolenaar2019-01-2619-2620/+2672
* patch 8.1.0824: SunOS/Solaris has a problem with ttysv8.1.0824Bram Moolenaar2019-01-269-68/+147
* patch 8.1.0823: not sufficient testing of xxdv8.1.0823Bram Moolenaar2019-01-262-1/+21
* patch 8.1.0822: peeking and flushing output slows down executionv8.1.0822Bram Moolenaar2019-01-255-13/+29
* patch 8.1.0821: xxd "usage" output and other arguments not testedv8.1.0821Bram Moolenaar2019-01-253-23/+66
* patch 8.1.0820: test for sending large data over channel sometimes failsv8.1.0820Bram Moolenaar2019-01-253-38/+44
* patch 8.1.0819: a failed assert with a long string is hard to readv8.1.0819Bram Moolenaar2019-01-253-22/+72
* patch 8.1.0818: MS-Windows: cannot send large data with ch_sendraw()v8.1.0818Bram Moolenaar2019-01-246-13/+51
* patch 8.1.0817: ":=" command is not testedv8.1.0817Bram Moolenaar2019-01-244-0/+36
* patch 8.1.0816: test for 'runtimepath' in session fails on MS-Windowsv8.1.0816Bram Moolenaar2019-01-242-0/+6
* patch 8.1.0815: dialog for file changed outside of Vim not testedv8.1.0815Bram Moolenaar2019-01-246-120/+217
* patch 8.1.0814: :mksession cannot handle a very long 'runtimepath'v8.1.0814Bram Moolenaar2019-01-243-13/+78
* patch 8.1.0813: FileChangedShell not sufficiently testedv8.1.0813Bram Moolenaar2019-01-242-0/+92
* patch 8.1.0812: Unicode 16 feature is not usefulv8.1.0812Bram Moolenaar2019-01-244-48/+9
* patch 8.1.0811: too many #ifdefsv8.1.0811Bram Moolenaar2019-01-2454-325/+122
* patch 8.1.0810: too many #ifdefsv8.1.0810Bram Moolenaar2019-01-2425-873/+200
* patch 8.1.0809: too many #ifdefsv8.1.0809Bram Moolenaar2019-01-2410-812/+112
* patch 8.1.0808: MS-Windows: build error with GUIv8.1.0808Bram Moolenaar2019-01-242-1/+3
* patch 8.1.0807: session test fails on MS-Windowsv8.1.0807Bram Moolenaar2019-01-242-0/+6
* patch 8.1.0806: too many #ifdefsv8.1.0806Bram Moolenaar2019-01-2421-1137/+165
* patch 8.1.0805: too many #ifdefsv8.1.0805Bram Moolenaar2019-01-2417-1146/+233