mirror of
https://github.com/vim/vim.git
synced 2025-10-23 08:44:20 -04:00
updated for version 7.0010
This commit is contained in:
38
src/os_mac.h
38
src/os_mac.h
@@ -18,18 +18,23 @@
|
||||
|
||||
/*
|
||||
* Macintosh machine-dependent things.
|
||||
*
|
||||
* Include the Mac header files, unless also compiling with X11 (the header
|
||||
* files have many conflicts).
|
||||
*/
|
||||
#include <QuickDraw.h>
|
||||
#include <ToolUtils.h>
|
||||
#include <LowMem.h>
|
||||
#include <Scrap.h>
|
||||
#include <Sound.h>
|
||||
#include <TextUtils.h>
|
||||
#include <Memory.h>
|
||||
#include <OSUtils.h>
|
||||
#include <Files.h>
|
||||
#ifdef FEAT_MBYTE
|
||||
# include <Script.h>
|
||||
#ifndef FEAT_X11
|
||||
# include <QuickDraw.h>
|
||||
# include <ToolUtils.h>
|
||||
# include <LowMem.h>
|
||||
# include <Scrap.h>
|
||||
# include <Sound.h>
|
||||
# include <TextUtils.h>
|
||||
# include <Memory.h>
|
||||
# include <OSUtils.h>
|
||||
# include <Files.h>
|
||||
# ifdef FEAT_MBYTE
|
||||
# include <Script.h>
|
||||
# endif
|
||||
#endif
|
||||
|
||||
/*
|
||||
@@ -303,10 +308,13 @@
|
||||
#endif
|
||||
|
||||
#define DFLT_ERRORFILE "errors.err"
|
||||
#ifdef COLON_AS_PATHSEP
|
||||
# define DFLT_RUNTIMEPATH "$VIM:vimfiles,$VIMRUNTIME,$VIM:vimfiles:after"
|
||||
#else
|
||||
# define DFLT_RUNTIMEPATH "~/.vim,$VIM/vimfiles,$VIMRUNTIME,$VIM/vimfiles/after,~/.vim/after"
|
||||
|
||||
#ifndef DFLT_RUNTIMEPATH
|
||||
# ifdef COLON_AS_PATHSEP
|
||||
# define DFLT_RUNTIMEPATH "$VIM:vimfiles,$VIMRUNTIME,$VIM:vimfiles:after"
|
||||
# else
|
||||
# define DFLT_RUNTIMEPATH "~/.vim,$VIM/vimfiles,$VIMRUNTIME,$VIM/vimfiles/after,~/.vim/after"
|
||||
# endif
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user