]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1531: confusing error with nested legacy function v9.1.1531
authorHirohito Higashi <h.east.727@gmail.com>
Tue, 8 Jul 2025 21:07:21 +0000 (23:07 +0200)
committerChristian Brabandt <cb@256bit.org>
Tue, 8 Jul 2025 21:07:21 +0000 (23:07 +0200)
commit8331310c060ed2bfe9916470b3c10f484f875a6e
tree9923e2de6f417da524b6d94e5e6137e11202a187
parent1adada0158705f2f508e328362f83a67e4707cce
patch 9.1.1531: confusing error with nested legacy function

Problem:  confusing error with nested legacy function
          (lacygoill)
Solution: clarify error message E1117 with :def or :func (Hirohito Higashi)

fixes: #17697
closes: #17702

Signed-off-by: Hirohito Higashi <h.east.727@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/errors.h
src/testdir/test_vim9_func.vim
src/version.c
src/vim9compile.c