Update runtime files
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index 1e54e65..bb3b927 100644
--- a/runtime/doc/todo.txt
+++ b/runtime/doc/todo.txt
@@ -1,4 +1,4 @@
-*todo.txt* For Vim version 8.1. Last change: 2019 Aug 30
+*todo.txt* For Vim version 8.1. Last change: 2019 Sep 07
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -138,6 +138,8 @@
Patch for #4733: #4734. Test needs improvements.
+Add CmdwinLeavePost (#4762). Also add WinLeavePost then?
+
Patch to fix session file when using multiple tabs. (Jason Franklin, 2019 May
20)
Also put :argadd commands at the start for all buffers, so that their order
@@ -278,8 +280,6 @@
Some composing characters actually add a cell width to the character they are
on top off, making the whole thing two characters wide. (#4526)
-Add CmdwinLeavePost (#4762). Also add WinLeavePost then?
-
Should we include some part of pull request #4505, not increment changedtick
in some cases? E.g. for ":write" when the changed flag was already off, the
buffer didn't change at all.