diff options
author | Bram Moolenaar <Bram@vim.org> | 2007-05-12 13:12:19 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2007-05-12 13:12:19 +0000 |
commit | 341621425b55ee3d5998cea41bbb4716a4a48214 (patch) | |
tree | 49dc19a116f2649fa26eae9aed13c60a715b7942 /src/vim.h | |
parent | b5ba002aabaff8767dfb180109fc6b170d0e789a (diff) | |
download | vim-git-341621425b55ee3d5998cea41bbb4716a4a48214.tar.gz |
updated for version 7.1
Diffstat (limited to 'src/vim.h')
-rw-r--r-- | src/vim.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -70,7 +70,7 @@ * MACOS compiling for either one */ #if defined(macintosh) && !defined(MACOS_CLASSIC) -# define MACOS_CLASSIC +# define MACOS_CLASSIC #endif #if defined(MACOS_X_UNIX) # define MACOS_X @@ -1848,7 +1848,7 @@ typedef int proftime_T; /* dummy for function prototypes */ #endif /* - * The following macros stop displat/event loop nesting at the wrong time. + * The following macros stop display/event loop nesting at the wrong time. */ #ifdef ALT_X_INPUT # define ALT_INPUT_LOCK_OFF suppress_alternate_input = FALSE |