commit | 7f3a28490abb7c495239fc438825e3d1aaafa76d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 18 15:02:25 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 18 15:02:25 2019 +0200 |
tree | 1a9c55ef4716279a37b8c837e64af844bd560b78 | |
parent | 6349e9411fd17f80c7aff9c678a8800647d34cfa [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 5194276..fc1a5d5 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1346, +/**/ 1345, /**/ 1344,