We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5faa193 commit a9ba287Copy full SHA for a9ba287
rplugin/python3/acid/commands/alternate_file.py
@@ -42,7 +42,7 @@ def prepare_payload(self):
42
rel_path = os.path.relpath(path, start=root_path).split('/')
43
open_with = self.nvim.vars.get(
44
'acid_open_alternate_file_with',
45
- nvim.vars.get('acid_open_new_file_with', 'edit')
+ self.nvim.vars.get('acid_open_new_file_with', 'edit')
46
)
47
48
if rel_path[0] in src:
0 commit comments