comparison runtime/doc/version7.txt @ 46:46d39f2eff86 v7.0027

updated for version 7.0027
author vimboss
date Fri, 31 Dec 2004 21:01:02 +0000
parents f55897d6921d
children 8c25f10d49e7
comparison
equal deleted inserted replaced
45:e474bae3795f 46:46d39f2eff86
1 *version7.txt* For Vim version 7.0aa. Last change: 2004 Dec 28 1 *version7.txt* For Vim version 7.0aa. Last change: 2004 Dec 31
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
270 Also fixes the problem that setting 'clipboard' to "unnamed" breaks using 270 Also fixes the problem that setting 'clipboard' to "unnamed" breaks using
271 "yyp". 271 "yyp".
272 272
273 Mac: GUI font selector. (Peter "Rain Dog" Cucka) 273 Mac: GUI font selector. (Peter "Rain Dog" Cucka)
274 274
275 GUI font selector for Motif. (Martin Dalecki)
276
277 Mnemonics for the Motif find/replace dialog. (Martin Dalecki)
278
275 Mac: better integration with Xcode. Post a fake mouse-up event after the odoc 279 Mac: better integration with Xcode. Post a fake mouse-up event after the odoc
276 event and the drag receive handler to work around a stall after Vim loads a 280 event and the drag receive handler to work around a stall after Vim loads a
277 file. Fixed an off-by-one line number error. (Da Woon Jung) 281 file. Fixed an off-by-one line number error. (Da Woon Jung)
278 282
279 The netrw plugin now also supports viewing a directory, when "scp://" is used. 283 The netrw plugin now also supports viewing a directory, when "scp://" is used.
371 with different 'encoding' settings to exchange messages. 375 with different 'encoding' settings to exchange messages.
372 376
373 Internal: Changed ga_room into ga_maxlen, so that it doesn't need to be 377 Internal: Changed ga_room into ga_maxlen, so that it doesn't need to be
374 incremented/decremented each time. 378 incremented/decremented each time.
375 379
380 Included a few improvements for Motif from Martin Dalecki. Draw label
381 contents ourselves to make them handle fonts in a way configurable by Vim and
382 a bit less dependent on the X11 font management.
383
376 ============================================================================== 384 ==============================================================================
377 COMPILE TIME CHANGES *compile-changes-7* 385 COMPILE TIME CHANGES *compile-changes-7*
378 386
379 Mac: "make" now creates the Vim.app directory and "make install" copies it to 387 Mac: "make" now creates the Vim.app directory and "make install" copies it to
380 its final destination. (Raf) 388 its final destination. (Raf)
602 when building the ":drop" command. 610 when building the ":drop" command.
603 611
604 A comment or | just after a expresion-backtick argument was not recognized. 612 A comment or | just after a expresion-backtick argument was not recognized.
605 E.g. in :e `="foo"`"comment. 613 E.g. in :e `="foo"`"comment.
606 614
615 "(" does not stop at an empty sentence (single dot and white space) while ")"
616 does. Also breaks "das" on that dot.
617
618 When doing "yy" with the cursor on a TAB the ruler could be wrong and "k"
619 moved the cursor to another column.
620
621 When 'commentstring' is '"%s' and there is a double quote in the line a double
622 quote before the fold marker isn't removed in the text displayed for a closed
623 fold.
624
625 In Visual mode, when 'bin' and 'eol' set, g CTRL-G counted the last line
626 break, resulting in "selected 202 of 201 bytes".
627
628 Motif: fonts were not used for dialog components. (Martin Dalecki)
629
607 vim:tw=78:ts=8:ft=help:norl: 630 vim:tw=78:ts=8:ft=help:norl: