comparison src/os_mac.h @ 2214:f8222d1f9a73 vim73

Included patch for persistent undo. Lots of changes and added test.
author Bram Moolenaar <bram@vim.org>
date Sun, 23 May 2010 23:34:36 +0200
parents 85a99ba3eb5a
children 543ea69d037f
comparison
equal deleted inserted replaced
2213:0e0e99d1092e 2214:f8222d1f9a73
202 #ifndef DFLT_DIR 202 #ifndef DFLT_DIR
203 # define DFLT_DIR "." /* default for 'directory' */ 203 # define DFLT_DIR "." /* default for 'directory' */
204 #endif 204 #endif
205 205
206 #ifndef DFLT_VDIR 206 #ifndef DFLT_VDIR
207 # define DFLT_VDIR "$VIM/vimfiles/view" /* default for 'viewdir' */ 207 # define DFLT_VDIR "$VIM/vimfiles/view" /* default for 'viewdir' */
208 #endif 208 #endif
209 209
210 #define DFLT_ERRORFILE "errors.err" 210 #define DFLT_ERRORFILE "errors.err"
211 211
212 #ifndef DFLT_RUNTIMEPATH 212 #ifndef DFLT_RUNTIMEPATH