blob: 3133f13caa7c1e391f07f2deee9ea5690d79b777 [file] [log] [blame]
Bram Moolenaar071d4272004-06-13 20:20:40 +00001Some tools that can be used with Vim:
2
3blink.c: C program to make the cursor blink in an xterm.
4
5ccfilter*: C program to filter the output of a few compilers to a common
6 QuickFix format.
7
8efm_filter.*: Perl script to filter compiler messages to QuickFix format.
9
10efm_perl.pl: Perl script to filter error messages from the Perl interpreter
11 for use with Vim quickfix mode.
12
13mve.* Awk script to filter error messages to QuickFix format.
14
15pltags.pl: Perl script to create a tags file from Perl scripts.
16
17ref: Shell script for the K command.
18
19shtags.*: Perl script to create a tags file from a shell script.
20
21tcltags: Shell + Awk script to create a tags file from a TCL file.
22
23vim132: Shell script to edit in 132 column mode on vt100 compatible
24 terminals.
25
26vimm: Shell script to start Vim on a DEC terminal with mouse
27 enabled.
28
29vimspell.*: Shell script for highlighting spelling mistakes.
30
31vim_vs_net.cmd: MS-Windows command file to use Vim with MS Visual Studio 7 and
32 later.
33
34xcmdsrv_client.c: Example for a client program that communicates with a Vim
35 server through the X-Windows interface.
36
37[xxd (and tee for OS/2) can be found in the src directory]