Home
last modified time | relevance | path

Searched refs:Msg (Results 1 – 14 of 14) sorted by relevance

/vim-8.2.3635/src/VisVim/
H A DDSAddIn.cpp140 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 DCommands.cpp31 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 Dupstreaminstalllog.vim13 " 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 Dupstreamlog.vim13 " 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 Dusw2kagtlog.vim13 " 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 Dusserverlog.vim13 " 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 Dif_perl.txt56 :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 Dtags8503 perl-Msg if_perl.txt /*perl-Msg*
H A Dversion5.txt1766 (Moore) Added "group" argument to Msg().
H A Dversion7.txt5618 Problem: The Perl Msg() function doesn't stop when "q" is typed at the more
/vim-8.2.3635/src/testdir/
H A Dtest_perl.vim252 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 Dglbl_ime.cpp130 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 Ddimm.idl370 …HRESULT OnDefWindowProc([in] HWND hWnd, [in] UINT Msg, [in] WPARAM wParam, [in] LPARAM lParam, [ou…
H A Dif_perl.xs1565 Msg(text, hl=NULL)