summaryrefslogtreecommitdiff
path: root/runtime/doc/version6.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2008-07-13 17:41:49 +0000
committerBram Moolenaar <Bram@vim.org>2008-07-13 17:41:49 +0000
commitc236c16d0884c7d6cdc4dbaddb8cb3992085f83e (patch)
tree7d87344cdf07b6b9234abe26ccef39fbbee54f63 /runtime/doc/version6.txt
parentb316376b4893ac3ae62f7f33c483b28b7fc147c0 (diff)
downloadvim-git-c236c16d0884c7d6cdc4dbaddb8cb3992085f83e.tar.gz
updated for version 7.2b-000v7.2b.000
Diffstat (limited to 'runtime/doc/version6.txt')
-rw-r--r--runtime/doc/version6.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/version6.txt b/runtime/doc/version6.txt
index 1f3699c1f..0ab4d1deb 100644
--- a/runtime/doc/version6.txt
+++ b/runtime/doc/version6.txt
@@ -1,4 +1,4 @@
-*version6.txt* For Vim version 7.2a. Last change: 2007 May 11
+*version6.txt* For Vim version 7.2b. Last change: 2007 May 11
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -13235,7 +13235,7 @@ Files: src/fileio.c
Patch 6.2.499
Problem: When writing a file and halting the system, the file might be lost
- when using a journalling file system.
+ when using a journaling file system.
Solution: Use fsync() to flush the file data to disk after writing a file.
(Radim Kolar)
Files: src/fileio.c