Forum Moderators: open
:[range]s[ubstitute]/{pattern}/{string}/[&][c][e][g][p][r][i][I] [count]For each line in [range] replace a match of {pattern} with {string}.
{string} can be a literal string, or something special; see ¦sub-replace-special¦.
When [range] and [count] are omitted, replace in the current line only.
When [count] is given, replace in [count] lines, starting with the last line in [range]. When [range] is omitted start in the current line.
Also see ¦cmdline-ranges¦.
See ¦:s_flags¦ for the flags.
Check out [vim.org...] also, it has load of interesting scripts, tips, plugins and other goodies that can help you out.
Hrm... it would be interesting to write an HTML ftplugin that would automatically validate your HTML with :make