| /vim-8.2.3635/src/VisVim/ |
| H A D | DSAddIn.cpp | 140 char Msg[512]; in ReportLastError() local 146 sprintf (Msg, "Unexpected error (Error code: %lx)\n%s", Err, Buf); in ReportLastError() 148 ::MessageBox (NULL, Msg, "VisVim", MB_OK | MB_ICONSTOP); in ReportLastError() 155 char Msg[512]; in ReportInternalError() local 157 sprintf (Msg, "Unexpected error\n%s failed", Fct); in ReportInternalError() 158 ::MessageBox (NULL, Msg, "VisVim", MB_OK | MB_ICONSTOP); in ReportInternalError()
|
| H A D | Commands.cpp | 31 static void DebugMsg(char* Msg, char* Arg = NULL); 704 static void DebugMsg(char* Msg, char* Arg) in DebugMsg() argument 707 sprintf(Buf, Msg, Arg); in DebugMsg()
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | upstreaminstalllog.vim | 13 " Msg Types: 14 syn match upstreaminstalllog_MsgD /Msg #MSI\d\{4,5}D/ 15 syn match upstreaminstalllog_MsgE /Msg #MSI\d\{4,5}E/ 16 syn match upstreaminstalllog_MsgI /Msg #MSI\d\{4,5}I/ 17 syn match upstreaminstalllog_MsgW /Msg #MSI\d\{4,5}W/
|
| H A D | upstreamlog.vim | 13 " Msg Types: 14 syn match upstreamlog_MsgD /Msg #\(Agt\|PC\|Srv\)\d\{4,5}D/ nextgroup=upstreamlog_Process skipwhite 15 syn match upstreamlog_MsgE /Msg #\(Agt\|PC\|Srv\)\d\{4,5}E/ nextgroup=upstreamlog_Process skipwhite 16 syn match upstreamlog_MsgI /Msg #\(Agt\|PC\|Srv\)\d\{4,5}I/ nextgroup=upstreamlog_Process skipwhite 17 syn match upstreamlog_MsgW /Msg #\(Agt\|PC\|Srv\)\d\{4,5}W/ nextgroup=upstreamlog_Process skipwhite
|
| H A D | usw2kagtlog.vim | 13 " Msg Types: 14 syn match usw2kagtlog_MsgD /Msg #\(Agt\|PC\|Srv\)\d\{4,5}D/ nextgroup=usw2kagtlog_Process skipwhite 15 syn match usw2kagtlog_MsgE /Msg #\(Agt\|PC\|Srv\)\d\{4,5}E/ nextgroup=usw2kagtlog_Process skipwhite 16 syn match usw2kagtlog_MsgI /Msg #\(Agt\|PC\|Srv\)\d\{4,5}I/ nextgroup=usw2kagtlog_Process skipwhite 17 syn match usw2kagtlog_MsgW /Msg #\(Agt\|PC\|Srv\)\d\{4,5}W/ nextgroup=usw2kagtlog_Process skipwhite
|
| H A D | usserverlog.vim | 13 " Msg Types: 14 syn match usserverlog_MsgD /Msg #\(Agt\|PC\|Srv\)\d\{4,5}D/ nextgroup=usserverlog_Process skipwhite 15 syn match usserverlog_MsgE /Msg #\(Agt\|PC\|Srv\)\d\{4,5}E/ nextgroup=usserverlog_Process skipwhite 16 syn match usserverlog_MsgI /Msg #\(Agt\|PC\|Srv\)\d\{4,5}I/ nextgroup=usserverlog_Process skipwhite 17 syn match usserverlog_MsgW /Msg #\(Agt\|PC\|Srv\)\d\{4,5}W/ nextgroup=usserverlog_Process skipwhite
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | if_perl.txt | 56 :perl VIM::Msg("Hello") 81 VIM::Msg("pearls are nice for necklaces"); 82 VIM::Msg("rubys for rings"); 83 VIM::Msg("pythons for bags"); 84 VIM::Msg("tcls????"); 104 :perl VIM::Msg("hello") 116 :perl VIM::Msg("Text") # displays a message 117 :perl VIM::Msg("Wrong!", "ErrorMsg") # displays an error message 118 :perl VIM::Msg("remark", "Comment") # displays a highlighted message 149 *perl-Msg* [all …]
|
| H A D | tags | 8503 perl-Msg if_perl.txt /*perl-Msg*
|
| H A D | version5.txt | 1766 (Moore) Added "group" argument to Msg().
|
| H A D | version7.txt | 5618 Problem: The Perl Msg() function doesn't stop when "q" is typed at the more
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_perl.vim | 252 VIM::Msg("VIM::Msg"); 253 VIM::Msg("VIM::Msg Error", "Error"); 258 call assert_equal(['VIM::Msg', 'VIM::Msg Error', 'STDOUT', 'STDERR'], split(l:out, "\n"))
|
| /vim-8.2.3635/src/ |
| H A D | glbl_ime.cpp | 130 global_ime_DefWindowProc(HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam) in global_ime_DefWindowProc() argument 134 if (pIApp == NULL || pIApp->OnDefWindowProc(hWnd, Msg, in global_ime_DefWindowProc() 136 lResult = DefWindowProcW(hWnd, Msg, wParam, lParam); in global_ime_DefWindowProc()
|
| H A D | dimm.idl | 370 …HRESULT OnDefWindowProc([in] HWND hWnd, [in] UINT Msg, [in] WPARAM wParam, [in] LPARAM lParam, [ou…
|
| H A D | if_perl.xs | 1565 Msg(text, hl=NULL)
|