Lines Matching refs:INIT

14 	INIT(= N_("E10: \\ should be followed by /, ? or &"));
17 INIT(= N_("E11: Invalid in command-line window; <CR> executes, CTRL-C quits"));
20 INIT(= N_("E12: Command not allowed from exrc/vimrc in current dir or tag search"));
22 INIT(= N_("E13: File exists (add ! to override)"));
25 INIT(= N_("E15: Invalid expression: \"%s\""));
28 INIT(= N_("E16: Invalid range"));
31 INIT(= N_("E17: \"%s\" is a directory"));
35 INIT(= N_("E18: Unexpected characters in :let"));
37 INIT(= N_("E18: Unexpected characters in assignment"));
40 INIT(= N_("E19: Mark has invalid line number"));
42 INIT(= N_("E20: Mark not set"));
44 INIT(= N_("E21: Cannot make changes, 'modifiable' is off"));
46 INIT(= N_("E22: Scripts nested too deep"));
48 INIT(= N_("E23: No alternate file"));
50 INIT(= N_("E24: No such abbreviation"));
53 INIT(= N_("E25: GUI cannot be used: Not enabled at compile time"));
57 INIT(= N_("E26: Hebrew cannot be used: Not enabled at compile time\n"));
60 INIT(= N_("E27: Farsi support has been removed\n"));
63 INIT(= N_("E28: No such highlight group name: %s"));
66 INIT(= N_("E29: No inserted text yet"));
68 INIT(= N_("E30: No previous command line"));
70 INIT(= N_("E31: No such mapping"));
72 INIT(= N_("E32: No file name"));
74 INIT(= N_("E33: No previous substitute regular expression"));
76 INIT(= N_("E34: No previous command"));
78 INIT(= N_("E35: No previous regular expression"));
80 INIT(= N_("E36: Not enough room"));
82 INIT(= N_("E37: No write since last change"));
84 INIT(= N_("E37: No write since last change (add ! to override)"));
86 INIT(= N_("E38: Null argument"));
89 INIT(= N_("E39: Number expected"));
93 INIT(= N_("E40: Can't open errorfile %s"));
96 INIT(= N_("E41: Out of memory!"));
99 INIT(= N_("E42: No Errors"));
102 INIT(= N_("E43: Damaged match string"));
104 INIT(= N_("E44: Corrupted regexp program"));
106 INIT(= N_("E45: 'readonly' option is set (add ! to override)"));
109 INIT(= N_("E46: Cannot change read-only variable \"%s\""));
113 INIT(= N_("E47: Error while reading errorfile"));
117 INIT(= N_("E48: Not allowed in sandbox"));
120 INIT(= N_("E49: Invalid scroll size"));
122 INIT(= N_("E50: Too many \\z("));
124 INIT(= N_("E51: Too many %s("));
126 INIT(= N_("E52: Unmatched \\z("));
128 INIT(= N_("E53: Unmatched %s%%("));
130 INIT(= N_("E54: Unmatched %s("));
132 INIT(= N_("E55: Unmatched %s)"));
134 INIT(= N_("E59: invalid character after %s@"));
136 INIT(= N_("E60: Too many complex %s{...}s"));
140 INIT(= N_("E121: Undefined variable: %s"));
142 INIT(= N_("E121: Undefined variable: %c:%s"));
145 INIT(= N_("E184: No such user-defined command: %s"));
148 INIT(= N_("E196: No digraphs in this version"));
152 INIT(= N_("E254: Cannot allocate color %s"));
155 INIT(= N_("E464: Ambiguous use of user-defined command"));
157 INIT(= N_("E476: Invalid command"));
160 INIT(= N_("E476: Invalid command: %s"));
162 INIT(= N_("E710: List value has more items than targets"));
164 INIT(= N_("E711: List value does not have enough items"));
166 INIT(= N_("E719: Cannot slice a Dictionary"));
169 INIT(= N_("E834: Conflicts with value of 'listchars'"));
171 INIT(= N_("E835: Conflicts with value of 'fillchars'"));
174INIT(= N_("E856: \"assert_fails()\" second argument must be a string or a list with one or two str…
176 INIT(= N_("E908: using an invalid value as a String: %s"));
178 INIT(= N_("E909: Cannot index a special variable"));
181 INIT(= N_("E1100: Command not supported in Vim9 script (missing :var?): %s"));
184 INIT(= N_("E1001: Variable not found: %s"));
186 INIT(= N_("E1002: Syntax error at %s"));
188 INIT(= N_("E1003: Missing return value"));
190 INIT(= N_("E1004: White space required before and after '%s' at \"%s\""));
192 INIT(= N_("E1005: Too many argument types"));
194 INIT(= N_("E1006: %s is used as an argument"));
196 INIT(= N_("E1007: Mandatory argument after optional argument"));
198 INIT(= N_("E1008: Missing <type>"));
200 INIT(= N_("E1009: Missing > after type"));
202 INIT(= N_("E1010: Type not recognized: %s"));
204 INIT(= N_("E1011: Name too long: %s"));
206 INIT(= N_("E1012: Type mismatch; expected %s but got %s"));
208 INIT(= N_("E1012: Type mismatch; expected %s but got %s in %s"));
210 INIT(= N_("E1013: Argument %d: type mismatch, expected %s but got %s"));
212 INIT(= N_("E1013: Argument %d: type mismatch, expected %s but got %s in %s"));
214 INIT(= N_("E1014: Invalid key: %s"));
216 INIT(= N_("E1015: Name expected: %s"));
218 INIT(= N_("E1016: Cannot declare a %s variable: %s"));
220 INIT(= N_("E1016: Cannot declare an environment variable: %s"));
222 INIT(= N_("E1017: Variable already declared: %s"));
224 INIT(= N_("E1018: Cannot assign to a constant: %s"));
226 INIT(= N_("E1019: Can only concatenate to string"));
228 INIT(= N_("E1020: Cannot use an operator on a new variable: %s"));
230 INIT(= N_("E1021: Const requires a value"));
232 INIT(= N_("E1022: Type or initialization required"));
234 INIT(= N_("E1023: Using a Number as a Bool: %lld"));
236 INIT(= N_("E1024: Using a Number as a String"));
238 INIT(= N_("E1025: Using } outside of a block scope"));
241 INIT(= N_("E1026: Missing }"));
244 INIT(= N_("E1027: Missing return statement"));
246 INIT(= N_("E1028: Compiling :def function failed"));
248 INIT(= N_("E1029: Expected %s but got %s"));
250 INIT(= N_("E1030: Using a String as a Number: \"%s\""));
252 INIT(= N_("E1031: Cannot use void value"));
254 INIT(= N_("E1032: Missing :catch or :finally"));
256 INIT(= N_("E1033: Catch unreachable after catch-all"));
258 INIT(= N_("E1034: Cannot use reserved name %s"));
260 INIT(= N_("E1035: % requires number arguments"));
262 INIT(= N_("E1036: %c requires number or float arguments"));
264 INIT(= N_("E1037: Cannot use \"%s\" with %s"));
266 INIT(= N_("E1038: \"vim9script\" can only be used in a script"));
268 INIT(= N_("E1039: \"vim9script\" must be the first command in a script"));
271 INIT(= N_("E1040: Cannot use :scriptversion after :vim9script"));
274 INIT(= N_("E1041: Redefining script item %s"));
276 INIT(= N_("E1042: Export can only be used in vim9script"));
278 INIT(= N_("E1043: Invalid command after :export"));
280 INIT(= N_("E1044: Export with invalid argument"));
282 INIT(= N_("E1045: Missing \"as\" after *"));
284 INIT(= N_("E1046: Missing comma in import"));
286 INIT(= N_("E1047: Syntax error in import: %s"));
288 INIT(= N_("E1048: Item not found in script: %s"));
290 INIT(= N_("E1049: Item not exported in script: %s"));
292 INIT(= N_("E1050: Colon required before a range: %s"));
294 INIT(= N_("E1051: Wrong argument type for +"));
296 INIT(= N_("E1052: Cannot declare an option: %s"));
298 INIT(= N_("E1053: Could not import \"%s\""));
300 INIT(= N_("E1054: Variable already declared in the script: %s"));
302 INIT(= N_("E1055: Missing name after ..."));
304 INIT(= N_("E1056: Expected a type: %s"));
306 INIT(= N_("E1057: Missing :enddef"));
308 INIT(= N_("E1058: Function nesting too deep"));
310 INIT(= N_("E1059: No white space allowed before colon: %s"));
312 INIT(= N_("E1060: Expected dot after name: %s"));
314 INIT(= N_("E1061: Cannot find function %s"));
316 INIT(= N_("E1062: Cannot index a Number"));
318 INIT(= N_("E1063: Type mismatch for v: variable"));
322 INIT(= N_("E1066: Cannot declare a register: %s"));
324 INIT(= N_("E1067: Separator mismatch: %s"));
326 INIT(= N_("E1068: No white space allowed before '%s': %s"));
328 INIT(= N_("E1069: White space required after '%s': %s"));
330 INIT(= N_("E1070: Missing \"from\""));
332 INIT(= N_("E1071: Invalid string after \"from\""));
334 INIT(= N_("E1072: Cannot compare %s with %s"));
336 INIT(= N_("E1073: Name already defined: %s"));
338 INIT(= N_("E1074: No white space allowed after dot"));
340 INIT(= N_("E1075: Namespace not supported: %s"));
342 INIT(= N_("E1076: This Vim is not compiled with float support"));
344 INIT(= N_("E1077: Missing argument type for %s"));
349 INIT(= N_("E1081: Cannot unlet %s"));
351 INIT(= N_("E1082: Cannot use a namespaced variable: %s"));
353 INIT(= N_("E1083: Missing backtick"));
355 INIT(= N_("E1084: Cannot delete Vim9 script function %s"));
357 INIT(= N_("E1085: Not a callable type: %s"));
359 INIT(= N_("E1086: Cannot use :function inside :def"));
361 INIT(= N_("E1087: Cannot use an index when declaring a variable"));
364 INIT(= N_("E1089: Unknown variable: %s"));
366 INIT(= N_("E1090: Cannot assign to argument %s"));
368 INIT(= N_("E1091: Function is not compiled: %s"));
370 INIT(= N_("E1092: Cannot use a list for a declaration"));
372 INIT(= N_("E1093: Expected %d items but got %d"));
374 INIT(= N_("E1094: Import can only be used in a script"));
376 INIT(= N_("E1095: Unreachable code after :return"));
378 INIT(= N_("E1096: Returning a value in a function without a return type"));
380 INIT(= N_("E1097: Line incomplete"));
382 INIT(= N_("E1098: String, List or Blob required"));
384 INIT(= N_("E1099: Unknown error while executing %s"));
386 INIT(= N_("E1101: Cannot declare a script variable in a function: %s"));
388 INIT(= N_("E1102: Lambda function not found: %s"));
390 INIT(= N_("E1103: Dictionary not set"));
392 INIT(= N_("E1104: Missing >"));
394 INIT(= N_("E1105: Cannot convert %s to string"));
396 INIT(= N_("E1106: One argument too many"));
398 INIT(= N_("E1106: %d arguments too many"));
400 INIT(= N_("E1107: String, List, Dict or Blob required"));
402 INIT(= N_("E1108: Item not found: %s"));
404 INIT(= N_("E1109: List item %d is not a List"));
406 INIT(= N_("E1110: List item %d does not contain 3 numbers"));
408 INIT(= N_("E1111: List item %d range invalid"));
410 INIT(= N_("E1112: List item %d cell width invalid"));
412 INIT(= N_("E1113: Overlapping ranges for 0x%lx"));
414 INIT(= N_("E1114: Only values of 0x100 and higher supported"));
416 INIT(= N_("E1115: \"assert_fails()\" fourth argument must be a number"));
418 INIT(= N_("E1116: \"assert_fails()\" fifth argument must be a string"));
420 INIT(= N_("E1117: Cannot use ! with nested :def"));
422 INIT(= N_("E1118: Cannot change list"));
424 INIT(= N_("E1119: Cannot change list item"));
426 INIT(= N_("E1120: Cannot change dict"));
428 INIT(= N_("E1121: Cannot change dict item"));
430 INIT(= N_("E1122: Variable is locked: %s"));
432 INIT(= N_("E1123: Missing comma before argument: %s"));
434 INIT(= N_("E1124: \"%s\" cannot be used in legacy Vim script"));
436 INIT(= N_("E1125: Final requires a value"));
438 INIT(= N_("E1126: Cannot use :let in Vim9 script"));
440 INIT(= N_("E1127: Missing name after dot"));
442 INIT(= N_("E1128: } without {"));
444 INIT(= N_("E1129: Throw with empty string"));
446 INIT(= N_("E1130: Cannot add to null list"));
448 INIT(= N_("E1131: Cannot add to null blob"));
450 INIT(= N_("E1132: Missing function argument"));
452 INIT(= N_("E1133: Cannot extend a null dict"));
454 INIT(= N_("E1134: Cannot extend a null list"));
456 INIT(= N_("E1135: Using a String as a Bool: \"%s\""));
459 INIT(=N_("E1135: <Cmd> mapping must end with <CR>"));
461 INIT(=N_("E1136: <Cmd> mapping must end with <CR> before second <Cmd>"));
463 INIT(= N_("E1137: <Cmd> mapping must not include %s key"));
465 INIT(= N_("E1138: Using a Bool as a Number"));
467 INIT(= N_("E1139: Missing matching bracket after dict key"));
469 INIT(= N_("E1140: :for argument must be a sequence of lists"));
471 INIT(= N_("E1141: Indexable type required"));
473 INIT(= N_("E1142: Non-empty string required"));
475 INIT(= N_("E1143: Empty expression: \"%s\""));
477 INIT(= N_("E1144: Command \"%s\" is not followed by white space: %s"));
479 INIT(= N_("E1145: Missing heredoc end marker: %s"));
481 INIT(= N_("E1146: Command not recognized: %s"));
483 INIT(= N_("E1147: List not set"));
485 INIT(= N_("E1148: Cannot index a %s"));
487 INIT(= N_("E1149: Script variable is invalid after reload in function %s"));
489 INIT(= N_("E1150: Script variable type changed"));
491 INIT(= N_("E1151: Mismatched endfunction"));
493 INIT(= N_("E1152: Mismatched enddef"));
495 INIT(= N_("E1153: Invalid operation for %s"));
497 INIT(= N_("E1154: Divide by zero"));
499 INIT(= N_("E1155: Cannot define autocommands for ALL events"));
501 INIT(= N_("E1156: Cannot change the argument list recursively"));
503 INIT(= N_("E1157: Missing return type"));
505 INIT(= N_("E1158: Cannot use flatten() in Vim9 script"));
507 INIT(= N_("E1159: Cannot split a window when closing the buffer"));
509 INIT(= N_("E1160: Cannot use a default for variable arguments"));
511 INIT(= N_("E1161: Cannot json encode a %s"));
513 INIT(= N_("E1162: Register name must be one character: %s"));
515 INIT(= N_("E1163: Variable %d: type mismatch, expected %s but got %s"));
517 INIT(= N_("E1163: Variable %d: type mismatch, expected %s but got %s in %s"));
519 INIT(= N_("E1164: vim9cmd must be followed by a command"));
521 INIT(= N_("E1165: Cannot use a range with an assignment: %s"));
523 INIT(= N_("E1166: Cannot use a range with a dictionary"));
525 INIT(= N_("E1167: Argument name shadows existing variable: %s"));
527 INIT(= N_("E1168: Argument already declared in the script: %s"));
529 INIT(= N_("E1169: 'import * as {name}' not supported here"));
531 INIT(= N_("E1170: Cannot use #{ to start a comment"));
533 INIT(= N_("E1171: Missing } after inline function"));
535 INIT(= N_("E1172: Cannot use default values in a lambda"));
537 INIT(= N_("E1173: Text found after enddef: %s"));
539 INIT(= N_("E1174: String required for argument %d"));
541 INIT(= N_("E1175: Non-empty string required for argument %d"));
543 INIT(= N_("E1176: Misplaced command modifier"));
545 INIT(= N_("E1177: For loop on %s not supported"));
547 INIT(= N_("E1178: Cannot lock or unlock a local variable"));
549 INIT(= N_("E1179: Failed to extract PWD from %s, check your shell's config related to OSC 7"));
551 INIT(= N_("E1180: Variable arguments type must be a list: %s"));
553 INIT(= N_("E1181: Cannot use an underscore here"));
555 INIT(= N_("E1182: Blob required"));
557 INIT(= N_("E1183: Cannot use a range with an assignment operator: %s"));
559 INIT(= N_("E1184: Blob not set"));
561 INIT(= N_("E1185: Cannot nest :redir"));
563 INIT(= N_("E1185: Missing :redir END"));
565 INIT(= N_("E1186: Expression does not result in a value: %s"));
567 INIT(= N_("E1187: Failed to source defaults.vim"));
569 INIT(= N_("E1188: Cannot open a terminal from the command line window"));
571 INIT(= N_("E1189: Cannot use :legacy with this command: %s"));
573 INIT(= N_("E1190: One argument too few"));
575 INIT(= N_("E1190: %d arguments too few"));
577 INIT(= N_("E1191: Call to function that failed to compile: %s"));
579 INIT(= N_("E1192: Empty function name"));
582 INIT(= N_("E1193: cryptmethod xchacha20 not built into this Vim"));
584 INIT(= N_("E1194: Cannot encrypt header, not enough space"));
586 INIT(= N_("E1195: Cannot encrypt buffer, not enough space"));
588 INIT(= N_("E1196: Cannot decrypt header, not enough space"));
590 INIT(= N_("E1197: Cannot allocate_buffer for encryption"));
592 INIT(= N_("E1198: Decryption failed: Header incomplete!"));
594 INIT(= N_("E1199: Cannot decrypt buffer, not enough space"));
596 INIT(= N_("E1200: Decryption failed!"));
598 INIT(= N_("E1201: Decryption failed: pre-mature end of file!"));
600 INIT(= N_("E1202: No white space allowed after '%s': %s"));
602 INIT(= N_("E1203: Dot can only be used on a dictionary: %s"));
604 INIT(= N_("E1204: No Number allowed after .: '\\%%%c'"));
606 INIT(= N_("E1205: No white space allowed between option and"));
608 INIT(= N_("E1206: Dictionary required for argument %d"));
610 INIT(= N_("E1207: Expression without an effect: %s"));
612 INIT(= N_("E1208: -complete used without allowing arguments"));
614 INIT(= N_("E1209: Invalid value for a line number: \"%s\""));
616 INIT(= N_("E1210: Number required for argument %d"));
618 INIT(= N_("E1211: List required for argument %d"));
620 INIT(= N_("E1212: Bool required for argument %d"));
622 INIT(= N_("E1213: Redefining imported item \"%s\""));
625 INIT(= N_("E1214: Digraph must be just two characters: %s"));
627 INIT(= N_("E1215: Digraph must be one character: %s"));
629 INIT(= N_("E1216: digraph_setlist() argument must be a list of lists with two items"));
632 INIT(= N_("E1217: Channel or Job required for argument %d"));
634 INIT(= N_("E1218: Job required for argument %d"));
636 INIT(= N_("E1219: Float or Number required for argument %d"));
638 INIT(= N_("E1220: String or Number required for argument %d"));
640 INIT(= N_("E1221: String or Blob required for argument %d"));
642 INIT(= N_("E1222: String or List required for argument %d"));
644 INIT(= N_("E1223: String or Dictionary required for argument %d"));
646 INIT(= N_("E1224: String, Number or List required for argument %d"));
648 INIT(= N_("E1225: String, List or Dictionary required for argument %d"));
650 INIT(= N_("E1226: List or Blob required for argument %d"));
652 INIT(= N_("E1227: List or Dictionary required for argument %d"));
654 INIT(= N_("E1228: List, Dictionary or Blob required for argument %d"));
656 INIT(= N_("E1229: Expected dictionary for using key \"%s\", but got %s"));
658 INIT(= N_("E1230: Encryption: sodium_mlock() failed"));
660 INIT(= N_("E1231: Cannot use a bar to separate commands here: %s"));
662 INIT(= N_("E1232: Argument of exists_compiled() must be a literal string"));
664 INIT(= N_("E1233: exists_compiled() can only be used in a :def function"));
666 INIT(= N_("E1234: legacy must be followed by a command"));
668 INIT(= N_("E1235: Function reference is not set"));
670 INIT(= N_("E1236: Cannot use %s itself, it is imported with '*'"));
672 INIT(= N_("E1237: No such user-defined command in current buffer: %s"));
674 INIT(= N_("E1238: Blob required for argument %d"));
676 INIT(= N_("E1239: Invalid value for blob: %d"));
678 INIT(= N_("E1240: Resulting text too long"));
680 INIT(= N_("E1241: Separator not supported: %s"));
682 INIT(= N_("E1242: No white space allowed before separator: %s"));
684 INIT(= N_("E1243: ASCII code not in 32-127 range"));
686 INIT(= N_("E1244: Bad color string: %s"));