Searched refs:COM_MIDDLE (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/vim-55/src/
H A Doption.h241 #define COM_MIDDLE 'm' /* middle of comment */ macro
H A Dmisc1.c865 if (*p == COM_START || *p == COM_MIDDLE)
6437 if (*p == COM_START || *p == COM_END || *p == COM_MIDDLE)
6457 else if (what == COM_MIDDLE)
H A Dops.c4368 if (*p == COM_MIDDLE)
H A Dedit.c5642 if (i > 0 && vim_strchr(p, COM_MIDDLE) != NULL) /* Just checking */

Completed in 193 milliseconds