Summary: | editors/vim: gvimrc system-wide runs set nocompatible and breaks a lot of settings | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Jose G. Juanino <jjuanino> |
Component: | Individual Port(s) | Assignee: | Adam Weinberger <adamw> |
Status: | Closed FIXED | ||
Severity: | Affects Many People | CC: | adamw |
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(sunpoet) |
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
Jose G. Juanino
2015-01-31 00:03:31 UTC
Auto-assigned to maintainer sunpoet@FreeBSD.org Reassigning to myself. Submitter: is this still a problem? Hi Adam, thanks you for rescue this bug. The issue is still open. See the following thread: https://groups.google.com/forum/#!topic/vim_use/66crU745cFc My workaround is comment the "set nocompatible" line in system wide gvimrc, and remember to do it in each vim upgrade. Regards A commit references this bug: Author: adamw Date: Sat Oct 1 16:18:56 UTC 2016 New revision: 423078 URL: https://svnweb.freebsd.org/changeset/ports/423078 Log: - Don't set nocompatible in the gvimrc [1], bump PORTREVISION See also https://groups.google.com/forum/#!topic/vim_use/66crU745cFc - Mark as MAKE_JOBS_UNSAFE (thanks to Mat for the log): make[2]: "/wrkdirs/usr/ports/editors/vim/work/vim-8.0.0019/src/po/Makefile" line 4: Could not find ../auto/config.mk make[2]: Fatal errors encountered -- cannot continue PR: 197214 [1] Submitted by: jjuanino gmail Changes: head/editors/vim/Makefile Committed a quick fix that just yanks that line out of the gvimrc. Thanks! |