好吧,正如标题所说。以下是我的 c++ 源代码中现在的样子:
1
2 /*
3 * === FUNCTION =============================================================
4 * Name: sample_function
5 * Description:
6 * =============================================================================
7 */
8 void sample_function ( <+argument_list+> )
9 {
10 return <+return_value+>;
11 } /* ----- end of function sample_function ----- */
当我查找 c-support/templates/cpp.idioms.template 或 c-support/templates/c.idioms.template 时,一切都是正确的。
似乎在插入模板代码时,vim会自行重新格式化。
有谁能够帮我?