]> granicus.if.org Git - vim/commit
patch 8.2.4318: various comment and indent mistakes, returning wrong zero v8.2.4318
authorBram Moolenaar <Bram@vim.org>
Mon, 7 Feb 2022 13:56:44 +0000 (13:56 +0000)
committerBram Moolenaar <Bram@vim.org>
Mon, 7 Feb 2022 13:56:44 +0000 (13:56 +0000)
commit54969f4ef5825205ecde09ea80f4087fc3b68e5d
treea33efdb636d52d421266829a530a15e8f3cedb16
parent63ff72aab91679725077eab5c5405267792268bd
patch 8.2.4318: various comment and indent mistakes, returning wrong zero

Problem:    Various comment and indent mistakes, returning wrong zero.
Solution:   Fix the mistakes.  Return NULL instead of FAIL.
src/clientserver.c
src/eval.c
src/evalvars.c
src/version.c
src/vim9cmds.c
src/window.c