mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
vimPlugins: fix pluginupdate.py
This commit is contained in:
parent
bd38cc9dbc
commit
164fc8c49a
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue