Updated runtime files and translations.

This commit is contained in:
Bram Moolenaar
2011-02-09 17:07:58 +01:00
parent 95474ca34c
commit d58e929fa2
19 changed files with 1450 additions and 179 deletions

View File

@ -1,4 +1,4 @@
*various.txt* For Vim version 7.3. Last change: 2010 Nov 10
*various.txt* For Vim version 7.3. Last change: 2011 Feb 01
VIM REFERENCE MANUAL by Bram Moolenaar
@ -108,7 +108,7 @@ g8 Print the hex values of the bytes used in the
:[range]l[ist] [count] [flags]
Same as :print, but display unprintable characters
with '^' and put $ after the line. This can be
changed with the 'listchars' option.
further changed with the 'listchars' option.
See |ex-flags| for [flags].
*:nu* *:number*