Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/usr.bin/vi



Module Name:    src
Committed By:   dsl
Date:           Wed Aug 27 15:15:18 UTC 2003

Modified Files:
        src/usr.bin/vi/catalog: dutch.base french.base german.base
            ru_RU.KOI8-R.base spanish.base swedish.base
        src/usr.bin/vi/common: options.c options.h options_f.c
        src/usr.bin/vi/include: com_extern.h options_def.h
        src/usr.bin/vi/vi: v_match.c

Log Message:
Increase maximum terminal size from 500x500 to 4000x4000.
Add a 'matchchars' option to set the character pairs that % looks for.
Traditionally this was []{}() but someone added <> to nvi - probably
for editing html, but it is a pain for C. :set matchars=[]{}() will
restore the traditional behaviour.
If the 'open' and 'close' characters are the same (eg "" or '') then % will
alternate forwards and backwards searches.
Use common code to detect options that must have an even number of characters.


To generate a diff of this commit:
cvs rdiff -r1.1.1.2 -r1.2 src/usr.bin/vi/catalog/dutch.base \
    src/usr.bin/vi/catalog/german.base src/usr.bin/vi/catalog/swedish.base
cvs rdiff -r1.1.1.1 -r1.2 src/usr.bin/vi/catalog/french.base \
    src/usr.bin/vi/catalog/spanish.base
cvs rdiff -r1.2 -r1.3 src/usr.bin/vi/catalog/ru_RU.KOI8-R.base
cvs rdiff -r1.7 -r1.8 src/usr.bin/vi/common/options.c
cvs rdiff -r1.4 -r1.5 src/usr.bin/vi/common/options.h \
    src/usr.bin/vi/common/options_f.c
cvs rdiff -r1.2 -r1.3 src/usr.bin/vi/include/com_extern.h
cvs rdiff -r1.4 -r1.5 src/usr.bin/vi/include/options_def.h
cvs rdiff -r1.8 -r1.9 src/usr.bin/vi/vi/v_match.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index