diff src/version.c @ 17942:664cc72f50c5 v8.1.1967

patch 8.1.1967: line() only works for the current window Commit: https://github.com/vim/vim/commit/8e0a8e7eb7c177807f44db6b76d8e52314248ab5 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Sep 2 22:56:24 2019 +0200 patch 8.1.1967: line() only works for the current window Problem: Line() only works for the current window. Solution: Add an optional argument for the window to use.
author Bram Moolenaar <Bram@vim.org>
date Mon, 02 Sep 2019 23:00:04 +0200
parents 079e10a49ea1
children 745c02392844
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -762,6 +762,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1967,
+/**/
     1966,
 /**/
     1965,