mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
build(clint): link to wiki when accessing list_T internals directly (#17876)
This commit is contained in:
parent
ba257d74b1
commit
524f6294a3
@ -3187,8 +3187,8 @@ def CheckLanguage(filename, clean_lines, linenum, file_extension,
|
|||||||
r'|li_(?:next|prev|tv))\b', line)
|
r'|li_(?:next|prev|tv))\b', line)
|
||||||
if match:
|
if match:
|
||||||
error(filename, linenum, 'runtime/deprecated', 4,
|
error(filename, linenum, 'runtime/deprecated', 4,
|
||||||
'Accessing list_T internals directly is prohibited '
|
'Accessing list_T internals directly is prohibited; '
|
||||||
'(hint: see commit d46e37cb4c71)')
|
'see https://github.com/neovim/neovim/wiki/List-management-in-Neovim')
|
||||||
|
|
||||||
# Check for suspicious usage of "if" like
|
# Check for suspicious usage of "if" like
|
||||||
# } if (a == b) {
|
# } if (a == b) {
|
||||||
|
Loading…
Reference in New Issue
Block a user