comparison runtime/doc/cmdline.txt @ 12:bdeee1504ac1

updated for version 7.0004
author vimboss
date Fri, 02 Jul 2004 15:38:35 +0000
parents 3fc0f57ecb91
children 9be87deaeb52
comparison
equal deleted inserted replaced
11:4424b47a0797 12:bdeee1504ac1
1 *cmdline.txt* For Vim version 7.0aa. Last change: 2004 Mar 31 1 *cmdline.txt* For Vim version 7.0aa. Last change: 2004 Jul 01
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
43 part that fits will be shown. The cursor can only move in this visible part, 43 part that fits will be shown. The cursor can only move in this visible part,
44 thus you cannot edit beyond that. 44 thus you cannot edit beyond that.
45 45
46 *cmdline-history* *history* 46 *cmdline-history* *history*
47 The command-lines that you enter are remembered in a history table. You can 47 The command-lines that you enter are remembered in a history table. You can
48 recall them with the up and down cursor keys. There are actually four 48 recall them with the up and down cursor keys. There are actually five
49 history tables: 49 history tables:
50 - one for ':' commands 50 - one for ':' commands
51 - one for search strings 51 - one for search strings
52 - one for expressions 52 - one for expressions
53 - one for input lines, typed for the |input()| function. 53 - one for input lines, typed for the |input()| function.
54 - one for debug mode commands
54 These are completely separate. Each history can only be accessed when 55 These are completely separate. Each history can only be accessed when
55 entering the same type of line. 56 entering the same type of line.
56 Use the 'history' option to set the number of lines that are remembered 57 Use the 'history' option to set the number of lines that are remembered
57 (default: 20). 58 (default: 20).
58 Notes: 59 Notes:
303 List the contents of history {name} which can be: 304 List the contents of history {name} which can be:
304 c[md] or : command-line history 305 c[md] or : command-line history
305 s[earch] or / search string history 306 s[earch] or / search string history
306 e[xpr] or = expression register history 307 e[xpr] or = expression register history
307 i[nput] or @ input line history 308 i[nput] or @ input line history
309 d[ebug] or > debug command history
308 a[ll] all of the above 310 a[ll] all of the above
309 {not in Vi} 311 {not in Vi}
310 312
311 If the numbers {first} and/or {last} are given, the respective 313 If the numbers {first} and/or {last} are given, the respective
312 range of entries from a history is listed. These numbers can 314 range of entries from a history is listed. These numbers can