diff options
author | Bram Moolenaar <Bram@vim.org> | 2007-06-19 15:19:55 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2007-06-19 15:19:55 +0000 |
commit | d827ada01c256fb5e952d799a5b31bdf6f32d1d9 (patch) | |
tree | 274332ea9add1f4f7a65d7ba07b020d0785b0ec5 /runtime | |
parent | e02d7b2a219f8350baefb9f200420821e5b99db9 (diff) | |
download | vim-git-d827ada01c256fb5e952d799a5b31bdf6f32d1d9.tar.gz |
updated for version 7.1-008
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/eval.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index 5df64f11e..cfc3769a4 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -1,4 +1,4 @@ -*eval.txt* For Vim version 7.1. Last change: 2007 May 11 +*eval.txt* For Vim version 7.1. Last change: 2007 Jun 09 VIM REFERENCE MANUAL by Bram Moolenaar @@ -2824,6 +2824,8 @@ getfsize({fname}) *getfsize()* given file {fname}. If {fname} is a directory, 0 is returned. If the file {fname} can't be found, -1 is returned. + If the size of {fname} is too big to fit in a Number then -2 + is returned. getfontname([{name}]) *getfontname()* Without an argument returns the name of the normal font being |