mirror of
https://github.com/neovim/neovim.git
synced 2025-11-28 13:10:44 +00:00
vim-patch:541f92 #4173
Updated runtime files. https://github.com/vim/vim/commit/541f92
This commit is contained in:
committed by
Justin M. Keyes
parent
bd3ea7227e
commit
cc52060245
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user