diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-01-02 11:31:05 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-01-02 11:31:05 +0000 |
commit | b7fcef56071855f7e7a5454e96d05a69096df2bf (patch) | |
tree | 942a4dc294daeb82703c3deec80bf0444b610dde /runtime/doc/usr_41.txt | |
parent | 3411469dd2a23fddc4fc0be1a79a58a7a05160e4 (diff) | |
download | vim-git-b7fcef56071855f7e7a5454e96d05a69096df2bf.tar.gz |
updated for version 7.0028
Diffstat (limited to 'runtime/doc/usr_41.txt')
-rw-r--r-- | runtime/doc/usr_41.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/doc/usr_41.txt b/runtime/doc/usr_41.txt index ace402f9a..a9560fde7 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: 2004 Oct 06 +*usr_41.txt* For Vim version 7.0aa. Last change: 2005 Jan 01 VIM USER MANUAL - by Bram Moolenaar @@ -84,6 +84,9 @@ variable. Note: If you happen to write a while loop that keeps on running, you can interrupt it by pressing CTRL-C (CTRL-Break on MS-Windows). + Note: + You can try out the examples by yanking the lines from the text here + and executing them with :@" THREE KINDS OF NUMBERS |