On Sunday, 3 March 2013 23:33:56 UTC+11, ZyX wrote: > > Patch is at > > https://bitbucket.org/richo/vim/commits/d2dc1a943e25c16f1facec996437e6eba070d072 > > because I couldn't work out how to get hg to spit out something akin to > > git-format-patch. > > hg export -r d2dc1a943e25c16f1facec996437e6eba070d072 > or > > hg diff -r {upstream} -r d2dc1a943e25c16f1facec996437e6eba070d072 > .
Thankyou very much. Patch is attached. -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
# HG changeset patch # User [email protected] # Date 1362312869 -39600 # Node ID d2dc1a943e25c16f1facec996437e6eba070d072 # Parent ad7bbe9ea65bc65f9a2fddbcda941bb43ce2f110 Remove case insensitive filenames on OSX diff -r ad7bbe9ea65b -r d2dc1a943e25 src/os_mac.h --- a/src/os_mac.h Tue Feb 26 22:54:11 2013 +0100 +++ b/src/os_mac.h Sun Mar 03 23:14:29 2013 +1100 @@ -83,7 +83,6 @@ #define FEAT_SOURCE_FF_MAC #define USE_EXE_NAME /* to find $VIM */ -#define CASE_INSENSITIVE_FILENAME /* ignore case when comparing file names */ #define SPACE_IN_FILENAME #define BREAKCHECK_SKIP 32 /* call mch_breakcheck() each time, it's quite fast. Did I forgot to update the
