comparison runtime/doc/version7.txt @ 359:6c62b9b939bd v7.0093

updated for version 7.0093
author vimboss
date Sat, 25 Jun 2005 23:04:51 +0000
parents 7033303ea0c0
children f14cbd913415
comparison
equal deleted inserted replaced
358:e111db373ca4 359:6c62b9b939bd
1 *version7.txt* For Vim version 7.0aa. Last change: 2005 Jun 21 1 *version7.txt* For Vim version 7.0aa. Last change: 2005 Jun 25
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
679 file. 679 file.
680 680
681 When running the tests and one of them fails to produce "test.out" the 681 When running the tests and one of them fails to produce "test.out" the
682 following tests are still executed. This helps when running out of memory. 682 following tests are still executed. This helps when running out of memory.
683 683
684 When compiling with EXITFREE defined and the ccmalloc library it is possible
685 to detect memory leaks. Some memory will always reported as leaked, such as
686 allocated by X11 library functions and the memory allocated in alloc_cmdbuff()
687 to store the ":quit" command.
688
684 ============================================================================== 689 ==============================================================================
685 BUG FIXES *bug-fixes-7* 690 BUG FIXES *bug-fixes-7*
686 691
687 When using PostScript printing on MS-DOS the default 'printexpr' used "lpr" 692 When using PostScript printing on MS-DOS the default 'printexpr' used "lpr"
688 instead of "copy". When 'printdevice' was empty the copy command did not 693 instead of "copy". When 'printdevice' was empty the copy command did not