parent
3d9936b8a7
commit
540b1d75c4
|
@ -199,7 +199,7 @@ class C(Fundamental):
|
|||
'c.make-rel-dir': True,
|
||||
}
|
||||
lconfig = {
|
||||
'ignore-suffix': ['.o'],
|
||||
'ignore_suffix': ['.o'],
|
||||
}
|
||||
|
||||
_bindings = {
|
||||
|
|
|
@ -582,7 +582,7 @@ class Python(mode.Fundamental):
|
|||
'python.lib': '.',
|
||||
}
|
||||
lconfig = {
|
||||
'ignore-suffix': ['.pyc', '.pyo'],
|
||||
'ignore_suffix': ['.pyc', '.pyo'],
|
||||
}
|
||||
actions = [PythonInitNames, PythonListNames, PythonGotoName, PythonHelp,
|
||||
PythonGotoFunction, PythonGotoClass, PythonCheckSyntax,
|
||||
|
|
Loading…
Reference in New Issue