summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.0448: cursorline not removed when using 'cursorbind'v8.1.0448Bram Moolenaar2018-10-027-9/+99
* patch 8.1.0447: GUI scrollbar test fails with Athena and Motifv8.1.0447Bram Moolenaar2018-10-024-6/+15
* patch 8.1.0446: options test fails in the GUIv8.1.0446Bram Moolenaar2018-10-022-0/+5
* patch 8.1.0445: setting 'term' does not store location for termcap optionsv8.1.0445Bram Moolenaar2018-10-025-15/+98
* patch 8.1.0444: unnecessary check for NULL pointerv8.1.0444Bram Moolenaar2018-10-022-2/+3
* Update runtime files.Bram Moolenaar2018-10-0216-101/+206
* patch 8.1.0443: unnecessary static function prototypesv8.1.0443Bram Moolenaar2018-09-3061-770/+21
* patch 8.1.0442: GUI: cursor not drawn after ":redraw | sleep"v8.1.0442Bram Moolenaar2018-09-302-1/+3
* patch 8.1.0441: build failure without command line historyv8.1.0441Bram Moolenaar2018-09-302-6/+8
* patch 8.1.0440: remove() with a range not sufficiently testedv8.1.0440Bram Moolenaar2018-09-302-0/+50
* patch 8.1.0439: recursive use of getcmdline() still not protectedv8.1.0439Bram Moolenaar2018-09-305-97/+63
* patch 8.1.0438: the ex_make() function is too longv8.1.0438Bram Moolenaar2018-09-282-93/+118
* patch 8.1.0437: may access freed memory when syntax HL times outv8.1.0437Bram Moolenaar2018-09-282-4/+4
* patch 8.1.0436: can get the text of inputsecret() with getcmdline()v8.1.0436Bram Moolenaar2018-09-252-4/+9
* patch 8.1.0435: cursorline highlight not removed in some situationv8.1.0435Bram Moolenaar2018-09-254-0/+14
* patch 8.1.0434: copy_loclist() is too longv8.1.0434Bram Moolenaar2018-09-254-92/+108
* patch 8.1.0433: mapping can obtain text from inputsecret()v8.1.0433Bram Moolenaar2018-09-252-2/+9
* patch 8.1.0432: compiler warning for signed/unsignedv8.1.0432Bram Moolenaar2018-09-252-1/+3
* patch 8.1.0431: the qf_jump() function is too longv8.1.0431Bram Moolenaar2018-09-242-105/+162
* patch 8.1.0430: Xargadd file left behind after running testv8.1.0430Bram Moolenaar2018-09-242-0/+3
* patch 8.1.0429: no test for :lcd with 'shellslash'v8.1.0429Bram Moolenaar2018-09-232-0/+14
* patch 8.1.0428: the :suspend command is not testedv8.1.0428Bram Moolenaar2018-09-224-0/+55
* patch 8.1.0427: MS-Windows GUI: using invalid encoded file namev8.1.0427Bram Moolenaar2018-09-222-6/+8
* patch 8.1.0426: accessing invalid memory in SmcOpenConnection()v8.1.0426Bram Moolenaar2018-09-223-2/+4
* patch 8.1.0425: ml_get error and crash with appendbufline()v8.1.0425Bram Moolenaar2018-09-213-0/+35
* patch 8.1.0424: test output is very verbose, loading CI log is slowv8.1.0424Bram Moolenaar2018-09-212-4/+9
* patch 8.1.0423: MS-Windows: using dup-close for flushing a filev8.1.0423Bram Moolenaar2018-09-214-12/+5
* patch 8.1.0422: cannot create map file with MinGWv8.1.0422Bram Moolenaar2018-09-212-0/+9
* patch 8.1.0421: MS-Windows: Ruby path is wrong for Ruby 1.9 and laterv8.1.0421Bram Moolenaar2018-09-213-3/+6
* patch 8.1.0420: generating vim.lib when using ActivePerl 5.20.3 or laterv8.1.0420Bram Moolenaar2018-09-212-4/+12
* patch 8.1.0419: Cygwin: running cproto fails with -O2v8.1.0419Bram Moolenaar2018-09-212-1/+4
* patch 8.1.0418: MS-Windows: cannot separate Lua include and library dirsv8.1.0418Bram Moolenaar2018-09-212-2/+8
* patch 8.1.0417: several command line arguments are not testedv8.1.0417Bram Moolenaar2018-09-212-4/+48
* patch 8.1.0416: sort doesn't report deleted linesv8.1.0416Bram Moolenaar2018-09-213-0/+35
* patch 8.1.0415: not actually using 16 colors with vtpv8.1.0415Bram Moolenaar2018-09-213-24/+24
* patch 8.1.0414: v:option_old is cleared when using :set in OptionSet autocmdv8.1.0414Bram Moolenaar2018-09-212-3/+10
* patch 8.1.0413: test output is duplicated or missingv8.1.0413Bram Moolenaar2018-09-203-2/+7
* patch 8.1.0412: cannot build with GTK 2.4v8.1.0412Bram Moolenaar2018-09-192-0/+14
* patch 8.1.0411: renamed file missing from distributionv8.1.0411Bram Moolenaar2018-09-192-1/+3
* patch 8.1.0410: the ex_copen() function is too longv8.1.0410Bram Moolenaar2018-09-192-93/+119
* patch 8.1.0409: startup test fails on MS-Windowsv8.1.0409Bram Moolenaar2018-09-192-4/+13
* patch 8.1.0408: MSVC: cannot use the "x64" native compiler optionv8.1.0408Bram Moolenaar2018-09-183-9/+31
* patch 8.1.0407: quickfix code mixes using the stack and a list pointerv8.1.0407Bram Moolenaar2018-09-182-114/+113
* patch 8.1.0406: several command line arguments are not testedv8.1.0406Bram Moolenaar2018-09-182-1/+66
* patch 8.1.0405: too many #ifdefs for GTKv8.1.0405Bram Moolenaar2018-09-186-726/+89
* patch 8.1.0404: accessing invalid memory with long argument namev8.1.0404Bram Moolenaar2018-09-182-1/+10
* patch 8.1.0403: header file missing from distributionv8.1.0403Bram Moolenaar2018-09-182-0/+3
* patch 8.1.0402: the DiffUpdate event isn't triggered for :diffputv8.1.0402Bram Moolenaar2018-09-182-14/+27
* patch 8.1.0401: can't get swap name of another bufferv8.1.0401Bram Moolenaar2018-09-164-5/+59
* patch 8.1.0400: using freed memory with :diffgetv8.1.0400Bram Moolenaar2018-09-162-2/+17