comparison src/vim.h @ 10:4e2284e71352

updated for version 7.0002
author vimboss
date Thu, 24 Jun 2004 15:53:16 +0000
parents 3fc0f57ecb91
children 4424b47a0797
comparison
equal deleted inserted replaced
9:4102fb4ea781 10:4e2284e71352
724 /* Values for "noremap" argument of ins_typebuf(). Also used for 724 /* Values for "noremap" argument of ins_typebuf(). Also used for
725 * map->m_noremap and menu->noremap[]. */ 725 * map->m_noremap and menu->noremap[]. */
726 #define REMAP_YES 0 /* allow remapping */ 726 #define REMAP_YES 0 /* allow remapping */
727 #define REMAP_NONE -1 /* no remapping */ 727 #define REMAP_NONE -1 /* no remapping */
728 #define REMAP_SCRIPT -2 /* remap script-local mappings only */ 728 #define REMAP_SCRIPT -2 /* remap script-local mappings only */
729 #define REMAP_SKIP -3 /* no remapping for first char */
729 730
730 /* Values for mch_call_shell() second argument */ 731 /* Values for mch_call_shell() second argument */
731 #define SHELL_FILTER 1 /* filtering text */ 732 #define SHELL_FILTER 1 /* filtering text */
732 #define SHELL_EXPAND 2 /* expanding wildcards */ 733 #define SHELL_EXPAND 2 /* expanding wildcards */
733 #define SHELL_COOKED 4 /* set term to cooked mode */ 734 #define SHELL_COOKED 4 /* set term to cooked mode */