comparison runtime/doc/cmdline.txt @ 6213:37c24033b260

Update runtime files.
author Bram Moolenaar <bram@vim.org>
date Tue, 09 Sep 2014 18:48:09 +0200
parents 1e8ebf870720
children b2673982c625
comparison
equal deleted inserted replaced
6212:c9f5516b7967 6213:37c24033b260
1 *cmdline.txt* For Vim version 7.4. Last change: 2014 Aug 16 1 *cmdline.txt* For Vim version 7.4. Last change: 2014 Sep 06
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
54 - one for input lines, typed for the |input()| function. 54 - one for input lines, typed for the |input()| function.
55 - one for debug mode commands 55 - one for debug mode commands
56 These are completely separate. Each history can only be accessed when 56 These are completely separate. Each history can only be accessed when
57 entering the same type of line. 57 entering the same type of line.
58 Use the 'history' option to set the number of lines that are remembered 58 Use the 'history' option to set the number of lines that are remembered
59 (default: 20). 59 (default: 50).
60 Notes: 60 Notes:
61 - When you enter a command-line that is exactly the same as an older one, the 61 - When you enter a command-line that is exactly the same as an older one, the
62 old one is removed (to avoid repeated commands moving older commands out of 62 old one is removed (to avoid repeated commands moving older commands out of
63 the history). 63 the history).
64 - Only commands that are typed are remembered. Ones that completely come from 64 - Only commands that are typed are remembered. Ones that completely come from