Bug#864074: defaults.vim: broken configuration

2020-07-11 Thread James McCoy
On Fri, Jul 10, 2020 at 03:28:22PM +, b0ns wrote: > Hello, > > I always refrained from extrapolating feedback or a complaint about this > issue but: > It is now 3 years that i'm typing "set mouse=" every time I open a file with > VIM on debian while swearing! > > Was this the intended

Bug#864074: defaults.vim: broken configuration

2020-07-10 Thread b0ns
Hello, I always refrained from extrapolating feedback or a complaint about this issue but: It is now 3 years that i'm typing "set mouse=" every time I open a file with VIM on debian while swearing! Was this the intended result after this change? This setting broke things and that's it, I

Bug#864074: defaults.vim: broken configuration

2020-05-26 Thread Martin Steigerwald
Dear James. James McCoy - 06.07.17, 03:09:23 CEST: > > 3) Vim wordwraps by default now. I wonder about how many admins will > > break config files with long lines accidently by that new default > > behaviour. > I don't see anything in defaults.vim that changes 'textwidth' from its > default value

Bug#864074: defaults.vim: broken configuration

2018-06-11 Thread Rudi Daemen
Hi all, For all of those that are googling for this issue and want a quick work-around in place until the order-of-inclusion is fixed upstream, I have added the following two lines to the beginning of the system-wide vimrc.local on all debian servers I am managing: runtime! defaults.vim let

Bug#864074: defaults.vim: broken configuration

2017-10-27 Thread Mark Abrahams
Hi On Thu, 20 Jul 2017 22:24:01 -0400 James McCoy wrote: > On Thu, Jul 20, 2017 at 03:46:39PM -0700, Adam Waite wrote: > > As mentioned on other bug reports, this is an order-of-inclusion issue. > > > >   1: /usr/share/vim/vimrc > >   2: /usr/share/vim/vim80/debian.vim >

Bug#864074: defaults.vim: broken configuration

2017-07-21 Thread Martin Steigerwald
Martin Steigerwald - 21.07.17, 14:53: > The issue is, that it is required to have a work-around like this, or the > one James suggested – where it will if I understand correctly load > defaults.vim before making changes to it –, in order to have a sane > behavior. Since I use Linux, configuration

Bug#864074: defaults.vim: broken configuration

2017-07-21 Thread James McCoy
On Fri, Jul 21, 2017 at 02:25:46PM +0200, Igor Sverkos wrote: > Hi, > > On Thu, 20 Jul 2017 22:24:01 -0400 James McCoy wrote: > > > There's no need to disable defaults.vim. As I have also suggested (in > > this very bug report), you can explicitly load defaults.vim and

Bug#864074: defaults.vim: broken configuration

2017-07-21 Thread Martin Steigerwald
Igor Sverkos - 21.07.17, 14:25: > Hi, > > On Thu, 20 Jul 2017 22:24:01 -0400 James McCoy wrote: > > There's no need to disable defaults.vim. As I have also suggested (in > > this very bug report), you can explicitly load defaults.vim and then > > disable whatever settings

Bug#864074: defaults.vim: broken configuration

2017-07-21 Thread Igor Sverkos
Hi, On Thu, 20 Jul 2017 22:24:01 -0400 James McCoy wrote: > There's no need to disable defaults.vim. As I have also suggested (in > this very bug report), you can explicitly load defaults.vim and then > disable whatever settings you don't like. I hit the same problem.

Bug#864074: defaults.vim: broken configuration

2017-07-20 Thread James McCoy
On Thu, Jul 20, 2017 at 03:46:39PM -0700, Adam Waite wrote: > As mentioned on other bug reports, this is an order-of-inclusion issue.  > >   1: /usr/share/vim/vimrc >   2: /usr/share/vim/vim80/debian.vim >   3: /etc/vim/vimrc.local >   4: /usr/share/vim/vim80/defaults.vim >   [snip] > >

Bug#864074: defaults.vim: broken configuration

2017-07-20 Thread Adam Waite
As mentioned on other bug reports, this is an order-of-inclusion issue. 1: /usr/share/vim/vimrc 2: /usr/share/vim/vim80/debian.vim 3: /etc/vim/vimrc.local 4: /usr/share/vim/vim80/defaults.vim [snip] defaults.vim is being loaded *after* vimrc.local, which means that vimrc.local is

Bug#864074: defaults.vim: broken configuration

2017-07-19 Thread Martin Steigerwald
James, did you intend to send this just to me? To be on safe side, I reply to you only, but I really think this should also go to the bug report. James McCoy - 18.07.17, 20:21: > On Sat, Jul 08, 2017 at 11:36:07PM +0200, Martin Steigerwald wrote: > > James McCoy - 05.07.17, 21:09: […] > > My

Bug#864074: defaults.vim: broken configuration

2017-07-19 Thread James McCoy
On Sat, Jul 08, 2017 at 11:36:07PM +0200, Martin Steigerwald wrote: > James McCoy - 05.07.17, 21:09: > > This _is_ the behavior. The _only_ way that defaults.vim is used is > > when $HOME/.vimrc doesn't exist. > > > > Note that /etc/vim/vimrc.local is a Debian-specific extension of the > >

Bug#864074: defaults.vim: broken configuration

2017-07-19 Thread James McCoy
On Wed, Jul 19, 2017 at 11:38:40PM +0200, Martin Steigerwald wrote: > James, did you intend to send this just to me? I didn't. > To be on safe side, I reply to > you only, but I really think this should also go to the bug report. Agreed. I'll bounce the last two messages to the bug. > James

Bug#864074: defaults.vim: broken configuration

2017-07-14 Thread gisl
I can only agree with Martin. Getting your local configuration overwritten is very irritating and unexpected. Defaults are there to be overridden by local configuration, not the other way round. The broken copy scenario needs fixing on *every* headless Debian Stretch installation, which is

Bug#864074: defaults.vim: broken configuration

2017-07-08 Thread Martin Steigerwald
Dear James. Thank you for your detailed answer. James McCoy - 05.07.17, 21:09: > On Wed, Jul 05, 2017 at 09:55:06PM +0200, Martin Steigerwald wrote: > > Dear Maintainer. > > > > I know of this: > > > Vim will load $VIMRUNTIME/defaults.vim if the user does not have a > > > vimrc. > > > This

Bug#864074: defaults.vim: broken configuration

2017-07-05 Thread James McCoy
On Wed, Jul 05, 2017 at 09:55:06PM +0200, Martin Steigerwald wrote: > Dear Maintainer. > > I know of this: > > > Vim will load $VIMRUNTIME/defaults.vim if the user does not have a vimrc. > > This happens after /etc/vim/vimrc(.local) are loaded, so it will override > > any settings in these

Bug#864074: defaults.vim: broken configuration

2017-07-05 Thread Martin Steigerwald
Dear Maintainer. I know of this: > Vim will load $VIMRUNTIME/defaults.vim if the user does not have a vimrc. > This happens after /etc/vim/vimrc(.local) are loaded, so it will override > any settings in these files. But the settings in "defaults.vim" IMHO are just *completely* broken for