comparison src/testdir/test86.ok @ 16688:e791f29affae v8.1.1346

patch 8.1.1346: error for Python exception does not show useful info commit https://github.com/vim/vim/commit/7f3a28490abb7c495239fc438825e3d1aaafa76d Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 18 15:02:25 2019 +0200 patch 8.1.1346: error for Python exception does not show useful info Problem: Error for Python exception does not show useful info. Solution: Show the last line instead of the first one. (Ben Jackson, closes #4381)
author Bram Moolenaar <Bram@vim.org>
date Sat, 18 May 2019 15:15:05 +0200
parents 16cccc953909
children 9a6eb294b829
comparison
equal deleted inserted replaced
16687:28e88bcb7681 16688:e791f29affae
89 ['d', ['e']] 89 ['d', ['e']]
90 pyeval("None") = v:none 90 pyeval("None") = v:none
91 0.0 91 0.0
92 "\0": Vim(let):E859: 92 "\0": Vim(let):E859:
93 {"\0": 1}: Vim(let):E859: 93 {"\0": 1}: Vim(let):E859:
94 undefined_name: Vim(let):Trace 94 undefined_name: Vim(let):NameE
95 vim: Vim(let):E859: 95 vim: Vim(let):E859:
96 [1] 96 [1]
97 [1, 10, 11, 10, 11, 10, 11, 10, 11, 10, 11, 10, 1] 97 [1, 10, 11, 10, 11, 10, 11, 10, 11, 10, 11, 10, 1]
98 [0, 1, 2, 3] 98 [0, 1, 2, 3]
99 [2, 3, 4, 5] 99 [2, 3, 4, 5]