aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/eval.txt
diff options
context:
space:
mode:
authorDavid Barnett <davidbarnett2@gmail.com>2016-02-02 23:03:53 -0800
committerJustin M. Keyes <justinkz@gmail.com>2016-02-07 01:13:30 -0500
commitcc520602458c693645a9d2ad75fcf7796bc38e0c (patch)
tree9d241e4d9cff533d7b2f501f281801590521e116 /runtime/doc/eval.txt
parentbd3ea7227ee04a913c1cc5487979ad67dda290f9 (diff)
downloadrneovim-cc520602458c693645a9d2ad75fcf7796bc38e0c.tar.gz
rneovim-cc520602458c693645a9d2ad75fcf7796bc38e0c.tar.bz2
rneovim-cc520602458c693645a9d2ad75fcf7796bc38e0c.zip
vim-patch:541f92 #4173
Updated runtime files. https://github.com/vim/vim/commit/541f92
Diffstat (limited to 'runtime/doc/eval.txt')
-rw-r--r--runtime/doc/eval.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index e4311b3ba0..bb7ca77de7 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -1019,7 +1019,7 @@ A string constant accepts these special characters:
\X. same as \x.
\u.... character specified with up to 4 hex numbers, stored according to the
current value of 'encoding' (e.g., "\u02a4")
-\U.... same as \u....
+\U.... same as \u but allows up to 8 hex numbers.
\b backspace <BS>
\e escape <Esc>
\f formfeed <FF>