comparison src/testdir/test86.ok @ 4704:542af01979be v7.3.1099

updated for version 7.3.1099 Problem: Python: Changing directory with os.chdir() causes problems for Vim's notion of directories. Solution: Add vim.chdir() and vim.fchdir(). (ZyX)
author Bram Moolenaar <bram@vim.org>
date Sun, 02 Jun 2013 18:20:17 +0200
parents 2db005052371
children bf917ee1fad2
comparison
equal deleted inserted replaced
4703:2d9d2b3b10b8 4704:542af01979be
427 ['a', 'dup_a'] 427 ['a', 'dup_a']
428 ['a', 'a'] 428 ['a', 'a']
429 ['a', 'b', 'c'] 429 ['a', 'b', 'c']
430 [2, 2] 430 [2, 2]
431 [2, 2] 431 [2, 2]
432 testdir
433 test86.in
434 src
435 testdir/test86.in
436 testdir
437 test86.in
432 > Output 438 > Output
433 >> OutputSetattr 439 >> OutputSetattr
434 del sys.stdout.softspace:(<type 'exceptions.AttributeError'>, AttributeError("can't delete OutputObject attributes",)) 440 del sys.stdout.softspace:(<type 'exceptions.AttributeError'>, AttributeError("can't delete OutputObject attributes",))
435 sys.stdout.softspace = []:(<type 'exceptions.TypeError'>, TypeError('softspace must be an integer',)) 441 sys.stdout.softspace = []:(<type 'exceptions.TypeError'>, TypeError('softspace must be an integer',))
436 sys.stdout.attr = None:(<type 'exceptions.AttributeError'>, AttributeError('invalid attribute',)) 442 sys.stdout.attr = None:(<type 'exceptions.AttributeError'>, AttributeError('invalid attribute',))