mirror of
https://github.com/neovim/neovim.git
synced 2026-02-03 18:44:32 +00:00
if (oap->regname == 0 &&
oap->motion_type != kMTLineWise &&
oap->line_count == 0 &&
!oap->use_reg_one ){
then reg is not initialised
and our call to set_clipboard will dereference NULL
}