shithub: vim

Download patch

ref: 67a16248b4538a78e1afcbc7588e16a81f9ea363
parent: 7639ac239ec22b140d0504e09a1a64bb599f2952
author: phil9 <telephil9@gmail.com>
date: Wed Dec 22 16:25:20 EST 2021

fix unicode handling

	although we were handling input as unicode, output
	was done in ascii leading to garbage being printed.
	We now decode runes when printing strings and report
	proper length (not byte but rune count) to fix this.