Regular Expressions

Regular Expression Magic and ViM

Every now and then I have an editing task for which Eclipse is just not up to the job. Usually it involves making a lot of changes all at once. (I realize that Eclipse has regex find/replace, but I feel much better working in ViM in these cases.) Here is an example: I have a block of Java enum code that I want to split out into an enum and two maps.