Update runtime files
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index b4e7761..845351d 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -1,4 +1,4 @@
-*options.txt* For Vim version 8.2. Last change: 2021 Dec 11
+*options.txt* For Vim version 8.2. Last change: 2021 Dec 21
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -385,7 +385,7 @@
set opfunc={a\ ->\ MyOpFunc(a)}
" set using a funcref variable
let Fn = function('MyTagFunc')
- let &tagfunc = string(Fn)
+ let &tagfunc = Fn
" set using a lambda expression
let &tagfunc = {t -> MyTagFunc(t)}
" set using a variable with lambda expression
@@ -9210,7 +9210,7 @@
'xtermcodes' boolean (default on)
global
When detecting xterm patchlevel 141 or higher with the termresponse
- mechanism and this option is set, Vim will request the actual termimal
+ mechanism and this option is set, Vim will request the actual terminal
key codes and number of colors from the terminal. This takes care of
various configuration options of the terminal that cannot be obtained
from the termlib/terminfo entry, see |xterm-codes|.