Vauxoo / travis2docker

This is a Library to transform travis to docker file
BSD 2-Clause "Simplified" License
13 stars 15 forks source link

[FIX] t2d: Taglist plugin for vim now loaded I#165 #183

Closed antonag32 closed 1 year ago

antonag32 commented 1 year ago

The following error:

[odoo@e1f6a53af9ef]~/instance/extra_addons/account-customer-invoice-split-discount/account_customer_invoice_split_discount/models$
 (14.0)$ vim account_move.py
Taglist: Exuberant ctags (http://ctags.sf.net) not found in PATH. Plugin is not loaded.
Press ENTER or type command to continue

Is now fixed.

Also removed unknown -d flag when using git clone. Hint message when skipping vim autoconfiguration was improved too.