aboutsummaryrefslogtreecommitdiff
path: root/src/clint.py
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-03-30 21:30:16 +0100
committerJustin M. Keyes <justinkz@gmail.com>2019-03-30 21:30:16 +0100
commita8783012e47e94c6037e49c0a91abc69c8cb29ff (patch)
treed39bd7ecc25f0a5fc30ee92efe92a656867f7313 /src/clint.py
parentdfb7f6b3492edfd60583f76ee064ac76b1b913d8 (diff)
parent2d63b6d2c17906fafcbbfe7111202cf4c5d392af (diff)
downloadrneovim-a8783012e47e94c6037e49c0a91abc69c8cb29ff.tar.gz
rneovim-a8783012e47e94c6037e49c0a91abc69c8cb29ff.tar.bz2
rneovim-a8783012e47e94c6037e49c0a91abc69c8cb29ff.zip
Merge #9815 'vim-patch:8.1.1068: complete_info()'
Diffstat (limited to 'src/clint.py')
-rwxr-xr-xsrc/clint.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clint.py b/src/clint.py
index 1ef31820ee..6643d8956a 100755
--- a/src/clint.py
+++ b/src/clint.py
@@ -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) {