diff options
author | Bram Moolenaar <Bram@vim.org> | 2004-07-10 09:47:34 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2004-07-10 09:47:34 +0000 |
commit | 8299df966a58236b31c0028fd7ce799c4ac6e625 (patch) | |
tree | 09250c8a4c22a4fb109a7b7a0265454b3c4d5bca /runtime/doc/version7.txt | |
parent | 325b7a2fb5b970b77f7b9ec28ba15eb794f6edf8 (diff) | |
download | vim-8299df966a58236b31c0028fd7ce799c4ac6e625.zip |
updated for version 7.0007
Diffstat (limited to 'runtime/doc/version7.txt')
-rw-r--r-- | runtime/doc/version7.txt | 25 |
1 files changed, 19 insertions, 6 deletions
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt index 8ac96b7ff..96f28c300 100644 --- a/runtime/doc/version7.txt +++ b/runtime/doc/version7.txt @@ -79,6 +79,13 @@ The MzScheme interpreter is supported. |MzScheme| The |:mzscheme| command can be used to execute MzScheme commands. The |:mzfile| command can be used to execute an MzScheme script file. +Printing multi-byte text *new-print-multi-byte* +------------------ + +The |:hardcopy| command now supports printing multi-byte characters. +The 'printmbcharset' and 'printmbfont' options are used for this. +Also see |postscript-cjk-printing|. (Mike Williams) + Various new items *new-items-7* ----------------- @@ -98,27 +105,31 @@ Options: ~ 'numberwidth' Minimal width of the space used for the 'number' option. (Emmanuel Renieris) 'mzquantum' Time in msec to schedule MzScheme threads. +'printmbcharset' CJK character set to be used for :hardcopy +'printmbfont' font names to be used for CJK output of :hardcopy Ex commands: ~ Win32: The ":winpos" command now also works in the console. (Vipin Aravind) -:startreplace Start Replace mode. (Charles Campbell) +|:startreplace| Start Replace mode. (Charles Campbell) -:0file Removes the name of the buffer. (Charles Campbell) +|:0file| Removes the name of the buffer. (Charles Campbell) New functions: ~ +tr(expr, from, to) |tr()| Translate characters. (Ron Aaron) + New autocommand events: ~ -InsertEnter starting Insert or Replace mode -InsertChange going from Insert to Replace mode or back -InsertLeave leaving Insert or Replace mode +|InsertEnter| starting Insert or Replace mode +|InsertChange| going from Insert to Replace mode or back +|InsertLeave| leaving Insert or Replace mode -ColorScheme after loading a color scheme +|ColorScheme| after loading a color scheme New Syntax/Indent/FTplugin files: ~ @@ -143,6 +154,8 @@ IMPROVEMENTS *improvements-7* ":helpgrep" accepts a language specifier after the pattern: "pat@it". +Move the help for printing to a separate help file. It's quite a lot now. + ":breakadd here" and ":breakdel here" can be used to set or delete a breakpoint at the cursor. |