diff --git a/sublime_ocp_index.py b/sublime_ocp_index.py index dbd654d..28fb188 100644 --- a/sublime_ocp_index.py +++ b/sublime_ocp_index.py @@ -120,7 +120,7 @@ def make_result(replacement, rest): actual_replacement = replacement[length:] # Weird sublime bug, if there are no underscores in the replacement it replaces the module name as well - if not '_' in actual_replacement: actual_replacement = replacement + actual_replacement = replacement return replacement + "\t" + rest, actual_replacement