From: Toby Fleming <2903454+tobywf@users.noreply.github.com> Date: Thu, 30 Apr 2020 07:47:52 +0000 (-0700) Subject: Change exit code to 2 when config file doesn't exist (#1361) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/7a14a37981862ef418f3cdb4a7e2375856f97529?ds=sidebyside;hp=7a14a37981862ef418f3cdb4a7e2375856f97529 Change exit code to 2 when config file doesn't exist (#1361) Fixes #1360, where an invalid config file causes a return/exit code of 1. This change means this case is caught earlier, treated like any other bad parameters, and results in an exit code of 2. Co-authored-by: Toby Fleming ---