commit | 1a9922243a90f213894d5c58cd063465eea3350f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 31 17:25:48 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 31 17:25:48 2021 +0000 |
tree | b9fb1efe82d000b215d8b99750372e4f2ec7ba92 | |
parent | 4b1478093eb8b8bebc94b1f596e0afc25db4d189 [diff] [blame] |
patch 8.2.3957: error messages are spread out Problem: Error messages are spread out. Solution: Move more errors to errors.h.
diff --git a/src/ex_cmds2.c b/src/ex_cmds2.c index 8e7da18..b118c2d 100644 --- a/src/ex_cmds2.c +++ b/src/ex_cmds2.c
@@ -367,7 +367,7 @@ buf->b_fname) : #endif - semsg(_("E162: No write since last change for buffer \"%s\""), + semsg(_(e_no_write_since_last_change_for_buffer_str), buf_spname(buf) != NULL ? buf_spname(buf) : buf->b_fname)) { save = no_wait_return;