CVSROOT: /cvs Module name: src Changes by: l...@cvs.openbsd.org 2012/06/07 09:15:05
Modified files: usr.bin/mg : Makefile README def.h funmap.c keymap.c mg.1 tags.c Added files: usr.bin/mg : cscope.c Log message: Add some cscope support to mg. From Sunil Nimmagadda. Due to some structural limitations in mg, mg doesn't behave exactly the same as emacs cscope (see the README) but is still very usable. man page bits reviewed by jmc@, otherwise tested and reviewed by myself.