diff src/version.c @ 9332:a9b8f5613601 v7.4.1948

commit https://github.com/vim/vim/commit/ad5ca9bc1e7145474adb082775a805f1731e9e37 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jun 20 21:26:08 2016 +0200 patch 7.4.1948 Problem: Using Ctrl-A with double-byte encoding may result in garbled text. Solution: Skip to the start of a character. (Hirohito Higashi)
author Christian Brabandt <cb@256bit.org>
date Mon, 20 Jun 2016 21:30:07 +0200
parents 8cb76e38c346
children 674f9e3ccd1a
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -754,6 +754,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1948,
+/**/
     1947,
 /**/
     1946,