You know,in Django template, the variables are wraped up by {{ }},but it seems that in Vim(vi and gvim are the same),after you type {},and type another {,it will auto insert a new line instead of { . Does anyone knows how to disable it?
|
|
If you want to use this autoclose plugin for certain filetypes, like for example just for .c and .h files, you could drop it in It seems weird to me that a plugin with such a big impact wouldn't have a switch to temporarily disable it. It would definitely be an improvement to this script if you modified it to add a
or just make a keymapping to toggle it so you can have it for any embedded CSS or JS and disable it for Django. |
|||
|
|
|
It seems that feature is not configurable. You may have to disable it by editing the source code of autoclose. Only two lines of code need changing. Change this:
to
Besides, you can turn off autoclose temporarily by |
|||
|
|