diff src/version.c @ 14698:d2cfca5b178e v8.1.0361

patch 8.1.0361: remote user not used for completion commit https://github.com/vim/vim/commit/6b0b83f768cf536b34ce4d3f2de6bf62324229aa Author: Bram Moolenaar <Bram@vim.org> Date: Mon Sep 10 19:03:05 2018 +0200 patch 8.1.0361: remote user not used for completion Problem: Remote user not used for completion. (Stucki) Solution: Use $USER too. (Dominique Pelle, closes https://github.com/vim/vim/issues/3407)
author Christian Brabandt <cb@256bit.org>
date Mon, 10 Sep 2018 19:15:05 +0200
parents 195e8b1fcbbf
children 0a3b9ecf7cb8
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -795,6 +795,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    361,
+/**/
     360,
 /**/
     359,