Bug 195025 - editors/vim_config: New port with vim defaults. Add port as dependency for vim ports.
Summary: editors/vim_config: New port with vim defaults. Add port as dependency for v...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-15 02:18 UTC by Alfred Perlstein
Modified: 2014-11-20 04:16 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alfred Perlstein freebsd_committer freebsd_triage 2014-11-15 02:18:22 UTC
This change makes a port that creates a default system vimrc.

This is very useful for new users as otherwise vim will default to "compat" mode and act like vi(1).

this compat mode is very bad and has problems with arrows keys on OS X, as well as backspace does not work properly most of the time.

This minor port is made optional for the vim and vim-lite ports to make the FreeBSD UX for vim a lot better.

The code is in phabricator AND on github.

Phabricator: https://reviews.freebsd.org/D1166
Comment 2 Alfred Perlstein freebsd_committer freebsd_triage 2014-11-20 04:16:34 UTC
Thank you.

Fixed in following commits:

r372677, r372654, r372622