vim-patch:541f92 #4173

Updated runtime files.

https://github.com/vim/vim/commit/541f92
This commit is contained in:
David Barnett
2016-02-02 23:03:53 -08:00
committed by Justin M. Keyes
parent bd3ea7227e
commit cc52060245
5 changed files with 119 additions and 118 deletions

View File

@@ -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>