On 20.10.16 19:11, Russell Coker via luv-main wrote: > let g:skip_defaults_vim = 1 > > The latest version of vim in Debian/Unstable suggests adding the above to / > etc/vim/vimrc.local to get the past behavior. A quick test indicates that it > does as desired. But thanks for the other suggestions, it's good to have > plenty of options for the lurkers.
Er, that looks like a hefty hammer. The name "skip_defaults_vim" intimates that it'll revert all the new defaults, and etc/vim/vimrc.local rather than ~/.vimrc imposes it on all users. But they can then individually add back in whatever, anyway, I guess. The pasting problem was raised on vim_users ML on the 9th: https://groups.google.com/forum/#!topic/vim_use/fvIx5ZEWFXs And `:set mouse=` was offered as the canonical fix. (But anything that works is great ... until the secondary effects are encountered.) Erik _______________________________________________ luv-main mailing list [email protected] https://lists.luv.asn.au/cgi-bin/mailman/listinfo/luv-main
