diff src/version.c @ 14243:fbf0681606fa v8.1.0138

patch 8.1.0138: negative value of 'softtabstop' not used correctly commit https://github.com/vim/vim/commit/33d5ab3795720b7d986f9f17f660ee9e448466e0 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jul 2 20:51:24 2018 +0200 patch 8.1.0138: negative value of 'softtabstop' not used correctly Problem: Negative value of 'softtabstop' not used correctly. Solution: Use get_sts_value(). (Tom Ryder)
author Christian Brabandt <cb@256bit.org>
date Mon, 02 Jul 2018 21:00:08 +0200
parents 9abebf6e25c5
children f445c5edb6af
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -790,6 +790,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    138,
+/**/
     137,
 /**/
     136,