Vim: surround a list of sentences with HTML tags
If you have a list of words or sentences in Vim and you need to add a couple of tags around each of them you cannot siply use the V (upper v) command to select all of them before using vim.surround because in this case you get only one couple of tags for all the list.