comparison src/if_cscope.h @ 148:72aefd4c1e0d

updated for version 7.0046
author vimboss
date Mon, 31 Jan 2005 19:19:04 +0000
parents d6009de12681
children 6b49757d378c
comparison
equal deleted inserted replaced
147:2f5a3b881ada 148:72aefd4c1e0d
1 /* vi:set ts=8 sts=4 sw=4: 1 /* vi:set ts=8 sts=4 sw=4:
2 * 2 *
3 * CSCOPE support for Vim added by Andy Kahn <kahn@zk3.dec.com> 3 * CSCOPE support for Vim added by Andy Kahn <kahn@zk3.dec.com>
4 * Ported to Win32 by Sergey Khorev <khorev@softlab.ru> 4 * Ported to Win32 by Sergey Khorev <sergey.khorev@gmail.com>
5 * 5 *
6 * The basic idea/structure of cscope for Vim was borrowed from Nvi. 6 * The basic idea/structure of cscope for Vim was borrowed from Nvi.
7 * There might be a few lines of code that look similar to what Nvi 7 * There might be a few lines of code that look similar to what Nvi
8 * has. If this is a problem and requires inclusion of the annoying 8 * has. If this is a problem and requires inclusion of the annoying
9 * BSD license, then sue me; I'm not worth much anyway. 9 * BSD license, then sue me; I'm not worth much anyway.