We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2931dc9 commit 115534fCopy full SHA for 115534f
py/vimlfunc.py
@@ -82,6 +82,7 @@ class AttributeDict(dict):
82
"^[0-7]$" : "^[0-7]$",
83
"^[0-9A-Fa-f][0-9A-Fa-f]$" : "^[0-9A-Fa-f][0-9A-Fa-f]$",
84
"^\.[0-9A-Fa-f]$" : "^\.[0-9A-Fa-f]$",
85
+ "^[0-9A-Fa-f][^0-9A-Fa-f]$" : "^[0-9A-Fa-f][^0-9A-Fa-f]$",
86
}
87
88
def viml_add(lst, item):
py/vimlparser.py
0 commit comments