| commit | 9c9cbf13511522c05e8cc8d038a858608a158533 | [log] [tgz] |
|---|---|---|
| author | Bram Moolenaar <Bram@vim.org> | Tue Oct 23 05:17:37 2012 +0200 |
| committer | Bram Moolenaar <Bram@vim.org> | Tue Oct 23 05:17:37 2012 +0200 |
| tree | 1f3a9527c635485215f52196c202f51161cb5cb1 | |
| parent | 12a753a5ca03fe8beddc06201104e785baccb471 [diff] |
updated for version 7.3.711
Problem: vim.current.buffer is not available. (lilydjwg)
Solution: Use py3_PyUnicode_AsUTF8 instead of py3_PyUnicode_AsUTF8String.
(Ken Takata)