onivim / libvim

libvim: The core Vim editing engine as a minimal C library
https://v2.onivim.io
MIT License
691 stars 34 forks source link

Defaults: Change 'hidden' default to TRUE #199

Closed bryphe closed 4 years ago

bryphe commented 4 years ago

With the way libvim is used,set hidden makes sense to be the default, in order to avoid issues like https://github.com/onivim/oni2/issues/1671

(There's also a compelling argument for it to be a default setting, in general, here: http://derekwyatt.org/2009/08/20/the-absolute-bare-minimum/)