Searched refs:ch_logfile (Results 1 – 18 of 18) sorted by relevance
| /vim-8.2.3635/src/testdir/ |
| H A D | test_terminal.vim | 1782 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 D | test_restricted.vim | 73 call assert_fails("call ch_logfile('Xlog')", 'E145:')
|
| H A D | test_clientserver.vim | 194 " call ch_logfile('channellog', 'w')
|
| H A D | test_ex_mode.vim | 193 call ch_logfile('logfile', 'w')
|
| H A D | test_channel.vim | 20 " 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 D | test_excmd.vim | 620 call assert_fails("call ch_logfile('chlog')", 'E48:')
|
| H A D | test_vim9_builtin.vim | 496 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 D | channel.pro | 2 void ch_logfile(char_u *fname, char_u *opt);
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | channel.txt | 108 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 D | usr_41.txt | 1072 ch_logfile() set the channel log file
|
| H A D | tags | 5759 ch_logfile() channel.txt /*ch_logfile()*
|
| H A D | version8.txt | 272 |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 D | eval.txt | 2554 ch_logfile({fname} [, {mode}]) none start logging channel activity
|
| /vim-8.2.3635/src/ |
| H A D | README.md | 114 :call ch_logfile('debuglog', 'w')
|
| H A D | channel.c | 146 ch_logfile(char_u *fname, char_u *opt) in ch_logfile() function 4951 ch_logfile(fname, opt); in f_ch_logfile()
|
| H A D | os_unix.c | 4743 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 D | termdebug.vim | 129 " call ch_logfile('debuglog', 'w')
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | vim.vim | 82 … assert_nobeep atan2 browsedir bufname byteidxcomp charcol ch_evalexpr ch_logfile ch_sendraw compl…
|