This is a discussion on =?gb2312?q?problem:how_can_I_indent_a_special_word_in_opengl_programming=A3=BF?= - Editors ; When I type into the int main() then press <ENTER>,the cursor will locate the 4 space from the begining. ts=4 sw=4 Now I programming in opengl, I hope when i type the glBegin(); then press <ENTER>,the vim will auto indent ...
When I type into the
int main()
then press <ENTER>,the cursor will locate the 4 space from the
begining. ts=4 sw=4
Now I programming in opengl, I hope when i type the
glBegin();
then press <ENTER>,the vim will auto indent .
I view the indent.txt,and try to change the cinkeys and cinwords,but
lost.
How can I do?