diff options
author | Bram Moolenaar <Bram@vim.org> | 2014-11-13 14:25:38 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2014-11-13 14:25:38 +0100 |
commit | c229967caa0f624224dbfbc8743bbeb711e114ee (patch) | |
tree | 2e18a1ac02e3050c8b63575f233ad0e62b0201cd /runtime/doc/eval.txt | |
parent | 8a349ff944dc01ca0e52f10144d8660aab430c9c (diff) | |
download | vim-c229967caa0f624224dbfbc8743bbeb711e114ee.zip |
Update runtime files.
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 4e349a6e0..f21e051b6 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 Sep 27 +*eval.txt* For Vim version 7.4. Last change: 2014 Nov 05 VIM REFERENCE MANUAL by Bram Moolenaar @@ -4851,7 +4851,7 @@ readfile({fname} [, {binary} [, {max}]]) separated with CR will result in a single long line (unless a NL appears somewhere). All NUL characters are replaced with a NL character. - When {binary} is equal to "b" binary mode is used: + When {binary/append} is contains "b" binary mode is used: - When the last line ends in a NL an extra empty list item is added. - No CR characters are removed. |