| /vim-8.2.3635/src/testdir/ |
| H A D | runtest.vim | 150 " message. 182 " mode message. 275 let message ..= repeat(' ', 50 - len(message)) 278 let message = s:t_bold .. message 285 call add(s:messages, message) 355 let message = s:t_bold .. message .. repeat(' ', 40 - len(message)) 357 let message ..= s:t_normal 359 echo message 360 call add(s:messages, message) 363 echo message [all …]
|
| H A D | test_ruby.vim | 365 " Test Vim::message({msg}) (display message {msg}) 367 ruby Vim::message('A message') 368 let messages = split(execute('message'), "\n") 369 call assert_equal('A message', messages[-1]) 401 " Avoid the "message maintainer" line. 413 " whereas on macOS in CI, the error message makes less sense: 415 " Unclear why. The test does not check the error message.
|
| /vim-8.2.3635/src/proto/ |
| H A D | message.pro | 1 /* message.c */ 71 void give_warning(char_u *message, int hl); 72 void give_warning_with_source(char_u *message, int hl, int with_source); 73 void give_warning2(char_u *message, char_u *a1, int hl); 75 int do_dialog(int type, char_u *title, char_u *message, char_u *buttons, int dfltbutton, char_u *te… 76 int vim_dialog_yesno(int type, char_u *title, char_u *message, int dflt); 77 int vim_dialog_yesnocancel(int type, char_u *title, char_u *message, int dflt); 78 int vim_dialog_yesnoallcancel(int type, char_u *title, char_u *message, int dflt);
|
| H A D | alloc.pro | 8 void *lalloc_clear(size_t size, int message); 9 void *lalloc(size_t size, int message); 10 void *lalloc_id(size_t size, int message, alloc_id_T id);
|
| /vim-8.2.3635/runtime/autoload/xml/ |
| H A D | xsl.vim | 6 … 'comment', 'copy', 'copy-of', 'element', 'fallback', 'for-each', 'if', 'message', 'number', 'proc… 14 … 'comment', 'copy', 'copy-of', 'element', 'fallback', 'for-each', 'if', 'message', 'number', 'proc… 17 … 'comment', 'copy', 'copy-of', 'element', 'fallback', 'for-each', 'if', 'message', 'number', 'proc… 21 \ 'message' : [[], {'terminate' : ['yes', 'no']}], 26 … 'comment', 'copy', 'copy-of', 'element', 'fallback', 'for-each', 'if', 'message', 'number', 'proc… 32 … 'comment', 'copy', 'copy-of', 'element', 'fallback', 'for-each', 'if', 'message', 'number', 'proc… 36 … 'comment', 'copy', 'copy-of', 'element', 'fallback', 'for-each', 'if', 'message', 'number', 'proc… 38 … 'comment', 'copy', 'copy-of', 'element', 'fallback', 'for-each', 'if', 'message', 'number', 'proc…
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | channel.txt | 76 You can now send a message to the server: > 136 and the received message. Example: > 266 This way Vim knows which sent message matches with which received message and 272 message = read_text[:splitidx] 276 the message by parsing the JSON. It will only accept the message if the end 280 message, it must use the number zero: 433 To read one message from a channel: > 436 message that is available: > 462 where a message ends. 463 For a NL channel this returns one message. [all …]
|
| H A D | message.txt | 1 *message.txt* For Vim version 8.2. Last change: 2021 Jul 31 8 Vim produces. You can use this if you don't understand what the message 16 1. Old messages *:messages* *:mes* *message-history* 50 start of the message. For example, to get help on the message: > 83 Cannot create BalloonEval with both message and callback 232 there is no different error message for that. 294 message that was not recognized. 468 changed. To avoid the message reset the 'warn' option. 531 example illustrates how to get this message: > 541 recursive loop somewhere and stops with this error message. [all …]
|
| H A D | testing.txt | 267 error message. 292 Run {cmd} and add an error message to |v:errors| if it does 334 message is added to |v:errors|. Also see |assert-return|. 349 error message. Also see |assert-return|. 369 default message when passing the {lnum} argument. 387 When {actual} is not false an error message is added to 408 When {pattern} does not match {actual} an error message is 430 Run {cmd} and add an error message to |v:errors| if it 439 The opposite of `assert_equal()`: add an error message to 448 The opposite of `assert_match()`: add an error message to [all …]
|
| H A D | quickfix.txt | 841 list, an error message is given. 850 list, an error message is given. 1395 e - error message 1396 w - warning message 1397 i - info message 1398 n - note message 1400 %m error message (finds a string) 1473 %Z end of a multi-line message 1599 %-G ignore this message 1600 %+G general message [all …]
|
| H A D | version5.txt | 819 in the error message. 2402 message. (Negri) 2421 error message is given. 3869 error message. 4855 Files: src/message.c, src/proto/message.pro, src/fileio.c 5385 error message. 5619 Solution: Don't put a kept message in the message history when it starts 6339 Files: src/message.c, src/proto/message.pro, src/search.c 6459 message. A missing ":endfunction" doesn't give an error message. 6511 error message. [all …]
|
| H A D | tags | 3939 E10 message.txt /*E10* 3985 E12 message.txt /*E12* 4007 E13 message.txt /*E13* 4050 E17 message.txt /*E17* 4072 E19 message.txt /*E19* 4104 E22 message.txt /*E22* 7008 g< message.txt /*g<* 7578 info-message starting.txt /*info-message* 7944 message-history message.txt /*message-history* 7945 message.txt message.txt /*message.txt* [all …]
|
| H A D | usr_11.txt | 60 contents, you will get this message: 149 Vim produces a very long message: 170 to avoid this message. ~ 172 You get this message, because, when starting to edit a file, Vim checks if a 176 1. Another edit session is active on this file. Look in the message for the 192 computer. Check the dates mentioned in the message. If the date of the 293 If you really don't want to see this message, you can add the 'A' flag to the
|
| H A D | version6.txt | 1554 a message. 1886 error message. 2282 previous message. 2940 The message from ":cn" message was sometimes cleared. Now display it after 5308 Files: src/message.c, src/os_unix.c, src/proto/message.pro 7709 message. 10464 error message. 10873 warning message. 11455 message. 12569 Solution: Include all the text of the message in the error message. [all …]
|
| H A D | usr_07.txt | 34 Vim displays an error message and does not open the new file: 39 Vim puts an error ID at the start of each error message. If you do 40 not understand the message or what caused it, look in the help system 77 message and the ":next" will not work. This is the same problem as with 140 ":write". Otherwise you will get an error message. If you are sure you 419 will get an error message and the file won't be written. 434 for example. If you try to make a change you get this error message: 469 this message:
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | rubycomplete.vim | 667 message = nil 677 message = Regexp.quote($2) 682 message = Regexp.quote($2) 687 message = Regexp.quote($2) 706 message = Regexp.quote($4) 722 message = Regexp.quote($2) 728 message = Regexp.quote($4) 742 message = Regexp.quote($3) 781 message = $1 785 message = Regexp.quote($1) [all …]
|
| /vim-8.2.3635/runtime/tools/ |
| H A D | efm_perl.pl | 95 my ($file, $lineno, $message, $rest); 99 ($message, $file, $lineno, $rest) = ($1, $2, $3, $4); 101 $message .= $rest if ($rest =~ s/^,//); 102 print $handle "$file:$lineno:$message\n";
|
| H A D | efm_filter.txt | 1 [adopted from a message that Ives posted in the Vim mailing list] 3 Some compilers produce an error message that cannot be handled with 5 translates one error message into something that Vim understands.
|
| /vim-8.2.3635/src/ |
| H A D | Make_mvc.mak | 258 ! message *** ERROR 279 ! message *** ERROR 540 ! message architecture of i586. 541 ! message Retargeting to i586 546 ! message Retargeting to sse2. 564 ! message Falling back to SSE2 610 ! message Falling back to AVX 796 $(OUTDIR)\message.obj \ 1292 !message 1724 $(OUTDIR)/message.obj: $(OUTDIR) message.c $(INCL) [all …]
|
| H A D | message.c | 3631 give_warning(char_u *message, int hl) in give_warning() argument 3684 give_warning((char_u *)message, hl); in give_warning2() 3740 char_u *message, in do_dialog() argument 3906 char_u *message, in msg_show_console_dialog() argument 4009 len += (int)(STRLEN(message) in msg_show_console_dialog() 4076 char_u *message, in vim_dialog_yesno() argument 4081 message, in vim_dialog_yesno() 4091 char_u *message, in vim_dialog_yesnocancel() argument 4096 message, in vim_dialog_yesnocancel() 4109 char_u *message, in vim_dialog_yesnoallcancel() argument [all …]
|
| H A D | alloc.c | 198 lalloc_clear(size_t size, int message) in lalloc_clear() argument 202 p = lalloc(size, message); in lalloc_clear() 213 lalloc(size_t size, int message) in lalloc() argument 281 if (message && p == NULL) in lalloc() 296 lalloc_id(size_t size, int message, alloc_id_T id UNUSED) in lalloc_id() argument 302 return (lalloc(size, message)); in lalloc_id()
|
| H A D | gui_gtk.c | 108 const gchar *message, 1504 message = CONVERT_TO_UTF8(message); in create_message_dialog() 1509 "%s", (const char *)message); in create_message_dialog() 1510 CONVERT_TO_UTF8_FREE(message); in create_message_dialog() 1569 split_button_translation(const char *message) in split_button_translation() argument 1580 str = (char_u *)_(message); in split_button_translation() 1601 str = vim_strsave((char_u *)message); in split_button_translation() 1778 char_u *message, // message text in gui_mch_dialog() argument 2164 return message; in convert_localized_message() 2215 # define CONV(message) convert_localized_message(&conv_buffer, (message)) in find_replace_dialog_create() argument [all …]
|
| H A D | gui_haiku.cc | 278 BMessage* message; member 521 BMessage *message; member 834 rm.message = m; in SendRefs() 1157 IMData.message = NULL; in VimTextAreaView() 1605 if (IMData.message) *(IMData.message) = *m; in MessageReceived() 1639 delete IMData.message; in MessageReceived() 1641 IMData.message = NULL; in MessageReceived() 1864 BMessage* msg = IMData.message; in DrawIMString() 2147 fMessageView->SetText(message); in VimDialog() 2248 message->AddInt32("which", which); in _CreateButton() [all …]
|
| H A D | sound.c | 300 sound_wndproc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) in sound_wndproc() argument 304 switch (message) in sound_wndproc() 336 return DefWindowProc(hwnd, message, wParam, lParam); in sound_wndproc()
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | neomuttrc.vim | 629 \ 'accept', 'append', 'attach-file', 'attach-key', 'attach-message', 'attach-news-message', 645 \ 'edit-newsgroups', 'edit-or-view-raw-message', 'edit-raw-message', 'edit-reply-to', 648 \ 'fetch-mail', 'filter-entry', 'first-entry', 'flag-message', 'followup-message', 649 \ 'forget-passphrase', 'forward-char', 'forward-message', 'forward-to-group', 650 \ 'forward-word', 'get-attachment', 'get-children', 'get-message', 'get-parent', 661 \ 'pipe-entry', 'pipe-message', 'post-message', 'postpone-message', 'previous-entry', 664 \ 'print-entry', 'print-message', 'purge-message', 'purge-thread', 'quasi-delete', 668 \ 'root-message', 'save-entry', 'save-message', 'search-next', 'search-opposite', 670 \ 'send-message', 'set-flag', 'shell-escape', 'show-limit', 'show-log-messages', 675 \ 'sync-mailbox', 'tag-entry', 'tag-message', 'tag-pattern', 'tag-prefix-cond', [all …]
|
| H A D | tmux.vim | 76 \ message-command-style message-limit message-style aggressive-resize 100 \ detach detach-client display display-menu display-message display-panes
|