mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 03:48:18 +00:00
kbtree: make warning free and delete deprecated macros
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user