Gvim tip #1
To delete a line containing a pattern
:g/profile/dReference:
To see the lines that this command will delete
:g/profile
[1] http://vim.wikia.com/wiki/Delete_all_lines_containing_a_pattern
Labels: gvim
To delete a line containing a pattern
:g/profile/dReference:
To see the lines that this command will delete
:g/profile
Labels: gvim