Mercurial > vim
comparison src/os_win32.c @ 26913:d4e61d61afd9 v8.2.3985
patch 8.2.3985: error messages are spread out
Commit: https://github.com/vim/vim/commit/ac78dd4a352196ca4e6640f8e4caaf126afd49e3
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Jan 2 19:25:26 2022 +0000
patch 8.2.3985: error messages are spread out
Problem: Error messages are spread out.
Solution: Move more error messages to errors.h.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 02 Jan 2022 20:30:04 +0100 |
parents | 06a137af96f8 |
children | c9474ae175f4 |
comparison
equal
deleted
inserted
replaced
26912:e6751c1e2a8e | 26913:d4e61d61afd9 |
---|---|
4952 x = -1; | 4952 x = -1; |
4953 #ifdef FEAT_GUI_MSWIN | 4953 #ifdef FEAT_GUI_MSWIN |
4954 # ifdef VIMDLL | 4954 # ifdef VIMDLL |
4955 if (gui.in_use) | 4955 if (gui.in_use) |
4956 # endif | 4956 # endif |
4957 emsg(_("E371: Command not found")); | 4957 emsg(_(e_command_not_found)); |
4958 #endif | 4958 #endif |
4959 } | 4959 } |
4960 | 4960 |
4961 if (newcmd != cmdbase) | 4961 if (newcmd != cmdbase) |
4962 vim_free(newcmd); | 4962 vim_free(newcmd); |