patch 8.2.5107: some callers of rettv_list_alloc() check for not OK v8.2.5107
authorBram Moolenaar <Bram@vim.org>
Thu, 16 Jun 2022 10:42:09 +0000 (11:42 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 16 Jun 2022 10:42:09 +0000 (11:42 +0100)
commit93a1096fe48e12095544924adb267e3b8a16b221
treea6d426e87bc49d8fcee200052d17c83302f32629
parent44068e97dbd8fc8ebd93113e436a1e37a6bff52c
patch 8.2.5107: some callers of rettv_list_alloc() check for not OK

Problem:    Some callers of rettv_list_alloc() check for not OK. (Christ van
            Willegen)
Solution:   Use "==" instead of "!=" when checking the return value.
17 files changed:
src/channel.c
src/cmdexpand.c
src/evalbuffer.c
src/evalfunc.c
src/evalwindow.c
src/insexpand.c
src/job.c
src/list.c
src/map.c
src/menu.c
src/mouse.c
src/move.c
src/sign.c
src/term.c
src/textprop.c
src/time.c
src/version.c