]> granicus.if.org Git - vim/commit
patch 8.2.1653: expand('<stack>') does not include the final line number v8.2.1653
authorBram Moolenaar <Bram@vim.org>
Thu, 10 Sep 2020 17:25:05 +0000 (19:25 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 10 Sep 2020 17:25:05 +0000 (19:25 +0200)
commit4f25b1aba050b85fa97ca2316aa04dd4b0b22530
tree9f051b3953c6eb88e6d5fc1cc5728d348fe626b3
parenta953b5cf4f291875b805262eebd361e502de8c92
patch 8.2.1653: expand('<stack>') does not include the final line number

Problem:    Expand('<stack>') does not include the final line number.
Solution:   Add the line nuber. (closes #6927)
src/debugger.c
src/ex_docmd.c
src/ex_eval.c
src/message.c
src/proto/scriptfile.pro
src/scriptfile.c
src/testdir/test_expand_func.vim
src/testing.c
src/version.c
src/vim.h