Skip to content

Commit

Permalink
Properly support multiple bibliography plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
ig0774 committed Jul 10, 2016
1 parent 67f99f6 commit 3041ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion latex_cite_completions.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ def _run_command(plugin_name):
else:
for plugin_name in plugins:
if not plugin_name.endswith('_bibliography'):
plugins = '{0}_bibliography'.format(plugins)
plugin_name = '{0}_bibliography'.format(plugins)
try:
result = _run_command(plugin_name)
except BibPluginError:
Expand Down

0 comments on commit 3041ae1

Please sign in to comment.