]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4594: need to write script to a file to be able to source them v8.2.4594
authorYegappan Lakshmanan <yegappan@yahoo.com>
Sat, 19 Mar 2022 12:56:51 +0000 (12:56 +0000)
committerBram Moolenaar <Bram@vim.org>
Sat, 19 Mar 2022 12:56:51 +0000 (12:56 +0000)
commit36a5b6867bb6c0bd69c8da7d788000ab8a0b0ab0
treefbf0b74c593ab218dc3c66856d13edb2695128b1
parent95d2e7634ccd8e0da78086002509a856999e180c
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)
runtime/doc/repeat.txt
runtime/doc/todo.txt
src/alloc.c
src/digraph.c
src/eval.c
src/ex_cmds.h
src/proto/scriptfile.pro
src/scriptfile.c
src/testdir/test_source.vim
src/version.c
src/vim9script.c