a simple regular expression in vim
If you edit a file which is too long because using too many lines for useless command, you can delete them using VIM. Searching the line beginning with “!frame” and delete it. in vim :g/^!frame.*$/s// Send article as PDF Continue reading a simple regular expression in vim