summaryrefslogtreecommitdiff
path: root/src/vim.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2007-05-12 13:12:19 +0000
committerBram Moolenaar <Bram@vim.org>2007-05-12 13:12:19 +0000
commit341621425b55ee3d5998cea41bbb4716a4a48214 (patch)
tree49dc19a116f2649fa26eae9aed13c60a715b7942 /src/vim.h
parentb5ba002aabaff8767dfb180109fc6b170d0e789a (diff)
downloadvim-git-341621425b55ee3d5998cea41bbb4716a4a48214.tar.gz
updated for version 7.1
Diffstat (limited to 'src/vim.h')
-rw-r--r--src/vim.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vim.h b/src/vim.h
index 49b20de0c..16331e190 100644
--- a/src/vim.h
+++ b/src/vim.h
@@ -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