comparison runtime/doc/version7.txt @ 41:f529edb9bab3 v7.0025

updated for version 7.0025
author vimboss
date Mon, 27 Dec 2004 21:59:20 +0000
parents f1d2a58883b9
children f55897d6921d
comparison
equal deleted inserted replaced
40:f1d2a58883b9 41:f529edb9bab3
156 'fsync' Whether fsync() is called after writing a file. 156 'fsync' Whether fsync() is called after writing a file.
157 (Ciaran McCreesh) 157 (Ciaran McCreesh)
158 'wildoptions' "tagfile" value enables listing the file name of 158 'wildoptions' "tagfile" value enables listing the file name of
159 matching tags for CTRL-D command line completion. 159 matching tags for CTRL-D command line completion.
160 (based on an idea from Yegappan Lakshmanan) 160 (based on an idea from Yegappan Lakshmanan)
161 'formatlistpat' pattern to recognize a numbered list for formatting.
162 (idea by Hugo Haas)
163
161 164
162 Ex commands: ~ 165 Ex commands: ~
163 166
164 Win32: The ":winpos" command now also works in the console. (Vipin Aravind) 167 Win32: The ":winpos" command now also works in the console. (Vipin Aravind)
165 168
178 181
179 |:exusage| Help for Ex commands (Nvi command). 182 |:exusage| Help for Ex commands (Nvi command).
180 183
181 |:viusage| Help for Vi commands (Nvi command). 184 |:viusage| Help for Vi commands (Nvi command).
182 185
186 |:cbuffer| Read error lines from a buffer. (partly by Yegappan
187 Lakshmanan)
183 188
184 New functions: ~ 189 New functions: ~
185 190
186 browsedir(title, init) |browsedir()| Dialog to select a directory. 191 browsedir(title, init) |browsedir()| Dialog to select a directory.
187 byteidx(expr, nr) |byteidx()| Index of a character. (Ilya Sher) 192 byteidx(expr, nr) |byteidx()| Index of a character. (Ilya Sher)
352 Client-server communication now supports 'encoding'. When setting 'encoding' 357 Client-server communication now supports 'encoding'. When setting 'encoding'
353 in a Vim server to "utf-8", and using "vim --remote fname" in a console, 358 in a Vim server to "utf-8", and using "vim --remote fname" in a console,
354 "fname" is converted from the console encoding to utf-8. Also allows Vims 359 "fname" is converted from the console encoding to utf-8. Also allows Vims
355 with different 'encoding' settings to exchange messages. 360 with different 'encoding' settings to exchange messages.
356 361
362 Internal: Changed ga_room into ga_maxlen, so that it doesn't need to be
363 incremented/decremented each time.
364
357 ============================================================================== 365 ==============================================================================
358 COMPILE TIME CHANGES *compile-changes-7* 366 COMPILE TIME CHANGES *compile-changes-7*
359 367
360 Mac: "make" now creates the Vim.app directory and "make install" copies it to 368 Mac: "make" now creates the Vim.app directory and "make install" copies it to
361 its final destination. (Raf) 369 its final destination. (Raf)
580 message for the next buffer. Temporarily clear 'shortmess' to avoid that. 588 message for the next buffer. Temporarily clear 'shortmess' to avoid that.
581 589
582 Win32: Cannot edit a file starting with # with --remote. Do escape % and # 590 Win32: Cannot edit a file starting with # with --remote. Do escape % and #
583 when building the ":drop" command. 591 when building the ":drop" command.
584 592
593 A comment or | just after a expresion-backtick argument was not recognized.
594 E.g. in :e `="foo"`"comment.
595
585 vim:tw=78:ts=8:ft=help:norl: 596 vim:tw=78:ts=8:ft=help:norl: