comparison src/option.h @ 5946:4d7af1962d6c v7.4.314

updated for version 7.4.314 Problem: Completion messages can get in the way of a plugin. Solution: Add 'c' flag to 'shortmess' option. (Shougo Matsu)
author Bram Moolenaar <bram@vim.org>
date Wed, 28 May 2014 21:40:52 +0200
parents 50dbef5e774a
children ef83b423ebf7
comparison
equal deleted inserted replaced
5945:5976b378f610 5946:4d7af1962d6c
210 #define SHM_OVER 'o' /* overwrite file messages */ 210 #define SHM_OVER 'o' /* overwrite file messages */
211 #define SHM_OVERALL 'O' /* overwrite more messages */ 211 #define SHM_OVERALL 'O' /* overwrite more messages */
212 #define SHM_SEARCH 's' /* no search hit bottom messages */ 212 #define SHM_SEARCH 's' /* no search hit bottom messages */
213 #define SHM_ATTENTION 'A' /* no ATTENTION messages */ 213 #define SHM_ATTENTION 'A' /* no ATTENTION messages */
214 #define SHM_INTRO 'I' /* intro messages */ 214 #define SHM_INTRO 'I' /* intro messages */
215 #define SHM_ALL "rmfixlnwaWtToOsAI" /* all possible flags for 'shm' */ 215 #define SHM_COMPLETIONMENU 'c' /* completion menu messages */
216 #define SHM_ALL "rmfixlnwaWtToOsAIc" /* all possible flags for 'shm' */
216 217
217 /* characters for p_go: */ 218 /* characters for p_go: */
218 #define GO_ASEL 'a' /* autoselect */ 219 #define GO_ASEL 'a' /* autoselect */
219 #define GO_ASELML 'A' /* autoselect modeless selection */ 220 #define GO_ASELML 'A' /* autoselect modeless selection */
220 #define GO_BOT 'b' /* use bottom scrollbar */ 221 #define GO_BOT 'b' /* use bottom scrollbar */