aboutsummaryrefslogtreecommitdiff
path: root/src/clint.py
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2024-09-23 07:14:10 -0700
committerGitHub <noreply@github.com>2024-09-23 07:14:10 -0700
commit34a40d3a50f71a4b5e06c36ed9f9110983984dbf (patch)
tree69f647ce5f5dba8f16cb2a55a2511b89df4db87e /src/clint.py
parent47e6b2233feffc6e9d94f6086fb904eb5688fa25 (diff)
parent17027d64726864c7bbdba5bee004eb581ac4b54a (diff)
downloadrneovim-34a40d3a50f71a4b5e06c36ed9f9110983984dbf.tar.gz
rneovim-34a40d3a50f71a4b5e06c36ed9f9110983984dbf.tar.bz2
rneovim-34a40d3a50f71a4b5e06c36ed9f9110983984dbf.zip
Merge #30435 refactor: rename "Dictionary" => "Dict"
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 28bdc66ce8..1ed01382c8 100755
--- a/src/clint.py
+++ b/src/clint.py
@@ -1781,7 +1781,7 @@ def CheckSpacing(filename, clean_lines, linenum, error):
r'(?<!\bPMap)'
r'(?<!\bSet)'
r'(?<!\bArrayOf)'
- r'(?<!\bDictionaryOf)'
+ r'(?<!\bDictOf)'
r'(?<!\bDict)'
r'\((?:const )?(?:struct )?[a-zA-Z_]\w*(?: *\*(?:const)?)*\)'
r' +'