Update runtime files.
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index 38eb91c..7468b2a 100644
--- a/runtime/doc/todo.txt
+++ b/runtime/doc/todo.txt
@@ -1,4 +1,4 @@
-*todo.txt* For Vim version 8.2. Last change: 2020 Jan 02
+*todo.txt* For Vim version 8.2. Last change: 2020 Jan 06
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -209,6 +209,7 @@
with packages under "start". (xtal8, #1994)
Patch to add new motion ]( and ]{. (Yasuhiro Matsumoto, #5320)
+Or make "v" prefix work?
Modeless selection doesn't work in gvim. (#4783)
Caused by patch 8.1.1534.
@@ -286,6 +287,10 @@
Thau, 2013 Nov 20, 2014 Jan 29, 2014 Jan 31)
Added tests (James McCoy, 2016 Aug 3, #958). Still needs more work.
+":2resize +10" uses size of the current window, adds 10 and applies it to
+window 2. User expects 10 to be added to size of window 2. (Daniel Steinberg,
+#5443)
+
Patch for multi-byte characters in langmap and applying a mapping on them.
(Christian Brabandt, 2015 Jun 12, update July 25)
Is this the right solution? Need to cleanup langmap behavior:
@@ -407,9 +412,6 @@
C syntax: {} inside () causes following {} to be highlighted as error.
(Michalis Giannakidis, 2006 Jun 1)
-Support setting the character displayed below the last line? Neovim uses
-"eob:X" in 'fillchars'.
-
Check: __attribute__((format(printf, on semsg() and siemsg(). Where was this
added?
@@ -546,6 +548,8 @@
highlight name. Esp. for the statusline.
And "extends" and "precedes" are also useful without 'list' set. Also in
'fillchars' or another option?
+Related: #3820 - Support setting the character displayed below the last line?
+Neovim uses "eob:X" in 'fillchars'.
Sourceforge Vim pages still have content, redirect from empty page.
Check for PHP errors. (Wayne Davison, 2018 Oct 26)
@@ -922,8 +926,6 @@
buffer. (2013 Dec 9)
Also fixes #2166?
-Patch to add argument to :cquit. (Thinca, 2014 Oct 12)
-
Python: After "import vim" error messages only show the first line of the
stack trace. (Yggdroot, 2017 Jul 28, #1887)