1
0
forked from aniani/vim

updated for version 7.1-248

This commit is contained in:
Bram Moolenaar
2008-02-13 11:42:46 +00:00
parent e21877ae75
commit 0825043045
4 changed files with 22 additions and 4 deletions

View File

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