aboutsummaryrefslogtreecommitdiff
path: root/src/clint.py
diff options
context:
space:
mode:
authorBjörn Linse <bjorn.linse@gmail.com>2016-08-28 13:26:01 +0200
committerBjörn Linse <bjorn.linse@gmail.com>2017-06-24 11:09:10 +0200
commit28a549d597a286330ba87ff4fffe1e2d09e0f611 (patch)
tree72fcd269c406042be3c3857ac406852d697e5a81 /src/clint.py
parent14e19b8aaf458270ec94deb941be8ee78706851a (diff)
downloadrneovim-28a549d597a286330ba87ff4fffe1e2d09e0f611.tar.gz
rneovim-28a549d597a286330ba87ff4fffe1e2d09e0f611.tar.bz2
rneovim-28a549d597a286330ba87ff4fffe1e2d09e0f611.zip
kbtree: make warning free and delete deprecated macros
Diffstat (limited to 'src/clint.py')
-rwxr-xr-xsrc/clint.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/clint.py b/src/clint.py
index e6bedd37dc..69a061d2ab 100755
--- a/src/clint.py
+++ b/src/clint.py
@@ -2529,6 +2529,8 @@ def CheckSpacing(filename, clean_lines, linenum, nesting_state, error):
r'(?<!\bklist_t)'
r'(?<!\bkliter_t)'
r'(?<!\bkhash_t)'
+ r'(?<!\bkbtree_t)'
+ r'(?<!\bkbitr_t)'
r'\((?:const )?(?:struct )?[a-zA-Z_]\w*(?: *\*(?:const)?)*\)'
r' +'
r'-?(?:\*+|&)?(?:\w+|\+\+|--|\()', cast_line)