From: Bram Moolenaar Date: Wed, 5 Sep 2012 17:17:42 +0000 (+0200) Subject: updated for version 7.3.659 X-Git-Tag: v7.3.659 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c11073c9aa2b668a9c1faa8a2419d7984d8367ca;p=vim updated for version 7.3.659 Problem: Recent Python changes are not tested. Solution: Add tests for Python bindings. (ZyX) --- diff --git a/src/testdir/test86.in b/src/testdir/test86.in index 395ba96c4..93eb40085 100644 --- a/src/testdir/test86.in +++ b/src/testdir/test86.in @@ -176,28 +176,62 @@ STARTTEST :else : $put ='[0.0, 0.0]' :endif +:let messages=[] +:py <