plugins - How to insert opening brace and matcing brace in vim manually -
i using autopairs plugin.
if(num==5)//if delete here matching brace further couldn't add matching brace.
i want add opening brace.. it's giving me pair of brace. int main() {
}//if delete brace further can't add this... if(abs()(num*5))//here after abs want add opening brace //but here coming two.
i new in vim.. if elaborately describe solution huge me..
that's odd. usually, bracket plugins let insert closing brackets when it's not next character under cursor. otherwise, can inhibit mapping on demand pressing ctrl-v before closing bracket key.
Comments
Post a Comment