]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1950: Vim9: error codes spread out v9.0.1950
authorYegappan Lakshmanan <yegappan@yahoo.com>
Thu, 28 Sep 2023 20:46:37 +0000 (22:46 +0200)
committerChristian Brabandt <cb@256bit.org>
Thu, 28 Sep 2023 20:46:37 +0000 (22:46 +0200)
commit413f83990f15d5d59d27ab741670f527a7a3feb8
treea2ed23ee4e864430e0ebf59a0f33e864ecb843ef
parentf057aca1cc2480e820b3ca5d8d407e3976369777
patch 9.0.1950: Vim9: error codes spread out

Problem:  Vim9: error codes spread out
Solution: group them together and reserve 100
          more for future use

Reserve 100 error codes for future enhancements to the Vim9 class
support

closes: #13207

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: Yegappan Lakshmanan <yegappan@yahoo.com>
runtime/doc/builtin.txt
runtime/doc/tags
runtime/doc/vim9class.txt
src/errors.h
src/testdir/test_format.vim
src/version.c