summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.0.0208: internally used commands end up in historyv8.0.0208Bram Moolenaar2017-01-203-3/+5
* patch 8.0.0207: leaking file descriptor when system() failsv8.0.0207Bram Moolenaar2017-01-202-0/+3
* patch 8.0.0206: test coverage for :retab insufficientv8.0.0206Bram Moolenaar2017-01-174-0/+81
* patch 8.0.0205: wrong behavior after :undojoinv8.0.0205Bram Moolenaar2017-01-173-6/+15
* patch 8.0.0204: compiler warns for uninitialized variablev8.0.0204Bram Moolenaar2017-01-172-1/+5
* patch 8.0.0203: order of complication flags is sometimes wrongv8.0.0203Bram Moolenaar2017-01-172-11/+16
* patch 8.0.0202: no test for invalid syntax group namev8.0.0202Bram Moolenaar2017-01-172-0/+13
* patch 8.0.0201: completion of highlight groups includes cleared namesv8.0.0201Bram Moolenaar2017-01-173-9/+34
* patch 8.0.0200: some syntax arguments are not testedv8.0.0200Bram Moolenaar2017-01-172-2/+34
* patch 8.0.0199: compiler warnings for libcallv8.0.0199Bram Moolenaar2017-01-173-5/+5
* patch 8.0.0198: some syntax arguments take effect even after "if 0"v8.0.0198Bram Moolenaar2017-01-173-18/+185
* Update runtime files.Bram Moolenaar2017-01-1716-118/+107
* patch 8.0.0197: system() test skips some parts for MS-Windowsv8.0.0197Bram Moolenaar2017-01-162-23/+28
* patch 8.0.0196: profile test is slo and does not work on MS-Windowsv8.0.0196Bram Moolenaar2017-01-162-40/+52
* patch 8.0.0195: fail to jump to static tag in current filev8.0.0195Bram Moolenaar2017-01-163-10/+33
* patch 8.0.0194: profile tests fails if total and self time are equalv8.0.0194Bram Moolenaar2017-01-152-1/+4
* patch 8.0.0193: accidentally removed #ifdefv8.0.0193Bram Moolenaar2017-01-152-0/+4
* patch 8.0.0192: cannot build with tiny featuresv8.0.0192Bram Moolenaar2017-01-153-3/+3
* patch 8.0.0191: can't build with Ruby on some systemsv8.0.0191Bram Moolenaar2017-01-152-4/+6
* patch 8.0.0190: finding duplicate tags uses a slow linear searchv8.0.0190Bram Moolenaar2017-01-152-162/+160
* patch 8.0.0189: profile commands are not testedv8.0.0189Bram Moolenaar2017-01-154-0/+139
* patch 8.0.0188: redrawing for 'cursorbind' is inefficientv8.0.0188Bram Moolenaar2017-01-152-4/+4
* patch 8.0.0187: cant build with new Ruby versionv8.0.0187Bram Moolenaar2017-01-142-0/+6
* patch 8.0.0186: confusing error message from assert_notequal()v8.0.0186Bram Moolenaar2017-01-143-11/+16
* patch 8.0.0185: system() test fails on MS-Windowsv8.0.0185Bram Moolenaar2017-01-142-0/+6
* patch 8.0.0184: when an error is caught Vim still exits with non-zero resultv8.0.0184Bram Moolenaar2017-01-143-2/+41
* patch 8.0.0183: ubsan warns for unaligned addressv8.0.0183Bram Moolenaar2017-01-142-1/+10
* patch 8.0.0182: cursor ilne not update when 'cursorbind' is setv8.0.0182Bram Moolenaar2017-01-142-1/+3
* patch 8.0.0181: with cursorbind set cursor column highlighting is offv8.0.0181Bram Moolenaar2017-01-142-0/+6
* patch 8.0.0180: error E937 is used twicev8.0.0180Bram Moolenaar2017-01-143-2/+4
* patch 8.0.0179: cannot have a local value for 'formatprg'v8.0.0179Bram Moolenaar2017-01-147-16/+43
* patch 8.0.0178: command count test fails on MS-Windowsv8.0.0178Bram Moolenaar2017-01-133-1/+3
* patch 8.0.0177: BufEnter autocommand not fired for a directoryv8.0.0177Bram Moolenaar2017-01-137-11/+40
* patch 8.0.0176: cannot use :change inside a function definitionv8.0.0176Bram Moolenaar2017-01-123-1/+79
* patch 8.0.0175: setting language on MS-Windows does not always workv8.0.0175Bram Moolenaar2017-01-126-59/+123
* patch 8.0.0174: executing "locale -a" on MS-Windows needlesslyv8.0.0174Bram Moolenaar2017-01-122-16/+20
* patch 8.0.0173: build fails with EBCDIC definedv8.0.0173Bram Moolenaar2017-01-124-34/+32
* patch 8.0.0172: command line window does not workv8.0.0172Bram Moolenaar2017-01-113-6/+21
* patch 8.0.0171: JS style JSON does not support single quotesv8.0.0171Bram Moolenaar2017-01-115-7/+26
* patch 8.0.0170: crash in channel testv8.0.0170Bram Moolenaar2017-01-102-1/+4
* patch 8.0.0169: json_decode() may run out of stack spacev8.0.0169Bram Moolenaar2017-01-102-289/+392
* patch 8.0.0168: not all float functionality is testedv8.0.0168Bram Moolenaar2017-01-102-0/+42
* patch 8.0.0167: str2nr()/str2float() fail with negative valuesv8.0.0167Bram Moolenaar2017-01-106-3/+47
* patch 8.0.0166: JSON with a duplicate key gives an internal errorv8.0.0166Bram Moolenaar2017-01-105-5/+36
* patch 8.0.0165: ubsan warns for integer overflowv8.0.0165Bram Moolenaar2017-01-102-2/+4
* patch 8.0.0164: outdated and misplaced commentsv8.0.0164Bram Moolenaar2017-01-106-17/+18
* Updated runtime files.Bram Moolenaar2017-01-1010-167/+348
* patch 8.0.0163: cannot build with Ruby 2.4v8.0.0163Bram Moolenaar2017-01-092-1/+4
* patch 8.0.0162: build error on Fedora 23v8.0.0162Bram Moolenaar2017-01-093-0/+8
* patch 8.0.0161: can't build with small featuresv8.0.0161Bram Moolenaar2017-01-092-1/+4