comparison src/if_cscope.c @ 148:72aefd4c1e0d

updated for version 7.0046
author vimboss
date Mon, 31 Jan 2005 19:19:04 +0000
parents 125e80798a85
children 2463194c8cdd
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. There 6 * The basic idea/structure of cscope for Vim was borrowed from Nvi. There
7 * might be a few lines of code that look similar to what Nvi has. 7 * might be a few lines of code that look similar to what Nvi has.
8 * 8 *
9 * See README.txt for an overview of the Vim source code. 9 * See README.txt for an overview of the Vim source code.