Quote |
:r!<command> add the output of command to the cursor location. It's not always pretty. |
Quote |
I've found it difficult to correct a bug in a function when there's another copy of it pasted somewhere else in my code |
Quote (mikshaw @ Dec. 14 2007,09:22) | ||
In any case, I don't understand why you would have the same function twice in the same code anyway. The whole reason behind using functions is to prevent the need for duplicate code. |