vimPlugins: fix pluginupdate.py

This commit is contained in:
Andrey Kuznetsov 2021-03-16 15:41:09 +00:00
parent bd38cc9dbc
commit 164fc8c49a
No known key found for this signature in database
GPG Key ID: 9EC1B2ACE338B18B

View File

@ -514,7 +514,7 @@ def update_plugins(editor: Editor):
)
for plugin_line in args.add_plugins:
rewrite_input(args.input_fil, editor.deprecated, append=(plugin_line + "\n",))
rewrite_input(args.input_file, editor.deprecated, append=(plugin_line + "\n",))
update()
plugin = fetch_plugin_from_pluginline(plugin_line)
commit(