comparison runtime/doc/usr_41.txt @ 48:00c35ea0c2b3

updated for version 7.0028
author vimboss
date Sun, 02 Jan 2005 11:31:05 +0000
parents 404aac550f35
children 195c94b60e54
comparison
equal deleted inserted replaced
47:eff3887963cc 48:00c35ea0c2b3
1 *usr_41.txt* For Vim version 7.0aa. Last change: 2004 Oct 06 1 *usr_41.txt* For Vim version 7.0aa. Last change: 2005 Jan 01
2 2
3 VIM USER MANUAL - by Bram Moolenaar 3 VIM USER MANUAL - by Bram Moolenaar
4 4
5 Write a Vim script 5 Write a Vim script
6 6
82 count is 4 ~ 82 count is 4 ~
83 83
84 Note: 84 Note:
85 If you happen to write a while loop that keeps on running, you can 85 If you happen to write a while loop that keeps on running, you can
86 interrupt it by pressing CTRL-C (CTRL-Break on MS-Windows). 86 interrupt it by pressing CTRL-C (CTRL-Break on MS-Windows).
87 Note:
88 You can try out the examples by yanking the lines from the text here
89 and executing them with :@"
87 90
88 91
89 THREE KINDS OF NUMBERS 92 THREE KINDS OF NUMBERS
90 93
91 Numbers can be decimal, hexadecimal or octal. A hexadecimal number starts 94 Numbers can be decimal, hexadecimal or octal. A hexadecimal number starts