let's say I have a file with the following content:
This is a _file_ which has some _special_ keywords, that I would _like_ to replace.
I can do a search and replace of the speical keywords with "%s/_*_/something", but I would like "something" to be an output of an external command. Is this possible in vim, or do I need to awk it?