我最近开始研究需要以下函数参数约定的源代码:
void example( int arg );
但是,在输入分号后,vim 会自动修剪括号之间的任何空格:
void example(int arg); //after typing the ;
有没有办法关闭这个功能?
我最近开始研究需要以下函数参数约定的源代码:
void example( int arg );
但是,在输入分号后,vim 会自动修剪括号之间的任何空格:
void example(int arg); //after typing the ;
有没有办法关闭这个功能?