diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-07-24 21:16:51 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-07-24 21:16:51 +0000 |
commit | 81366db6d6668a753c44cacbbe7669b7f37cac37 (patch) | |
tree | afe014176787de8a737a1718025687908a27f249 /src/globals.h | |
parent | 65de869c4f48789ce3a937339468444432dcfb0f (diff) | |
download | vim-81366db6d6668a753c44cacbbe7669b7f37cac37.zip |
updated for version 7.0115
Diffstat (limited to 'src/globals.h')
-rw-r--r-- | src/globals.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/globals.h b/src/globals.h index 2c6d8e2ec..8460b49ba 100644 --- a/src/globals.h +++ b/src/globals.h @@ -790,17 +790,17 @@ EXTERN int finish_op INIT(= FALSE);/* TRUE while an operator is pending */ EXTERN int exmode_active INIT(= 0); /* zero, EXMODE_NORMAL or EXMODE_VIM */ EXTERN int ex_no_reprint INIT(= FALSE); /* no need to print after z or p */ -EXTERN int Recording INIT(= FALSE);/* TRUE when recording into a reg. */ -EXTERN int Exec_reg INIT(= FALSE); /* TRUE when executing a register */ +EXTERN int Recording INIT(= FALSE); /* TRUE when recording into a reg. */ +EXTERN int Exec_reg INIT(= FALSE); /* TRUE when executing a register */ -EXTERN int no_mapping INIT(= FALSE); /* currently no mapping allowed */ -EXTERN int no_zero_mapping INIT(= 0); /* mapping zero not allowed */ -EXTERN int allow_keys INIT(= FALSE); /* allow key codes when no_mapping +EXTERN int no_mapping INIT(= FALSE); /* currently no mapping allowed */ +EXTERN int no_zero_mapping INIT(= 0); /* mapping zero not allowed */ +EXTERN int allow_keys INIT(= FALSE); /* allow key codes when no_mapping * is set */ -EXTERN int no_u_sync INIT(= 0); /* Don't call u_sync() */ +EXTERN int no_u_sync INIT(= 0); /* Don't call u_sync() */ -EXTERN int restart_edit INIT(= 0); /* call edit when next cmd finished */ -EXTERN int arrow_used; /* Normally FALSE, set to TRUE after +EXTERN int restart_edit INIT(= 0); /* call edit when next cmd finished */ +EXTERN int arrow_used; /* Normally FALSE, set to TRUE after * hitting cursor key in insert mode. * Used by vgetorpeek() to decide when * to call u_sync() */ |