summaryrefslogtreecommitdiffstats
path: root/src/os_mac.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-12-10 20:15:02 +0000
committerBram Moolenaar <Bram@vim.org>2005-12-10 20:15:02 +0000
commit43abc52195744330e1df8f50bda64c1f66f9b507 (patch)
tree1bbc1276d144babb5eb97ab49b495f08b4b96d39 /src/os_mac.h
parentba930509b084cd5eb1c74a23ab1b9f489d5ba064 (diff)
updated for version 7.0166
Diffstat (limited to 'src/os_mac.h')
-rw-r--r--src/os_mac.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/os_mac.h b/src/os_mac.h
index 0641991d69..5e286594fb 100644
--- a/src/os_mac.h
+++ b/src/os_mac.h
@@ -144,8 +144,8 @@
comment */
-#undef USE_FNAME_CASE /* TODO: make :e os_Mac.c, :w, save back the
- file as os_mac.c */
+#define USE_FNAME_CASE /* make ":e os_Mac.c" open the file in its
+ original case, as "os_mac.c" */
#define BINARY_FILE_IO
#define EOL_DEFAULT EOL_MAC
#ifndef MACOS_X_UNIX /* I hope that switching these two lines */