diff runtime/doc/todo.txt @ 18016:834b7854aa3c

Update runtime files Commit: https://github.com/vim/vim/commit/30e9b3c4256710781c3bd64efb33f138e4e074b3 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 7 16:24:12 2019 +0200 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Sat, 07 Sep 2019 16:30:03 +0200
parents cc953757ed2a
children 8ac85adee561
line wrap: on
line diff
--- 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 to add win_splitmove() function. (
 
 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 @@ Many users don't like 'thesaurus' to mat
 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.