diff options
author | Bram Moolenaar <Bram@vim.org> | 2008-02-13 11:42:46 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2008-02-13 11:42:46 +0000 |
commit | 0825043045f69784ed5a4db952988ca5ae7f6d48 (patch) | |
tree | c1e5e8df6bcdced1032437c7614203e17ee314e2 /runtime/doc/eval.txt | |
parent | e21877ae759827ce9b4422c55dce33237dd175a4 (diff) | |
download | vim-0825043045f69784ed5a4db952988ca5ae7f6d48.zip |
updated for version 7.1-248
Diffstat (limited to 'runtime/doc/eval.txt')
-rw-r--r-- | runtime/doc/eval.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index 5a665c36e..7acf740ed 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -1,4 +1,4 @@ -*eval.txt* For Vim version 7.1. Last change: 2008 Jan 11 +*eval.txt* For Vim version 7.1. Last change: 2008 Feb 13 VIM REFERENCE MANUAL by Bram Moolenaar @@ -4523,6 +4523,9 @@ setpos({expr}, {list}) character. E.g., a position within a <Tab> or after the last character. + Returns 0 when the position could be set, -1 otherwise. + An error message is given if {expr} is invalid. + Also see |getpos()| This does not restore the preferred column for moving |