diff options
Diffstat (limited to 'runtime/doc/eval.txt')
-rw-r--r-- | runtime/doc/eval.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index d75799ab5..cbd995da3 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -1,4 +1,4 @@ -*eval.txt* For Vim version 7.4. Last change: 2014 Jul 06 +*eval.txt* For Vim version 7.4. Last change: 2014 Jul 19 VIM REFERENCE MANUAL by Bram Moolenaar @@ -6512,7 +6512,7 @@ winsaveview() Returns a |Dictionary| that contains information to restore buffer and you want to go back to the original view. This does not save fold information. Use the 'foldenable' option to temporarily switch off folding, so that folds are - not opened when moving around. + not opened when moving around. This may have side effects. The return value includes: lnum cursor line number col cursor column (Note: the first column |