README.txt 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. Some tools that can be used with Vim:
  2. blink.c: C program to make the cursor blink in an xterm.
  3. ccfilter*: C program to filter the output of a few compilers to a common
  4. QuickFix format.
  5. efm_filter.*: Perl script to filter compiler messages to QuickFix format.
  6. efm_perl.pl: Perl script to filter error messages from the Perl interpreter
  7. for use with Vim quickfix mode.
  8. mve.* Awk script to filter error messages to QuickFix format.
  9. pltags.pl: Perl script to create a tags file from Perl scripts.
  10. ref: Shell script for the K command.
  11. shtags.*: Perl script to create a tags file from a shell script.
  12. vim132: Shell script to edit in 132 column mode on vt100 compatible
  13. terminals.
  14. vimm: Shell script to start Vim on a DEC terminal with mouse
  15. enabled.
  16. vimspell.*: Shell script for highlighting spelling mistakes.
  17. vim_vs_net.cmd: MS-Windows command file to use Vim with MS Visual Studio 7 and
  18. later.
  19. xcmdsrv_client.c: Example for a client program that communicates with a Vim
  20. server through the X-Windows interface.
  21. unicode.vim Vim script to generate tables for src/mbyte.c.
  22. [xxd can be found in the src directory]