comparison src/vim.h @ 1668:0b796e045c42 v7.2b.000

updated for version 7.2b-000
author vimboss
date Sun, 13 Jul 2008 17:41:49 +0000
parents b9740fb41986
children c7c53db66b55
comparison
equal deleted inserted replaced
1667:131dbd3d2a4b 1668:0b796e045c42
1006 #endif 1006 #endif
1007 #define TAG_VERBOSE 32 /* message verbosity */ 1007 #define TAG_VERBOSE 32 /* message verbosity */
1008 #define TAG_INS_COMP 64 /* Currently doing insert completion */ 1008 #define TAG_INS_COMP 64 /* Currently doing insert completion */
1009 #define TAG_KEEP_LANG 128 /* keep current language */ 1009 #define TAG_KEEP_LANG 128 /* keep current language */
1010 1010
1011 #define TAG_MANY 200 /* When finding many tags (for completion), 1011 #define TAG_MANY 300 /* When finding many tags (for completion),
1012 find up to this many tags */ 1012 find up to this many tags */
1013 1013
1014 /* 1014 /*
1015 * Types of dialogs passed to do_vim_dialog(). 1015 * Types of dialogs passed to do_vim_dialog().
1016 */ 1016 */