summaryrefslogtreecommitdiffstats
path: root/src/globals.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-01-08 19:32:18 +0100
committerBram Moolenaar <Bram@vim.org>2020-01-08 19:32:18 +0100
commite2a8f0773e91685843c062b1e48259712d5f2213 (patch)
treeb661b7284f61ee607bbb0a2576b398ddb86fc13b /src/globals.h
parentda292b07afb7ea5ec9f4b43a7326551922e29f3a (diff)
patch 8.2.0103: using null object with execute() has strange effectsv8.2.0103
Problem: Using null object with execute() has strange effects. Solution: Give an error message ofr Job and Channel.
Diffstat (limited to 'src/globals.h')
-rw-r--r--src/globals.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/globals.h b/src/globals.h
index e1738693de..34430d3e0f 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -1599,6 +1599,7 @@ EXTERN char e_listreq[] INIT(= N_("E714: List required"));
EXTERN char e_listblobreq[] INIT(= N_("E897: List or Blob required"));
EXTERN char e_listdictarg[] INIT(= N_("E712: Argument of %s must be a List or Dictionary"));
EXTERN char e_listdictblobarg[] INIT(= N_("E896: Argument of %s must be a List, Dictionary or Blob"));
+EXTERN char e_inval_string[] INIT(= N_("E908: using an invalid value as a String"));
#endif
#ifdef FEAT_QUICKFIX
EXTERN char e_readerrf[] INIT(= N_("E47: Error while reading errorfile"));