I tried using the following syntax, in Vim to find the n'th occurence of a word(i would like to replace that word with another one)
:6:myWord
and I would like to replace it with newWord
I do not understand what I am getting wrong, can anybody help me?