| commit | 40bcec1bac34d34a3d4d7c5f6b2cc1f163acbd00 | [log] [tgz] |
|---|---|---|
| author | Bram Moolenaar <Bram@vim.org> | Sun Dec 05 22:19:27 2021 +0000 |
| committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 05 22:19:27 2021 +0000 |
| tree | be6586866cf712e434252f74b185d35f6a49eed3 | |
| parent | 4700398e384f38f752b432e187462f404b96847d [diff] [blame] |
patch 8.2.3750: error messages are everywhere Problem: Error messages are everywhere. Solution: Move more error messages to errors.h and adjust the names.
diff --git a/src/register.c b/src/register.c index d225d77..6a4bc2c 100644 --- a/src/register.c +++ b/src/register.c
@@ -2836,7 +2836,7 @@ buf = buflist_findnr(num); if (buf == NULL) - semsg(_(e_nobufnr), (long)num); + semsg(_(e_buffer_nr_does_not_exist), (long)num); } else buf = buflist_findnr(buflist_findpat(str, str + STRLEN(str),