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