]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.0362: cannot get the script line number when executing a function v8.1.0362
authorBram Moolenaar <Bram@vim.org>
Mon, 10 Sep 2018 19:05:02 +0000 (21:05 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 10 Sep 2018 19:05:02 +0000 (21:05 +0200)
commitf29c1c6aa3f365c025890fab5fb9efbe88eb1761
tree3cd43ee75a7e0fbdce4902426512ae804b1c7ff0
parent6b0b83f768cf536b34ce4d3f2de6bf62324229aa
patch 8.1.0362: cannot get the script line number when executing a function

Problem:    Cannot get the script line number when executing a function.
Solution:   Store the line number besides the script ID. (Ozaki Kiichi,
            closes #3362)  Also display the line number with ":verbose set".
24 files changed:
runtime/doc/cmdline.txt
runtime/doc/eval.txt
src/Make_all.mak
src/buffer.c
src/eval.c
src/evalfunc.c
src/ex_cmds2.c
src/ex_docmd.c
src/ex_getln.c
src/fileio.c
src/getchar.c
src/globals.h
src/main.c
src/menu.c
src/option.c
src/proto/eval.pro
src/structs.h
src/syntax.c
src/term.c
src/testdir/test_alot.vim
src/testdir/test_expand_func.vim [new file with mode: 0644]
src/testdir/test_maparg.vim
src/userfunc.c
src/version.c