1
0
forked from VimPlug/jedi

more variables private in the same file

This commit is contained in:
David Halter
2013-05-03 20:45:50 +04:30
parent 150b7fc1d5
commit 5d472e99ac
2 changed files with 12 additions and 13 deletions

View File

@@ -92,7 +92,7 @@ def _rename(names, replace_str):
nr, indent = name.start_pos
line = new_lines[nr - 1]
new_lines[nr - 1] = line[:indent] + replace_str + \
line[indent + len(name.name_part):]
line[indent + len(name.text):]
process(current_path, old_lines, new_lines)
return dct