ex: convert line input buffer from file encoding to internal encoding
commit66118c7cdf4045951e96a67000bb4ce52343d7fc
authorSven Verdoolaege <skimo@kotnet.org>
Sat, 1 Jul 2006 16:39:37 +0000 (1 18:39 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Sat, 1 Jul 2006 16:40:55 +0000 (1 18:40 +0200)
treeba75588b6901b394d03cfbc2b72e0924fc275386
parent9ca962c20e73503fa0b139d3fd2f98162d75b9a4
ex: convert line input buffer from file encoding to internal encoding

The input buffer was typed as having internal encoding, but the
data stored in it actually had file encoding.  The commit makes
the type match the content.
common/common.h
common/key.h
ex/ex.h
ex/ex_filter.c
ex/ex_read.c
ex/ex_util.c