diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-02-05 21:39:53 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-02-05 21:39:53 +0000 |
commit | 3a7c85bc13c2094042d00eb56ace3445d5dfd5bc (patch) | |
tree | 3307cbe01fed7b1ca77f06c82409fd6589eb7b79 /runtime/doc/usr_41.txt | |
parent | 8089cae03baf229b28bb850297da874024ca9f26 (diff) | |
download | vim-git-3a7c85bc13c2094042d00eb56ace3445d5dfd5bc.tar.gz |
updated for version 7.0048
Diffstat (limited to 'runtime/doc/usr_41.txt')
-rw-r--r-- | runtime/doc/usr_41.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/doc/usr_41.txt b/runtime/doc/usr_41.txt index 4a7f3d198..d90c24abf 100644 --- a/runtime/doc/usr_41.txt +++ b/runtime/doc/usr_41.txt @@ -1,4 +1,4 @@ -*usr_41.txt* For Vim version 7.0aa. Last change: 2005 Jan 25 +*usr_41.txt* For Vim version 7.0aa. Last change: 2005 Feb 04 VIM USER MANUAL - by Bram Moolenaar @@ -653,6 +653,8 @@ System functions and manipulation of files: rename() rename a file system() get the result of a shell command hostname() name of the system + readfile() read a file into a List of lines + writefile() write a List of lines into a file Buffers, windows and the argument list: argc() number of entries in the argument list |