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 345b802 commit 11d22baCopy full SHA for 11d22ba
neovim/plugin/decorators.py
@@ -53,7 +53,7 @@ def dec(f):
53
54
opts = {}
55
56
- if range:
+ if range is not None:
57
opts['range'] = '' if range is True else str(range)
58
elif count:
59
opts['count'] = count
0 commit comments