comparison runtime/doc/eval.txt @ 6840:37828f7503c7

Updated runtime files.
author Bram Moolenaar <bram@vim.org>
date Fri, 19 Jun 2015 13:27:23 +0200
parents 0303182665d5
children 66ab6ec256d1
comparison
equal deleted inserted replaced
6839:ef1bb1f160c5 6840:37828f7503c7
1 *eval.txt* For Vim version 7.4. Last change: 2015 Apr 30 1 *eval.txt* For Vim version 7.4. Last change: 2015 Jun 19
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
1019 \x. byte specified with one hex number (must be followed by non-hex char) 1019 \x. byte specified with one hex number (must be followed by non-hex char)
1020 \X.. same as \x.. 1020 \X.. same as \x..
1021 \X. same as \x. 1021 \X. same as \x.
1022 \u.... character specified with up to 4 hex numbers, stored according to the 1022 \u.... character specified with up to 4 hex numbers, stored according to the
1023 current value of 'encoding' (e.g., "\u02a4") 1023 current value of 'encoding' (e.g., "\u02a4")
1024 \U.... same as \u.... 1024 \U.... same as \u but allows up to 8 hex numbers.
1025 \b backspace <BS> 1025 \b backspace <BS>
1026 \e escape <Esc> 1026 \e escape <Esc>
1027 \f formfeed <FF> 1027 \f formfeed <FF>
1028 \n newline <NL> 1028 \n newline <NL>
1029 \r return <CR> 1029 \r return <CR>