commit | 242c152c08edbfaf17e8ae0b5d82841beabfa21a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Apr 03 21:52:51 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 03 21:52:51 2022 +0100 |
tree | 5312b04e878077f3803155b08f703833b2afe272 | |
parent | 2b74b6805b5c8c4836b66df5d949f5ff6a77f8c7 [diff] [blame] |
patch 8.2.4680: build failure without +postscript Problem: Build failure without +postscript. Solution: Use another error message.
diff --git a/src/vim9execute.c b/src/vim9execute.c index 483fe1e..6303cc1 100644 --- a/src/vim9execute.c +++ b/src/vim9execute.c
@@ -2637,7 +2637,7 @@ if (do_source(si->sn_name, FALSE, DOSO_NONE, NULL) == FAIL) { - semsg(_(e_cant_open_file_str_2), si->sn_name); + semsg(_(e_cant_open_file_str), si->sn_name); goto on_error; } }