[Bug 265502] editors/vim: provided vimrc duplicates config from "source $VIMRUNTIME/defaults.vim"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 29 Jul 2022 14:40:50 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265502
Bug ID: 265502
Summary: editors/vim: provided vimrc duplicates config from
"source $VIMRUNTIME/defaults.vim"
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: adamw@FreeBSD.org
Reporter: michael.osipov@siemens.com
Flags: maintainer-feedback?(adamw@FreeBSD.org)
Assignee: adamw@FreeBSD.org
$VIMRUNTIME/defaults.vim already contains
============
if &compatible
set nocompatible
endif
set backspace=indent,eol,start
set display=truncate
set ruler
set wildmenu
if &t_Co > 2 || has("gui_running")
" Revert with ":syntax off".
syntax on
endif
============
Please review and trim down as necessary.
--
You are receiving this mail because:
You are the assignee for the bug.