diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-12-06 19:50:41 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-12-06 19:50:41 +0000 |
commit | cef9dcc37ef6dce3d98cf1550c3731fff9d451b5 (patch) | |
tree | 1ed76e3b15dfd3280a92cf0699d5c851730f09bd /src/os_mac.h | |
parent | 943d2b5b80e81d2b089bd6ca391a5fcbaccdde24 (diff) | |
download | vim-git-cef9dcc37ef6dce3d98cf1550c3731fff9d451b5.tar.gz |
updated for version 7.0163
Diffstat (limited to 'src/os_mac.h')
-rw-r--r-- | src/os_mac.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/os_mac.h b/src/os_mac.h index 5ef7310b5..0641991d6 100644 --- a/src/os_mac.h +++ b/src/os_mac.h @@ -144,8 +144,8 @@ comment */ -#undef USE_FNAME_CASE /* So that :e os_Mac.c, :w, save back the file - as os_mac.c */ +#undef USE_FNAME_CASE /* TODO: make :e os_Mac.c, :w, save back the + file as os_mac.c */ #define BINARY_FILE_IO #define EOL_DEFAULT EOL_MAC #ifndef MACOS_X_UNIX /* I hope that switching these two lines */ @@ -170,7 +170,6 @@ # define HAVE_STRFTIME #endif - /* * Names for the EXRC, HELP and temporary files. * Some of these may have been defined in the makefile. |