comparison runtime/doc/various.txt @ 2458:22a6f99e6477 vim73

Runtime file updates.
author Bram Moolenaar <bram@vim.org>
date Sun, 01 Aug 2010 16:13:51 +0200
parents f766a1c87f69
children 150b5dbccff9
comparison
equal deleted inserted replaced
2457:6c1d10a85398 2458:22a6f99e6477
1 *various.txt* For Vim version 7.3c. Last change: 2010 Jul 24 1 *various.txt* For Vim version 7.3c. Last change: 2010 Aug 01
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
104 See |ex-flags| for [flags]. 104 See |ex-flags| for [flags].
105 105
106 *:l* *:list* 106 *:l* *:list*
107 :[range]l[ist] [count] [flags] 107 :[range]l[ist] [count] [flags]
108 Same as :print, but display unprintable characters 108 Same as :print, but display unprintable characters
109 with '^' and put $ after the line. 109 with '^' and put $ after the line. This can be
110 changed with the 'listchars' option.
110 See |ex-flags| for [flags]. 111 See |ex-flags| for [flags].
111 112
112 *:nu* *:number* 113 *:nu* *:number*
113 :[range]nu[mber] [count] [flags] 114 :[range]nu[mber] [count] [flags]
114 Same as :print, but precede each line with its line 115 Same as :print, but precede each line with its line