Eskil

Diff
Login

Differences From Artifact [a48f76767a]:

To Artifact [b06e5dad17]:


1
2
3
4

5
6
7
8
9
10
11
##Eskil Plugin

# Example file for a plugin.
# A plugin must start with the exact first line as this one.


# This plugin implements case insensitive matching, corresponding to the
# -nocase flag.

# A plugin must define this procedure to do the job.
# side: left or right
# chi:  An input channel for reading the original file.
|


|
>







1
2
3
4
5
6
7
8
9
10
11
12
##Eskil Plugin : Case insensitive matching

# Example file for a plugin.
# A plugin must start exactly like this one.
# The text after : is the summary you can get at the command line

# This plugin implements case insensitive matching, corresponding to the
# -nocase flag.

# A plugin must define this procedure to do the job.
# side: left or right
# chi:  An input channel for reading the original file.