Merge #9815 'vim-patch:8.1.1068: complete_info()'

This commit is contained in:
Justin M. Keyes
2019-03-30 21:30:16 +01:00
8 changed files with 307 additions and 18 deletions

View File

@@ -3246,7 +3246,7 @@ def CheckLanguage(filename, clean_lines, linenum, file_extension,
r'|li_(?:next|prev|tv))\b', line)
if match:
error(filename, linenum, 'runtime/deprecated', 4,
'Accessing list_T internals directly is prohibited')
'Accessing list_T internals directly is prohibited (hint: see commit d46e37cb4c71)')
# Check for suspicious usage of "if" like
# } if (a == b) {