-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathMANIFEST
586 lines (586 loc) · 35.1 KB
/
MANIFEST
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
MANIFEST for vile, version v9_8za
--------------------------------------------------------------------------------
MANIFEST this file
AUTHORS list of authors, with nicknames in CHANGES
CHANGES Change-log for VILE
CHANGES.R3 Vile 3.0 change-log
CHANGES.R4 Vile 4.0 change-log
CHANGES.R5 Vile 5.0 change log
CHANGES.R6 Vile 6.0 change-log
CHANGES.R7 Vile 7.0 change-log
CHANGES.R8 Vile 8.0 change-log
COPYING GPL copyright (for 'configure')
INSTALL installation instructions for VILE
README overview of VILE (read first)
README.PC instructions for PC's (MS-DOS, etc.)
README.VMS instructions for VAX's (OpenVMS)
aclocal.m4 VILE-specific autoconf macros
ansi.c ANSI terminal driver
api.c nvi-like api to perl and tcl
api.h interface of api.c
basic.c basic cursor-movement
bind.c key-bindings & low-level command-completion
blist.c binary-searches for pre-sorted arrays
blist.h interface of blist.c
borland.c BORLAND terminal driver
btree.c balanced-binary (AVL) tree functions
btree.h interface of btree.c
buffer.c buffer-management
buglist bug-list
builtflt.c interface from vile to built-in filters
charsets.c multibyte-character set support
chgdfunc.h prototypes for mode-functions with side-effects
cmdtbl used by 'mktbls' to generate VILE's command-tables
config.guess guess configuration
config.sub substitute configuration
config_h.in template for config.h
configure Configuration script for UNIX
configure.in used by 'autoconf' to generate 'configure'
csrch.c current-line character-scanning commands
curses.c terminal driver using curses
descrip.mms VAX/VMS MMS build-script
df-install.in desktop-file installer, adapted from xterm
dirstuff.h interfaces for UNIX-like directory functions
display.c message & screen formatting & display
djhandl.c CTL/C & interrupt handling for DJGCC
dumbterm.c DUMB terminal driver
edef.h global variable definitions
eightbit.c character translation for "8bit" mode
encrypt.c Jochen Obalek's unix-style crypt function
estruct.h master include/struct definitions
eval.c expression-evaluation
exec.c command (':', macros) execution
externs.c external data (via edef.h)
fences.c functions for parenthesis/ifdef balancing
file.c read/write/lookup disk files (high-level)
filec.c filename-completion functions
fileio.c low-level file I/O functions
finderr.c error-finder
glob.c globbing (wildcard & environment-variable substitution)
globals.c ed/vi/ex style global commands
gnreight.h generated data for single-byte encodings
gppconio.c patched console I/O support for DJGCC
history.c command-history
input.c various input-routines
insert.c functions for character-insertion
install-sh install-script, needed for configure
isearch.c incremental-search commands
itbuff.c support functions for wide-character strings
lckfiles.c locked-files support
line.c line-management functions
main.c main program of VILE
makeargv.c parse string to argc/argv[]
makeargv.h interface of makeargv.c
makefile.blc makefile for Win32 with Borland C++
makefile.djg makefile for DJGCC
makefile.icc makefile for C Set++ 2.x (OS/2)
makefile.in used by 'configure' to generate a makefile
makefile.wnt makefile for Win32 with Microsoft Visual C++
makeflag.wnt replacement for win32.mak, for newer Visual Studio C++
map.c map and map! commands
menu.c menu-support for xvile
mkprlenv.wnt vile-7.4h
mktbls.c utility for constructing VILE's command & mode tables
modes.c mode-command support
modetbl used by 'mktbls' to generate mode tables
msgs.c pop-up message support
npopen.c pipe-command support
ntconio.c Win32 console terminal driver
ntwinio.c GUI terminal driver for WinNT
nullterm.c null device-driver
oneliner.c commands that operate upon single lines
opers.c operator-commands (that use motions)
os2keys.h function-key definitions for OS/2
os2pipe.c OS/2 pipe support
os2vio.c OS/2 video terminal driver
patchlev.h patch-level
path.c functions that manipulate pathnames
perl.xs Perl/C interface wrapper
plink.sh script to trim unneeded libraries from a link-command.
plugin.c command interface to plugins
plugin.h interface of plugin.c
proto.h function prototypes
pscreen.h interface for PSCREEN struct
ptypemap perl-interface type map
random.c miscellaneous functions
regexp.c regular expression functions
region.c region-manipulation
revlist revision-list for VILE
search.c functions for search-commands
select.c selection-handling functions
spawn.c functions for spawning subprocesses
statevar.c functions to set/get state-variables
tags.c support for vi-style "tags"
tbuff.c temporary-buffer management functions
tcap.c TERMCAP terminal driver
tcap.h interface of tcap.c
termio.c low-level terminal I/O support
test_io.c I/O stub for testing linkage requirements
trace.c development: trace to logfile
trace.h development: trace to logfile
ucrypt.c interface to Unix crypt(1)
undo.c support for "undo"
version.c version & usage messages
version.sh print version for current sources
vile.1 man-page for VILE
vile.hlp help-file
vile.wmconfig windowmaker config file for vile
vl_alloc.h malloc-macros for vile
vl_crypt.h interface to Unix crypt(1)
vl_ctype.c vile's ctype functions
vl_ctype.h character-set tests for vile
vl_regex.h interface for vile's regexp.c
vl_stdio.h customized stdio.h definitions for vile.
vms2unix.c VMS/UNIX compatibility support functions
vmsbuild.com VAX/VMS DCL build script
vmspipe.c pipe-filter support for VMS
vmsvt.c VMS terminal driver
w32cbrd.c Win32 clipboard support
w32cmd.c win32 command-specific code
w32info.rc win32 version info
w32misc.c vile-7.4h
w32ole.cpp interface for Winvile OLE
w32ole.h interface of w32ole.cpp
w32ole.rc resource-control for ole configuration
w32oo.cpp various C++ support functions for winvile
w32pipe.c Win32 native pipe support
w32reg.c Winvile OLE registration code
w32reg.h interface of w32reg
w32vile.h includes <windows.h>, but adds pragmas to stifle the -W4 warnings.
watch.c watch file-descriptors & timers
wcwidth.c wcwidth, from xterm
wcwidth.h wcwidth, from xterm
window.c window-management functions
winvile.h definitions for winvile
winvile.odl interface description for Winvile OLE
winvile.rc resource definitions for winvile
word.c commands that operate upon words or paragraphs
wordmov.c cursor-movement commands (e.g., word, spaces)
wvwrap.cpp wrapper for winvile, e.g., from NT Explorer
x11.c X11 (Xaw, Xt or Motif) terminal driver
x11menu.c X11-specific part of menu support
x11plain.c draw text for xvile using X11, no fontsets
x11vile.h common definitions for xvile modules
xftplain.c draw text for xvile, using Xft
xshell.sh wrapper/sample script for xvile
xterm.c xterm-specific I/O driver support
xtermkeys.h generate bindings for xterm key-modifiers
xvile.wmconfig windowmaker config file for xvile
doc subdirectory
doc/Vileserv.doc overview of Vileserv and vileget scripts
doc/Vileserv.html overview of Vileserv and vileget scripts
doc/config.doc configuration-instructions for VILE
doc/config.html vile's configure script information
doc/dir.doc description of perl directory-browser
doc/dir.html description of perl directory-browser
doc/filters.doc overview of syntax filter programs
doc/filters.html description of vile's syntax filters
doc/macros.doc documentation for VILE macros
doc/macros.html description of vile's macro language
doc/make-hlp.pl script to format vile.hlp from dump
doc/make-hlp.sh script to generate vile.hlp
doc/make-toc.pl script to generate table-of-contents
doc/make-toc.sh script to generate table-of-contents
doc/makefile script to manage the ".doc" files
doc/menus.doc description of xvile (Xm and Xaw) menus
doc/menus.html description of xvile (Xm and Xaw) menus
doc/modes.doc overview of modes/majormodes
doc/modes.html description of vile's majormodes
doc/oleauto.doc document Winvile OLE
doc/oleauto.html description of winvile's OLE automation support
doc/perl.doc notes about perl interface to vile
doc/perl.html notes about perl interface to vile
doc/vile-hlp.html html version of help-file
doc/vile-man.html html formatted manpage
doc/vile-toc.html generated table-of-contents
doc/visvile.doc document visvile.dll
doc/visvile.html description of VisVile
filters subdirectory
filters/ada-filt.l ada syntax highlighter for vile
filters/ada.key Ada95 keywords
filters/ant.key keywords for "ant" mode
filters/as-filt.l syntax filter for (GNU) assembler
filters/as.key keywords for assembler-filter
filters/as386.key assembler keywords for i386
filters/asm-filt.l syntax filter for M$ assembler files
filters/asm.key keywords for M$ assembler files
filters/atr2ansi.c convert attributed text to ANSI escape sequences
filters/atr2html.c translate encoded text to html
filters/atr2text.c convert attributed text to nroff-output
filters/au3-filt.l syntax highlighter for AutoIt version 3
filters/au3.key keywords for AutoIt version 3
filters/awk-filt.l awk syntax highlighter for vile
filters/awk.key keywords for awk syntax highlighting
filters/bas-filt.l syntax filter for BASIC
filters/bash.key bash keywords
filters/basic.key keywords for basic syntax filter
filters/bat-filt.l dos batchfile syntax filter for vile
filters/bat.key dos batchfile keywords
filters/bnf-filt.l BNF filter
filters/bnf.key keywords for BNF filter
filters/c-filt.c c filter
filters/c-filt.flx original flex-based c-filter
filters/c.key keywords for C
filters/cfg-filt.l syntax filter for Lynx config file.
filters/conffilt.l syntax-filter for config-files
filters/cpp.key C++ keywords
filters/cs.key keywords for C#
filters/csh.key keywords for csh/tcsh syntax highlighting filter
filters/css-filt.l syntax filter for CSS files
filters/css.key keywords for css mode
filters/cweb.key keyword table for cweb syntax filter
filters/cwebfilt.l cwebx syntax filter for vile
filters/dcl-filt.l VAX dcl syntax highlighting filter for vile
filters/dcl.key dcl keywords
filters/def-filt.l syntax filter for Windows ".def" files
filters/def.key keywords for Windows ".def" files
filters/delphi.key keywords for delphi
filters/diff.key keywords for 'diff' syntax filter
filters/difffilt.l syntax filter for 'diff' output
filters/docbook.key keywords for docbook
filters/ecl-filt.l syntax filter for ECLiPSe
filters/ecl.key keywords for ecl-filt.l
filters/ecrypt.c uemacs-derived encryption
filters/erl-filt.l erlang syntax filter
filters/erl.key erlang keywords
filters/esql.key keywords for embedded SQL with C/C++
filters/esqlfilt.l syntax filter for embedded SQL with C/C++
filters/est-filt.l syntax-highlighter for enscript syntax descriptions
filters/est.key keywords for enscript syntax-descriptions
filters/fdl-filt.l syntax filter for forms-definition
filters/fdl.key keywords for forms-definition
filters/filterio.c main program and I/O for external filters
filters/filters.c common utilities for filtering
filters/filters.h interface/definitions for filtering utilities
filters/filters.rc sample majormodes, and corresponding filters
filters/flt_defs.h split-out the include stuff from filters.h
filters/fltstack.h simple state-stack for lex filters
filters/genmake.c parse/substitute from genmake.mak
filters/genmake.mak makefile template-data for genmake.awk
filters/genmake.sh script to generate genmake.mak
filters/go.key keywords for "go"
filters/hs-filt.l syntax filter for Haskell
filters/hs.key Haskell keywords
filters/html.key keywords for vile-html-filt
filters/htmlfilt.l HTML syntax filter for vile
filters/imake.key keywords for imake-filter
filters/imakeflt.l syntax filter for Imakefile's
filters/infofilt.l syntax filter for GNU info files
filters/ini-filt.l syntax filter for ".ini" files
filters/ini.key keywords for ini-filters
filters/iss-filt.l syntax filter for Inno Setup
filters/iss.key keywords for Inno Setup
filters/java.key java keywords
filters/js.key javascript keywords
filters/json.key JSON keywords
filters/jsonfilt.l syntax highlighter for JSON
filters/key-filt.c syntax filter for vile keyword files
filters/ksh.key keywords for ksh
filters/latex.key latex keywords
filters/latexflt.l LaTeX syntax filter for vile
filters/lex-filt.l lex syntax filter for vile
filters/lex.key keywords for lex + c
filters/lisp.key keywords for lispmode
filters/lispfilt.l syntax filter for lisp
filters/lua-filt.l lua syntax highlighter
filters/lua.key lua keywords
filters/m4-filt.c syntax filter for M4
filters/m4.key keywords for M4 syntax filter
filters/mail.key keywords for mail-filter
filters/mailcap.key keywords for mailcap mode
filters/mailfilt.l mail syntax highlighting filter for vile
filters/make.key keywords for makefile syntax highlighter
filters/makefile.2nd rules for filters/makefile
filters/makefile.djg makefile for DJGPP (vile-utilities)
filters/makefile.emx makefile for OS/2 EMX (vile utilities)
filters/makefile.icc makefile for OS/2 IBM CSet (vile utilities)
filters/makefile.in makefile for vile filters
filters/makefile.wnt makefile for filters with Visual C++
filters/makefilt.l makefile syntax filter for vile
filters/makelist.sh script to construct a list of filter names
filters/manfilt.c manpage-filter
filters/mc-filt.l mailcap syntax filter
filters/mcrl.key filters for mCRL/mCRL2
filters/mcrlfilt.l filters for mCRL/mCRL2
filters/md-filt.l syntax filter for markdown files
filters/md.key keywords for markdown files
filters/midl.key keywords for MIDL
filters/midlfilt.l syntax filter for MIDL
filters/mk-0th.awk construct builtflt.h
filters/mk-0th.bat generate builtflt.h from genmake.mak
filters/mk-1st.awk script to generate lists of built-in/external filters
filters/mk-1st.bat generate lists for makefile.wnt
filters/mk-2nd.awk script to generate rules for building filters
filters/mk-2nd.bat generate rules for makefile.wnt
filters/mk-key.awk generate install/uninstall rules for keyword files
filters/mms-filt.l mms syntax filter for vile
filters/mvn.key keywords for mvn (maven) mode
filters/nmake.key keywords for nmake
filters/nmakeflt.l syntax filter for nmake
filters/noclass.sh script to support lex's w/o character-classes
filters/nr-filt.l nroff syntax highlighting filter for vile
filters/nr.key keywords for nroff filter
filters/nsis.key keywords for NullSoft installer
filters/objc.key keywords for objective-c (objc) mode
filters/pas-filt.l Pascal syntax filter for vile
filters/pas.key keywords for pascal highlighting filter
filters/pc.key keywords for printcap syntax highlighting
filters/perl.key keywords for perl syntax filter
filters/php-filt.l syntax filter for php
filters/php.key keywords for phpmode
filters/pl-filt.c syntax highlighter for perl
filters/pot-filt.l syntax filter for gettext ".po" files
filters/pot.key keywords for pot (gettext) mode
filters/prolog.key keywords for prolog
filters/ps-filt.l syntax filter for PostScript files
filters/ps.key keywords for PostScript syntax filter
filters/ps1-filt.l syntax highlighter for powershell
filters/ps1.key keywords for powershell mode
filters/py-filt.l syntax filter for Python
filters/py.key keywords for Python syntax filter
filters/raku.key syntax keywords for raku (originally perl6)
filters/rakufilt.c syntax filter for raku (originally perl6)
filters/rb.key keywords for Ruby syntax filter
filters/rc-filt.l syntax filter for Windows ".rc" files
filters/rc.key keywords for Windows ".rc" files
filters/rcs-filt.l syntax filter for RCS archives
filters/rcs.key keywords for RCS syntax filter
filters/rexx.key keywords for REXX syntax filter
filters/rexxfilt.l syntax filter for REXX
filters/rpm-filt.l syntax highlighter for rpm spec-files
filters/rpm.key keywords for rpm spec files
filters/rtf-filt.l syntax filter for RTF files
filters/rtf.key control keywords for RTF
filters/ruby.key alias for rb.key
filters/rubyfilt.c syntax filter for Ruby
filters/rust.key keywords for rust
filters/rustfilt.l syntax filter for rust
filters/sccs.key keywords for SCCS syntax filter
filters/sccsfilt.l syntax filter for SCCS files.
filters/scheme.key keywords for scheme
filters/scm-filt.l syntax highlighter for "scheme"
filters/sed-filt.c highlighting filter for sed-scripts
filters/sh-filt.l a sh/ksh/csh syntax filter for vile
filters/sh.key keywords for "sh" syntax filter
filters/sml-filt.l filter for Standard ML
filters/sml.key keywords for Standard ML
filters/spell.rc defines a filter for spell-checking
filters/spellflt.l ispell filter to highlight misspelled words
filters/sql-filt.l sql syntax highlighting filter for vile
filters/sql.key sql keywords
filters/syntax.key demo of the keyword file syntax
filters/tags.key keywords for tags files
filters/tagsfilt.c syntax highlighter for tags files
filters/tbl-filt.l syntax filter for vile's mktbls program
filters/tbl.key keywords for tbl-filt.l
filters/tc-filt.l termcap syntax highlighting filter for vile
filters/tc.key termcap keywords for syntax highlighting
filters/tcl-filt.l tcl/tk syntax highlighting filter for vile
filters/tcl.key tcl/tk keywords
filters/tex.key keywords for TeX
filters/texi.key keywords for texinfo syntax filter
filters/texifilt.l syntax filter for texinfo
filters/ti-filt.l terminfo syntax highlighting filter for vile
filters/ti.key terminfo keywords
filters/tpu-filt.l syntax filter for TPU (DEC text-processing utility)
filters/tpu.key TPU keywords
filters/ts.key keywords for typescript mode
filters/txt-filt.l syntax filter for ordinary text
filters/unfilter.c main program, parsing for un-filters
filters/unfilter.h common definitions for un-filters
filters/vb.key keywords for Visual Basic .Net
filters/vb6.key keywords for Visual Basic 6
filters/vbs.key keywords for vbsmode
filters/vcproj.key keywords for older Visual Studio project-files
filters/vcxproj.key keywords for Visual C++ project-files
filters/vile.key fallback template for highlighting colors
filters/vilefilt.l syntax filter for vile macros
filters/vim.key keywords for vim syntax files
filters/vl-filt.l Verilog syntax highlighting filter
filters/vlog.key verilog keywords, from vgrind definition
filters/wbt-filt.l syntax highlighter for winbatch
filters/wbt.key WinBatch keywords
filters/xml-filt.l syntax filter for xml
filters/xml.key keywords for xml syntax highlighter
filters/xq-filt.l syntax filter for XQuery
filters/xq.key keywords for XQuery
filters/xres.key keywords for X resource filter
filters/xresfilt.l syntax filter for X resource files
filters/xs-filt.l syntax filter for Perl extensions
filters/xs.key keywords for Perl-extension syntax filter
filters/xsl.key keywords for xsl files
filters/yacc.key yacc keywords
filters/yaccfilt.l yacc syntax highlighting filter for vile
filters/yaml.key yaml keywords
filters/yamlfilt.l syntax filter for yaml
filters/zsh.key zsh keywords
icons subdirectory
icons/pumpkin.ico V-eyes pumpkin icon
icons/pumpkin.xbm X bitmap, for vile icon
icons/pumpkin.xcf Gimp-formatted pumpkin-icon
icons/pumpkin.xpm pumpkin icon, in Xpm form
icons/pumpkin_48x48.png png-formatted pumpkin-icon 48x48
icons/pumpkin_48x48.svg svg-formatted pumpkin-icon on 48x48 grid
icons/pumpkin_48x48.xcf Gimp-formatted pumpkin-icon scaled to 48x48
icons/sink.ico kitchen-sink icon (J.R.Sladkey)
icons/sink.xbm X bitmap, for vile icon
icons/sink.xcf Gimp-formatted sink-icon
icons/sink.xpm X bitmap for vile icon
icons/sink_48x48.png png-formatted sink-icon 48x48
icons/sink_48x48.svg svg-formatted sink-icon on 48x48 grid
icons/sink_48x48.xcf Gimp-formatted sink-icon scaled to 48x48
icons/vile-mini.ico Windows icon, for vile
icons/vile-mini.svg just the tildes from vile_48x48.svg, resized.
icons/vile-mini_16x16.xpm 16x16 pixmap from vile-mini.svg
icons/vile-mini_32x32.xpm 32x32 pixmap from vile-mini.svg
icons/vile-mini_48x48.xpm 48x48 pixmap from vile-mini.svg
icons/vile.ico Windows icon, for vile
icons/vile.xbm sample icon, for X bitmap
icons/vile.xcf Gimp-formatted vile-icon
icons/vile.xpm sample icon, for xpm library
icons/vile_48x48.png png-formatted vile-icon 48x48
icons/vile_48x48.svg svg-formatted vile-icon on 48x48 grid
icons/vile_48x48.xcf Gimp-formatted vile-icon scaled to 48x48
macros subdirectory
macros/UXVile.ad X resources for uxvile
macros/XVile.ad sample X resource file for vile
macros/color-ls.rc sample macro: read output of "color ls"
macros/complete.rc example for insert-mode completion
macros/dates.rc demo of &date function
macros/digraphs.rc macros for inserting digraphs
macros/gnugpg.rc GNU gpg macros
macros/loaderrs.rc macro to perform load-error-expressions
macros/lxvile locale-sensitive wrapper for xvile
macros/lxvile-fonts wrapper for xlsfonts which shows the fonts matched by lxvile's query.
macros/lxvile.desktop desktop file for lxvile
macros/manpage.rc macros for man-page filtering/display
macros/modes.rc settings for majormodes (except filtername)
macros/palettes.rc sample color schemes
macros/pictmode.rc macros to support "picture-mode" editing
macros/search.rc find a file in one of several locations
macros/shifts.rc macros to shift words left/right
macros/showeach.rc show-each-buffer
macros/uxvile wrapper script to run xvile in UTF-8 locale
macros/uxvile.desktop desktop file for uxvile
macros/vile-libdir-path utility to print PATH updated to include vile's helpers.
macros/vile-pager use vile as a pager
macros/vile-to-html convert files to html
macros/vileinit.rc sample initialization file
macros/vilemenu.rc sample menu for xvile
macros/vileperl.rc sample initialization for perl scripts
macros/which.rc script to show which keyword file is found by filters
macros/xvile.desktop desktop-file for xvile
package subdirectory
package/convile.nsi NSIS package for convile
package/minvile.nsi NSIS package for minvile
package/vile.spec sample RPM spec file for vile
package/winvile-wide.iss Inno Setup script for winvile-wide
package/winvile.iss Inno Setup script for winvile
package/winvile.nsi NSIS package for winvile
package/winvile64-wide.iss build-script
package/winvile64.iss build-script
package/debian subdirectory
package/debian/changelog debian build script
package/debian/control debian build script
package/debian/copyright debian build script
package/debian/rules debian build script
package/debian/vile-common.README.Debian Debian build-script
package/debian/vile-common.docs debian build script
package/debian/vile-common.examples debian build script
package/debian/vile-common.files debian build script
package/debian/vile-filters.files debian build script
package/debian/vile-filters.links debian build script
package/debian/vile.files debian build script
package/debian/vile.links debian build script
package/debian/vile.menu debian build script
package/debian/vile.mini.xpm debian build script
package/debian/vile.postinst debian build script
package/debian/vile.prerm debian build script
package/debian/xvile.files debian build script
package/debian/xvile.links debian build script
package/debian/xvile.menu debian build script
package/debian/overrides subdirectory
package/debian/overrides/vile debian build script
package/debian/source subdirectory
package/debian/source/format build-script
package/freebsd/vile subdirectory
package/freebsd/vile/Makefile build-script
package/freebsd/vile/distinfo build-script
package/freebsd/vile/pkg-descr build-script
package/freebsd/vile/pkg-plist build-script
package/freebsd/xvile subdirectory
package/freebsd/xvile/Makefile build-script
package/freebsd/xvile/distinfo build-script
package/freebsd/xvile/pkg-descr build-script
package/freebsd/xvile/pkg-plist build-script
package/openbsd subdirectory
package/openbsd/Makefile build-script
package/openbsd/distinfo build-script
package/openbsd/patches subdirectory
package/openbsd/patches/patch-crypt build-script
package/openbsd/pkg subdirectory
package/openbsd/pkg/DESCR build-script
package/openbsd/pkg/PLIST build-script
package/pkgsrc/vile subdirectory
package/pkgsrc/vile/ALTERNATIVES build-script
package/pkgsrc/vile/DESCR build-script
package/pkgsrc/vile/Makefile build-script
package/pkgsrc/vile/PLIST build-script
package/pkgsrc/vile/distinfo build-script
package/pkgsrc/vile/options.mk build-script
package/pkgsrc/xvile subdirectory
package/pkgsrc/xvile/DESCR build-script
package/pkgsrc/xvile/Makefile build-script
package/pkgsrc/xvile/PLIST build-script
perl subdirectory
perl/Breadcrumbs.pm manages bookmarks for a set of files
perl/CaptHook.pm manage various types of hooks from perl
perl/Glob2re.pm perl: convert wildcard (glob) to regular expression
perl/Help.pm a help-script.
perl/Vile.pm utility functions for perl scripts
perl/Vileserv.pm provides file-load server capability for xvile
perl/Visit.pm perl: utility for visiting files
perl/capture.pm Perl script that improves on vile's capture-command
perl/dict.pm dictionary lookup via dict.org
perl/directory.pm directory-browser extension
perl/dirlist.pm perl: create a flat directory listing
perl/gdb.pm run gdb in a window, tracking changes
perl/hgrep.pm Perl utility: recursive grep, makes hypertext links
perl/lock.pm Perl: screen-lock script
perl/man.pm a manpage-script
perl/mime.pl mime-aware file viewer support
perl/plugins.pl plugins extension to the mime library
perl/search.pm Perl: lookalike for vile's search commands
perl/shell.pm Perl: spawn a shell via a pty
perl/spell.pm Perl: interactive spelling checker/corrector
perl/vileget pass file-edit request to xvile session running Vileserv
perl/winops.pm window-operations for testing the Perl5 interface
perl/Vile subdirectory
perl/Vile/Exporter.pm provides an import method for vile's Perl5 extensions
perl/Vile/Manual.pm display perl (pod) documentation like a manual-page
plugins subdirectory
plugins/Makefile makefile for plugin samples
plugins/test.c example of a plugin
plugins/test.rc script to exercise plugin sample
visvile subdirectory
visvile/commands.cpp implement commands for visvile.dll
visvile/commands.h implement commands for visvile.dll
visvile/dsaddin.cpp developer-studio add-in support
visvile/dsaddin.h developer-studio add-in support
visvile/oleauto.cpp manage winvile OLE automation server
visvile/oleauto.h interface for oleauto.cpp
visvile/readme.txt overview of visvile.dll
visvile/resource.h generated definitions for visvile.dll
visvile/stdafx.cpp standard-includes interface for visvile.dll
visvile/stdafx.h standard-includes interface for visvile.dll
visvile/tbarlrge.bmp large toolbar icons for visvile
visvile/tbarmedm.bmp medium toolbar icons for visvile
visvile/visvile.cpp initialization routines for visvile.dll
visvile/visvile.def declares module parameters for visvile.dll
visvile/visvile.dsm DevStudio macros for visvile
visvile/visvile.dsp developer-studio-project file
visvile/visvile.dsw developer-studio-workspace file
visvile/visvile.h interface/common defs for visvile
visvile/visvile.odl OLE definition for visvile
visvile/visvile.rc resource-file for visvile
visvile/visvile.rc2 resource-file for visvile