Updated plugins. Switched to Ack as standard search tool (much better than grep/vimgrep)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
- Check for methods that override other methods except that they vary by case.
|
||||
- assign/increment + unbound local error not caught
|
||||
def foo():
|
||||
bar = 5
|
||||
def meep():
|
||||
bar += 2
|
||||
meep()
|
||||
print bar
|
||||
|
||||
print foo()
|
||||
|
||||
Reference in New Issue
Block a user