FS#49939 - [vim-ultisnips] vimsnippets.py is missing

Attached to Project: Community Packages
Opened by Felix Brauße (edwardtulane) - Monday, 04 July 2016, 10:03 GMT
Last edited by Morten Linderud (Foxboron) - Sunday, 13 September 2020, 19:37 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Morten Linderud (Foxboron)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
Certain snippet completions require functions from vimfiles/pythonx/vimsnippets.py, which is not being installed. Completion fails with

ImportError: No module named 'vimsnippets'

Executed snippet code:
1 > from vimsnippets import foldmarker, make_box, get_comment_format

There's just a 'pythonx' missing in line 31 of the PKGBUILD, I suppose.

package version: 3.1-2


Steps to reproduce:
Open vim, insert mode, and type 'box<tab>'
This task depends upon

Closed by  Morten Linderud (Foxboron)
Sunday, 13 September 2020, 19:37 GMT
Reason for closing:  Fixed
Additional comments about closing:  3.2-4

Loading...