Open pjcj opened 7 years ago
I'd love to have a competer (or an option to the buffer completer) such that completions can come from all vim buffers.
It seems that this is already implemented, but it requires set hidden or the read from undisplayed buffers returns an empty string. See neovim/neovim#5534.
set hidden
I'd love to have a competer (or an option to the buffer completer) such that completions can come from all vim buffers.