Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Jul 2022 14:40:50 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 265502] editors/vim: provided vimrc duplicates config from "source $VIMRUNTIME/defaults.vim"
Message-ID:  <bug-265502-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D265502

            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

=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
if &compatible
  set nocompatible
endif
set backspace=3Dindent,eol,start
set display=3Dtruncate
set ruler
set wildmenu
if &t_Co > 2 || has("gui_running")
  " Revert with ":syntax off".
  syntax on
endif
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D

Please review and trim down as necessary.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-265502-7788>