On Sun, 20 Aug 2017 18:46:49 +0200
Nicolas George <geo...@nsup.org> wrote:

> Le tridi 3 fructidor, an CCXXV, Reco a écrit :
> > That part is simple (per-user). The hard question is - how can I force
> > vim to respect 'noic' without the need to create ~/.vimrc for every
> > single user that I use?
> 
> The same way you distribute any configuration change you make to any
> software. If you have so many "users" that you use and not an
> infrastructure to do that, then you have a bigger problem than noic.

I believe you're missing the point.
They invented configuration files in /etc to change behavior systemwide
(i.e. for all users at once). Putting any files into each users' homes
is a klugde. 

In jessie and before that one could put needed customizations
into /etc/vim/vimrc (and it works as of stretch)
or into /etc/vim/vimrc.local (and it's ignored in stretch).

But, as of stretch, g:skip_defaults_vim forces vim to
honor /etc/vim/vimrc.local, and that's the way it should behave for me.


> But I must say, why anybody would want anything except
> ignorecase+smartcase when it is possible as the default for an
> interactive text editor is a mystery to me.

They say that one should not argue about tastes. I prefer 'ic' for
instance.

And my original complaint was about 'incsearch', not 'ignorecase'. Some
mistake was made in this part of thread.

Reco

Reply via email to