I want to add * to the end of each line in Vim.
*
I tried the code unsuccessfully
:%s/ /* /g
:%s/$/*/g
should work and so should :%s/$/*/g.
2.1m questions
2.1m answers
60 comments
57.0k users