|
1 |
| -*if_cscop.txt* For Vim version 8.0. Last change: 2011 Jun 12 |
| 1 | +*if_cscop.txt* For Vim version 8.1. Last change: 2018 Jan 21 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Andy Kahn
|
@@ -91,9 +91,10 @@ suggested use.)
|
91 | 91 | 2. Cscope related commands *cscope-commands*
|
92 | 92 |
|
93 | 93 | *:cscope* *:cs* *:scs* *:scscope* *E259* *E262* *E561* *E560*
|
94 |
| -All cscope commands are accessed through suboptions to the main cscope |
95 |
| -command ":cscope". The shortest abbreviation is ":cs". The ":scscope" |
96 |
| -command does the same and also splits the window (short: "scs"). |
| 94 | +All cscope commands are accessed through suboptions to the cscope commands. |
| 95 | + `:cscope` or `:cs` is the main command |
| 96 | + `:scscope` or `:scs` does the same and splits the window |
| 97 | + `:lcscope` or `:lcs` uses the location list, see |:lcscope| |
97 | 98 |
|
98 | 99 | The available subcommands are:
|
99 | 100 |
|
@@ -467,36 +468,18 @@ license or OS distribution), then you can download it for free from:
|
467 | 468 | http://cscope.sourceforge.net/
|
468 | 469 | This is released by SCO under the BSD license.
|
469 | 470 |
|
470 |
| -If you want a newer version of cscope, you will probably have to buy it. |
471 |
| -According to the (old) nvi documentation: |
472 |
| - |
473 |
| - You can buy version 13.3 source with an unrestricted license |
474 |
| - for $400 from AT&T Software Solutions by calling +1-800-462-8146. |
475 |
| - |
476 |
| -Also you can download cscope 13.x and mlcscope 14.x (multi-lingual cscope |
477 |
| -which supports C, C++, Java, lex, yacc, breakpoint listing, Ingres, and SDL) |
478 |
| -from World-Wide Exptools Open Source packages page: |
479 |
| - http://www.bell-labs.com/project/wwexptools/packages.html |
480 |
| - |
481 | 471 | In Solaris 2.x, if you have the C compiler license, you will also have
|
482 | 472 | cscope. Both are usually located under /opt/SUNWspro/bin
|
483 | 473 |
|
484 |
| -SGI developers can also get it. Search for Cscope on this page: |
485 |
| - http://freeware.sgi.com/index-by-alpha.html |
486 |
| - https://toolbox.sgi.com/toolbox/utilities/cscope/ |
487 |
| -The second one is for those who have a password for the SGI toolbox. |
488 |
| - |
489 | 474 | There is source to an older version of a cscope clone (called "cs") available
|
490 | 475 | on the net. Due to various reasons, this is not supported with Vim.
|
491 | 476 |
|
492 | 477 | The cscope interface/support for Vim was originally written by
|
493 | 478 | Andy Kahn < [email protected]>. The original structure (as well as a tiny
|
494 |
| -bit of code) was adapted from the cscope interface in nvi. Please report |
495 |
| -any problems, suggestions, patches, et al., you have for the usage of |
496 |
| -cscope within Vim to him. |
| 479 | +bit of code) was adapted from the cscope interface in nvi. |
497 | 480 | *cscope-win32*
|
498 |
| -For a cscope version for Win32 see: |
499 |
| - http://code.google.com/p/cscope-win32/ |
| 481 | +For a cscope version for Win32 see (seems abandoned): |
| 482 | + https://code.google.com/archive/p/cscope-win32/ |
500 | 483 |
|
501 | 484 | Win32 support was added by Sergey Khorev < [email protected]>. Contact
|
502 | 485 | him if you have Win32-specific issues.
|
|
0 commit comments