diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-09-12 12:17:26 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-09-12 12:17:26 +0200 |
commit | 220adb1e9f9e0b27d28185167d2730bf2f93057d (patch) | |
tree | 81952477c4f09698a287c23d3e04c9b92f870866 /runtime/doc/todo.txt | |
parent | e1c8c7a6742be6072290f9aa54ae358060d9c42f (diff) | |
download | vim-git-220adb1e9f9e0b27d28185167d2730bf2f93057d.tar.gz |
A few more runtime updates.
Diffstat (limited to 'runtime/doc/todo.txt')
-rw-r--r-- | runtime/doc/todo.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt index 4a4b6483a..e7fc59380 100644 --- 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 single quoted string: 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. |