comparison src/ex_cmds.c @ 23:3f44e9abe4ec v7.0015

updated for version 7.0015
author vimboss
date Mon, 06 Sep 2004 17:44:46 +0000
parents cc049b00ee70
children ac33b7c03fac
comparison
equal deleted inserted replaced
22:cc049b00ee70 23:3f44e9abe4ec
3057 #endif 3057 #endif
3058 } 3058 }
3059 #ifdef FEAT_AUTOCMD 3059 #ifdef FEAT_AUTOCMD
3060 else 3060 else
3061 { 3061 {
3062 /* Read the modelines, but only to set window-local options. Any
3063 * buffer-local options have already been set and may have been
3064 * changed by the user. */
3065 do_modelines(TRUE);
3066
3062 apply_autocmds_retval(EVENT_BUFENTER, NULL, NULL, FALSE, curbuf, 3067 apply_autocmds_retval(EVENT_BUFENTER, NULL, NULL, FALSE, curbuf,
3063 &retval); 3068 &retval);
3064 apply_autocmds_retval(EVENT_BUFWINENTER, NULL, NULL, FALSE, curbuf, 3069 apply_autocmds_retval(EVENT_BUFWINENTER, NULL, NULL, FALSE, curbuf,
3065 &retval); 3070 &retval);
3066 } 3071 }