When you "add -p <e (edit) flag>" and are doing a refactor.
- Add deletions first "for a simplifying project commit"
- Add additions "for code has moved to here commit"
- vim plugin recognizes previous command contained 'git * -p'
- plugin recognizes that it is in -e (edit) mode for -p command.
- :add and :del ...
Text manipulation occurs to: - add(), remove the lines that contain + upon
- del(), convert - to ' '