Dnia sobota, 8 lipca 2006 23:58, Preben Randhol napisaĆ: > Hi > > Is there any script for vim which can extract all TODOs, FIXMEs or > BUGs from a set of source code files and display them in a window. If > one could click on a FIXME/TODO and then jump to the right source code > file and line would be great. > > Thanks in advance >
:vimgrep /TODO\|FIXME\|BUG/ % :copen :help vimgrep :help quickfix.txt m.