Name Date Size #Lines LOC

..25-Jul-2025-

README.txtH A D25-Jul-20251.1 KiB3822

blink.cH A D25-Jul-2025504 2516

ccfilter.1H A D25-Jul-20252.2 KiB9488

ccfilter.cH A D25-Jul-20258.4 KiB329290

ccfilter_README.txtH A D25-Jul-20253.2 KiB10277

demoserver.pyH A D25-Jul-20253 KiB10465

efm_filter.plH A D25-Jul-2025978 4023

efm_filter.txtH A D25-Jul-20251.1 KiB3223

efm_perl.plH A D25-Jul-20253.6 KiB15458

emoji_list.vimH A D25-Jul-2025411 2420

mve.awkH A D25-Jul-2025484 2411

mve.txtH A D25-Jul-2025579 2113

pltags.plH A D25-Jul-20258.2 KiB301176

refH A D25-Jul-2025137 123

shtags.1H A D25-Jul-20252 KiB6260

shtags.plH A D25-Jul-20253.3 KiB145102

unicode.vimH A D25-Jul-202512.2 KiB470424

vim132H A D25-Jul-2025315 146

vim_vs_net.cmdH A D25-Jul-2025798 2423

vimmH A D25-Jul-2025188 73

vimspell.shH A D25-Jul-20251.4 KiB5624

vimspell.txtH A D25-Jul-2025819 2316

xcmdsrv_client.cH A D25-Jul-202513.4 KiB579367

README.txt

1Some 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
21vim132:		Shell script to edit in 132 column mode on vt100 compatible
22		terminals.
23
24vimm:		Shell script to start Vim on a DEC terminal with mouse
25		enabled.
26
27vimspell.*:	Shell script for highlighting spelling mistakes.
28
29vim_vs_net.cmd: MS-Windows command file to use Vim with MS Visual Studio 7 and
30		later.
31
32xcmdsrv_client.c:  Example for a client program that communicates with a Vim
33		   server through the X-Windows interface.
34
35unicode.vim	Vim script to generate tables for src/mbyte.c.
36
37[xxd can be found in the src directory]
38