6 Jan
2016
6 Jan
'16
4:23 p.m.
Hi Currently vim split package creates several binary packages: vim-runtime (common runtime data) vim-minimal (vim without language bindings) vim (vim with ruby, lua language bindings + python2 support) vim-python3 (vim with ruby, lua language bindings + python3 support) gvim, gvim-python3 ditto for graphical based vim The fact that we have separate package for python2 and python3 is a bit confusing and does not allow users to use both languages at the same time. Per discussion in https://bugs.archlinux.org/task/47500 I would like to fold *-python3 packages into {,g}vim. The new {,g}vim will have both languages support. Thoughts, objections?