* Handle character case conversions with the '~' vi command correctly if the

length of the converted multibyte sequence is smaller than the original one.
This commit is contained in:
Gunnar Ritter
2005-01-01 23:14:53 +00:00
parent f5b548bc9b
commit 7a66b78ed7
3 changed files with 24 additions and 21 deletions

View File

@@ -70,12 +70,12 @@
* OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* Sccsid @(#)ex_version.c 1.107 (gritter) 12/2/04
* Sccsid @(#)ex_version.c 1.108 (gritter) 1/2/05
*/
#include "ex.h"
static char *versionstring = "@(#)Version 4.0 (gritter) 12/2/04";
static char *versionstring = "@(#)Version 4.0 (gritter) 1/2/05";
void
printver(void)