commit | 8e0a8e7eb7c177807f44db6b76d8e52314248ab5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Sep 02 22:56:24 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Sep 02 22:56:24 2019 +0200 |
tree | 022a484f8f8cc53a37ab28bef74ac32a72183a9f | |
parent | e677df8d93772a705f40a94f3c871aee78fe4d99 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 984a984..f5c9eec 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1967, +/**/ 1966, /**/ 1965,