Skip to content

Commit 9add135

Browse files
authored
Fix Alternate file (#78)
1 parent 242654c commit 9add135

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

rplugin/python3/acid/__init__.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,7 @@ def acid_alternate_file(self, args):
9191
else:
9292
paths = alt_paths(
9393
rel_path, src, root_path,
94-
lambda f: "_".join(f.split('_')[:-1]),
95-
'src'
94+
lambda f: "_".join(f.split('_')[:-1])
9695
)
9796
except Exception as e:
9897
log_debug("error: {}", e)

0 commit comments

Comments
 (0)