comparison runtime/doc/version6.txt @ 1668:0b796e045c42 v7.2b.000

updated for version 7.2b-000
author vimboss
date Sun, 13 Jul 2008 17:41:49 +0000
parents 82b5078be2dd
children f4f8014d516e
comparison
equal deleted inserted replaced
1667:131dbd3d2a4b 1668:0b796e045c42
1 *version6.txt* For Vim version 7.2a. Last change: 2007 May 11 1 *version6.txt* For Vim version 7.2b. Last change: 2007 May 11
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
13233 needed. 13233 needed.
13234 Files: src/fileio.c 13234 Files: src/fileio.c
13235 13235
13236 Patch 6.2.499 13236 Patch 6.2.499
13237 Problem: When writing a file and halting the system, the file might be lost 13237 Problem: When writing a file and halting the system, the file might be lost
13238 when using a journalling file system. 13238 when using a journaling file system.
13239 Solution: Use fsync() to flush the file data to disk after writing a file. 13239 Solution: Use fsync() to flush the file data to disk after writing a file.
13240 (Radim Kolar) 13240 (Radim Kolar)
13241 Files: src/fileio.c 13241 Files: src/fileio.c
13242 13242
13243 Patch 6.2.500 (extra) 13243 Patch 6.2.500 (extra)