Hi everybody, I have a in my plsql.vim filetype plugin a lot of abbreviations to the effect of : iabbrev <buffer> then THEN iabbrev <buffer> else ELSE ... etc.
The idea is that some companies' coding standards expect me to use capitalized keywords. Personally I hate capitalized keywords (it reminds me of BASIC programming). So I was wondering if there was a way where I could turn a set of abbreviations on and off, on the fly, without reloading the buffer. Thanks Marius
