diff options
author | Bram Moolenaar <Bram@vim.org> | 2011-07-18 19:40:27 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2011-07-18 19:40:27 +0200 |
commit | 9729301aa0b6a419dcd87fe9aeed72c367ae72ef (patch) | |
tree | 6b69898bbf1a090cdf1fd26720bc4cfcb90c897b /runtime/doc/eval.txt | |
parent | 0acc5618f6954c6faf57032d6b4f611de4254acb (diff) | |
download | vim-git-9729301aa0b6a419dcd87fe9aeed72c367ae72ef.tar.gz |
Updated runtime files.
Add missing test82 files.
Diffstat (limited to 'runtime/doc/eval.txt')
-rw-r--r-- | runtime/doc/eval.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index bcc7fa351..12d9504f3 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -1,4 +1,4 @@ -*eval.txt* For Vim version 7.3. Last change: 2011 Jun 19 +*eval.txt* For Vim version 7.3. Last change: 2011 Jul 13 VIM REFERENCE MANUAL by Bram Moolenaar @@ -2277,7 +2277,8 @@ char2nr({expr}) *char2nr()* < The current 'encoding' is used. Example for "utf-8": > char2nr("á") returns 225 char2nr("á"[0]) returns 195 -< |nr2char()| does the opposite. +< A combining character is a separate character. + |nr2char()| does the opposite. cindent({lnum}) *cindent()* Get the amount of indent for line {lnum} according the C @@ -5968,7 +5969,7 @@ virtcol({expr}) *virtcol()* When 'virtualedit' is used {expr} can be [lnum, col, off], where "off" is the offset in screen columns from the start of the character. E.g., a position within a <Tab> or after the last - character. + character. When "off" is omitted zero is used. When Virtual editing is active in the current mode, a position beyond the end of the line can be returned. |'virtualedit'| The accepted positions are: |