Update runtime files.
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index 6929417..cf81ccb 100644
--- a/runtime/doc/todo.txt
+++ b/runtime/doc/todo.txt
@@ -38,6 +38,8 @@
 							*known-bugs*
 -------------------- Known bugs and current work -----------------------
 
+Graduate FEAT_VREPLACE, it's not much code and a lot of #ifdefs
+
 Prompt buffer:
 - Add a command line history.
 - delay next prompt until plugin gives OK?
@@ -102,10 +104,6 @@
 More warnings from static analysis:
 https://lgtm.com/projects/g/vim/vim/alerts/?mode=list
 
-When handle_drop() is called while the updating_screen is true, it fails
-completely.  Should store the file list and use it when updating_screen is set
-to false in reset_updating_screen().
-
 Pasting foo} causes Vim to behave weird. (John Little, 2018 Jun 17)
 Related to bracketed paste.  I cannot reproduce it.
 
@@ -155,9 +153,6 @@
 matchaddpos() gets slow with many matches.  Proposal by Rick Howe, 2018 Jul
 19.
 
-Patch to make mode() return something different for Normal mode when coming
-from Insert mode with CTRL-O. (#3000)  Useful for positioning the cursor.
-
 Script generated by :mksession does not work well if there are windows with
 modified buffers
   change "silent only" into "silent only!"
@@ -167,6 +162,9 @@
 
 Patch to make :help work for tags with a ?. (Hirohito Higashi, 2018 May 28)
 
+Patch to have a stack trace in Ruby. (Masataka Pocke Kuwabara, 2018 Jul 30,
+#3267)
+
 Patch to adjust to DPI setting for GTK. (Roel van de Kraats, 2017 Nov 20,
 #2357)