summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.0217: compiler warning for variable set but not usedv8.1.0217Bram Moolenaar2018-07-282-1/+7
* patch 8.1.0216: part of file not indented properlyv8.1.0216Bram Moolenaar2018-07-272-8/+10
* patch 8.1.0215: no error if configure --with-x cannot configure Xv8.1.0215Bram Moolenaar2018-07-273-0/+16
* patch 8.1.0214: +autochdir feature not reported by has() or :versionv8.1.0214Bram Moolenaar2018-07-272-0/+10
* patch 8.1.0213: CTRL-W CR does not work properly in a quickfix windowv8.1.0213Bram Moolenaar2018-07-256-23/+65
* patch 8.1.0212: preferred cursor column not set in interfacesv8.1.0212Bram Moolenaar2018-07-2513-1/+93
* patch 8.1.0211: expanding a file name "~" results in $HOMEv8.1.0211Bram Moolenaar2018-07-258-11/+29
* patch 8.1.0210: still a few K&R function declarationsv8.1.0210Bram Moolenaar2018-07-254-11/+6
* patch 8.1.0209: stderr output from Ruby messes up displayv8.1.0209Bram Moolenaar2018-07-242-0/+9
* patch 8.1.0208: file left behind after running individual testv8.1.0208Bram Moolenaar2018-07-242-0/+3
* patch 8.1.0207: need many menu translation files to cover regionsv8.1.0207Bram Moolenaar2018-07-232-0/+9
* patch 8.1.0206: duplicate test function namev8.1.0206Bram Moolenaar2018-07-233-3/+5
* patch 8.1.0205: invalid memory access with invalid modelinev8.1.0205Bram Moolenaar2018-07-235-9/+24
* patch 8.1.0204: inputlist() is not testedv8.1.0204Bram Moolenaar2018-07-222-0/+13
* patch 8.1.0203: building with Perl 5.28 fails on Windowsv8.1.0203Bram Moolenaar2018-07-222-7/+17
* patch 8.1.0202: :version always shows +packagesv8.1.0202Bram Moolenaar2018-07-222-0/+8
* patch 8.1.0201: newer Python uses "importlib" instead of "imp"v8.1.0201Bram Moolenaar2018-07-223-8/+90
* Update runtime files.Bram Moolenaar2018-07-2130-433/+724
* patch 8.1.0200: spellbadword() not testedv8.1.0200Bram Moolenaar2018-07-202-0/+43
* patch 8.1.0199: spellbadword() does not check for caps errorv8.1.0199Bram Moolenaar2018-07-202-0/+3
* patch 8.1.0198: there is no hint that syntax is disabled for 'redrawtime'v8.1.0198Bram Moolenaar2018-07-202-3/+10
* patch 8.1.0197: Windows GUI: title for search/replace is wrongv8.1.0197Bram Moolenaar2018-07-202-4/+4
* patch 8.1.0196: terminal debugger error with .gdbinit filev8.1.0196Bram Moolenaar2018-07-192-1/+4
* patch 8.1.0195: terminal debugger commands don't always workv8.1.0195Bram Moolenaar2018-07-192-0/+7
* patch 8.1.0194: possibly use of NULL pointerv8.1.0194Bram Moolenaar2018-07-182-2/+12
* patch 8.1.0193: terminal debugger buttons don't always workv8.1.0193Bram Moolenaar2018-07-172-0/+8
* patch 8.1.0192: executing regexp recursively fails with a crashv8.1.0192Bram Moolenaar2018-07-174-413/+434
* patch 8.1.0191: Perl test fails in 24 line terminalv8.1.0191Bram Moolenaar2018-07-162-1/+3
* patch 8.1.0190: Perl refcounts are wrongv8.1.0190Bram Moolenaar2018-07-163-17/+66
* patch 8.1.0189: function defined in sandbox not testedv8.1.0189Bram Moolenaar2018-07-152-0/+18
* Update runtime files.Bram Moolenaar2018-07-1529-400/+1543
* patch 8.1.0188: no test for ":cscope add"v8.1.0188Bram Moolenaar2018-07-152-0/+20
* patch 8.1.0187: getwininfo() and win_screenpos() return different numbersv8.1.0187Bram Moolenaar2018-07-154-46/+51
* patch 8.1.0186: test for getwininfo() fails in GUIv8.1.0186Bram Moolenaar2018-07-142-3/+6
* patch 8.1.0185: running tests writes lua.vim even though it is not usedv8.1.0185Bram Moolenaar2018-07-146-9/+3
* patch 8.1.0184: not easy to figure out the window layoutv8.1.0184Bram Moolenaar2018-07-144-2/+25
* patch 8.1.0183: Lua API changed, breaking the buildv8.1.0183Bram Moolenaar2018-07-142-5/+21
* patch 8.1.0182: Unicode standard was updatedv8.1.0182Bram Moolenaar2018-07-142-23/+50
* patch 8.1.0181: memory leak with trailing characters in skip expressionv8.1.0181Bram Moolenaar2018-07-143-0/+13
* patch 8.1.0180: static analysis errors in Lua interfacev8.1.0180Bram Moolenaar2018-07-132-15/+34
* patch 8.1.0179: redundant condition for boundary checkv8.1.0179Bram Moolenaar2018-07-132-4/+4
* patch 8.1.0178: warning for passing pointer to non-pointer argumentv8.1.0178Bram Moolenaar2018-07-112-1/+3
* patch 8.1.0177: defining function in sandbox is inconsistentv8.1.0177Bram Moolenaar2018-07-103-8/+25
* patch 8.1.0176: overlapping string argument for strcpy()v8.1.0176Bram Moolenaar2018-07-102-1/+3
* patch 8.1.0175: marks test fails in very wide windowv8.1.0175Bram Moolenaar2018-07-102-5/+4
* patch 8.1.0174: after paging up and down fold line is wrongv8.1.0174Bram Moolenaar2018-07-103-11/+44
* patch 8.1.0173: compiler warning on MS-Windowsv8.1.0173Bram Moolenaar2018-07-092-1/+3
* patch 8.1.0172: 'viminfofile' option does not behave like a file namev8.1.0172Bram Moolenaar2018-07-082-1/+4
* patch 8.1.0171: typing CTRL-W n in a terminal window causes ml_get errorv8.1.0171Bram Moolenaar2018-07-083-2/+33
* patch 8.1.0170: invalid memory use with complicated patternv8.1.0170Bram Moolenaar2018-07-082-62/+13