diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-12-10 20:15:02 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-12-10 20:15:02 +0000 |
commit | 43abc52195744330e1df8f50bda64c1f66f9b507 (patch) | |
tree | 1bbc1276d144babb5eb97ab49b495f08b4b96d39 /src/os_mac.h | |
parent | ba930509b084cd5eb1c74a23ab1b9f489d5ba064 (diff) | |
download | vim-git-43abc52195744330e1df8f50bda64c1f66f9b507.tar.gz |
updated for version 7.0166
Diffstat (limited to 'src/os_mac.h')
-rw-r--r-- | src/os_mac.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/os_mac.h b/src/os_mac.h index 0641991d6..5e286594f 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 */ |