diff options
Diffstat (limited to 'src/os_mac.h')
-rw-r--r-- | src/os_mac.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os_mac.h b/src/os_mac.h index 314ec3248..f1ed96541 100644 --- a/src/os_mac.h +++ b/src/os_mac.h @@ -204,7 +204,7 @@ #endif #ifndef DFLT_VDIR -# define DFLT_VDIR "$VIM/vimfiles/view" /* default for 'viewdir' */ +# define DFLT_VDIR "$VIM/vimfiles/view" /* default for 'viewdir' */ #endif #define DFLT_ERRORFILE "errors.err" |