]> granicus.if.org Git - vim/commit
patch 8.1.0553: it is not easy to edit a script that was sourced v8.1.0553
authorBram Moolenaar <Bram@vim.org>
Fri, 30 Nov 2018 21:48:32 +0000 (22:48 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 30 Nov 2018 21:48:32 +0000 (22:48 +0100)
commit07dc18ffa4e7ed202f219fe2fd3d6f58246f71f9
treecff51538c1e68b208e06b278f4b675dbe00380a0
parent01a060da74b756b161e595b39a7877cb7612120a
patch 8.1.0553: it is not easy to edit a script that was sourced

Problem:    It is not easy to edit a script that was sourced.
Solution:   Add a count to ":scriptnames", so that ":script 40" edits the
            script with script ID 40.
runtime/doc/repeat.txt
src/Make_all.mak
src/ex_cmds.h
src/ex_cmds2.c
src/testdir/Make_all.mak
src/testdir/test_scriptnames.vim [new file with mode: 0644]
src/version.c