diff runtime/doc/todo.txt @ 10191:01521953bdf1

commit https://github.com/vim/vim/commit/220adb1e9f9e0b27d28185167d2730bf2f93057d Author: Bram Moolenaar <Bram@vim.org> Date: Mon Sep 12 12:17:26 2016 +0200 A few more runtime updates.
author Christian Brabandt <cb@256bit.org>
date Mon, 12 Sep 2016 12:30:09 +0200
parents a5ef9968638c
children 9f48eab77d62
line wrap: on
line diff
--- a/runtime/doc/todo.txt
+++ b/runtime/doc/todo.txt
@@ -1,4 +1,4 @@
-*todo.txt*      For Vim version 7.4.  Last change: 2016 Sep 10
+*todo.txt*      For Vim version 7.4.  Last change: 2016 Sep 11
 
 
 		  VIM REFERENCE MANUAL	  by Bram Moolenaar
@@ -119,6 +119,9 @@ Javascript indent wrong after /* in sing
 	a = b;
     }
 
+Problem passing non-UTF-8 strings to Python 3. (Björn Linse, 2016 Sep 11,
+#1053)  With patch, does it work?
+
 Use ADDR_OTHER instead of ADDR_LINES for many more commands.
 Add tests for using number larger than number of lines in buffer.