Home
last modified time | relevance | path

Searched refs:ch_logfile (Results 1 – 18 of 18) sorted by relevance

/vim-8.2.3635/src/testdir/
H A Dtest_terminal.vim1782 call ch_logfile('Xlog', 'w')
1790 call ch_logfile('Xlog', 'w')
1798 call ch_logfile('')
1824 call ch_logfile('', '')
1831 call ch_logfile('Xlog', 'w')
1851 call ch_logfile('')
1861 call ch_logfile('Xlog', 'w')
1874 call ch_logfile('Xlog', 'w')
1885 call ch_logfile('')
H A Dtest_restricted.vim73 call assert_fails("call ch_logfile('Xlog')", 'E145:')
H A Dtest_clientserver.vim194 " call ch_logfile('channellog', 'w')
H A Dtest_ex_mode.vim193 call ch_logfile('logfile', 'w')
H A Dtest_channel.vim20 " call ch_logfile('channellog', 'w')
2143 eval 'Xlog'->ch_logfile()
2156 call ch_logfile('')
2189 call ch_logfile('Xlog', 'w')
2192 call ch_logfile('')
2197 call assert_fails("call ch_logfile('Xdir1')", 'E484:')
H A Dtest_excmd.vim620 call assert_fails("call ch_logfile('chlog')", 'E48:')
H A Dtest_vim9_builtin.vim496 assert_fails('ch_logfile(true)', 'E1174:')
497 assert_fails('ch_logfile("foo", true)', 'E1174:')
498 ch_logfile('', '')->assert_equal(0)
500 …CheckDefAndScriptFailure2(['ch_logfile(1)'], 'E1013: Argument 1: type mismatch, expected string bu…
501 …CheckDefAndScriptFailure2(['ch_logfile("a", true)'], 'E1013: Argument 2: type mismatch, expected s…
/vim-8.2.3635/src/proto/
H A Dchannel.pro2 void ch_logfile(char_u *fname, char_u *opt);
/vim-8.2.3635/runtime/doc/
H A Dchannel.txt108 call ch_logfile('channellog', 'w')
109 See |ch_logfile()|.
590 with |ch_logfile()|.
600 ch_logfile({fname} [, {mode}]) *ch_logfile()*
613 vim --cmd "call ch_logfile('logfile', 'w')"
621 'logfile'->ch_logfile('w')
1288 call ch_logfile('logfile', 'w')
H A Dusr_41.txt1072 ch_logfile() set the channel log file
H A Dtags5759 ch_logfile() channel.txt /*ch_logfile()*
H A Dversion8.txt272 |ch_logfile()| set the channel log file
8313 Solution: Create pipes and add them to the channel. Add ch_logfile().
20039 Solution: Disable ch_logfile() in the sandbox. (Yasuhiro Matsumoto)
37389 instead of "if" and "throw". And remove stray ch_logfile().
41935 Problem: Stray ch_logfile() call.
H A Deval.txt2554 ch_logfile({fname} [, {mode}]) none start logging channel activity
/vim-8.2.3635/src/
H A DREADME.md114 :call ch_logfile('debuglog', 'w')
H A Dchannel.c146 ch_logfile(char_u *fname, char_u *opt) in ch_logfile() function
4951 ch_logfile(fname, opt); in f_ch_logfile()
H A Dos_unix.c4743 ch_logfile((char_u *)"", (char_u *)""); in mch_call_shell_fork()
5591 ch_logfile((char_u *)"", (char_u *)""); in mch_job_start()
/vim-8.2.3635/runtime/pack/dist/opt/termdebug/plugin/
H A Dtermdebug.vim129 " call ch_logfile('debuglog', 'w')
/vim-8.2.3635/runtime/syntax/
H A Dvim.vim82 … assert_nobeep atan2 browsedir bufname byteidxcomp charcol ch_evalexpr ch_logfile ch_sendraw compl…