* The 'p' command now works correctly if the buffer contains a partial line

with multibyte characters.
This commit is contained in:
Gunnar Ritter
2005-03-24 22:58:14 +00:00
parent be3347f5be
commit b0a749c10a
3 changed files with 6 additions and 4 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.130 (gritter) 3/4/05
* Sccsid @(#)ex_version.c 1.131 (gritter) 3/24/05
*/
#include "ex.h"
static char *versionstring = "@(#)Version 4.0 (gritter) 3/4/05";
static char *versionstring = "@(#)Version 4.0 (gritter) 3/24/05";
void
printver(void)