commit | 36a5b6867bb6c0bd69c8da7d788000ab8a0b0ab0 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Sat Mar 19 12:56:51 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 19 12:56:51 2022 +0000 |
tree | fbf0b74c593ab218dc3c66856d13edb2695128b1 | |
parent | 95d2e7634ccd8e0da78086002509a856999e180c [diff] [blame] |
patch 8.2.4594: need to write script to a file to be able to source them Problem: Need to write script to a file to be able to source them. Solution: Make ":source" use lines from the current buffer. (Yegappan Lakshmanan et al., closes #9967)
diff --git a/src/version.c b/src/version.c index 442db2c..1cb9ceb 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4594, +/**/ 4593, /**/ 4592,